[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Latest version of gettext not run



On Fri, Jun 05, 2015 at 01:27:01AM +0200, Tomas Nordin wrote:
> Hi
> 
> $ uname -a
> Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.65-1+deb7u2 i686
> GNU/Linux
> 
> I have forced installed latest version of gettext:

Note: Installing something from backports is not considered to be
"forced". Packages from backports are expected to work fine with the
rest of the system.

> $ dpkg --list gettext
> ...
> ii  gettext             0.19.3-2~bpo70 i386           GNU ...
> 
> but the previous version is run by calls:
> 
> $ gettext --version
> gettext (GNU gettext-runtime) 0.18.1
> ...
> 
> What do I do to fix this?

You have to install the package containing the "gettext" command
as well, not just the "gettext" package:

$ which gettext
/usr/bin/gettext
$ dpkg -S /usr/bin/gettext
gettext-base: /usr/bin/gettext

So you have to install the "gettext-base" which is also in
wheezy-backports.


Reply to: