I will really appreciate your help with this.
When I run dpkg -l bash
, I get this:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-======================-================-================-=================================================
in bash <none> i386 (no description available)
ii bash 4.3-7ubuntu1.4 amd64 GNU Bourne Again SHell
When I now do bash --version
, I get this:
GNU bash, version 4.2.0(1)-release (x86_64-unknown-linux-gnu)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law
I would like to remove this entry:
in bash <none> i386 (no description available)
Any help will be really appreciated.
sudo apt-get purge bash:i386
. – fkraiem Oct 02 '14 at 20:28