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. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150606201553.ga10...@cantor.unex.es