But if I have kernel-image-2.6.4 and kernel-image-2.6.5, will both be removed? Hoping to remove just one specific package, cos for other packages whose names are not completely displayed, doing a wildcard removal might remove alot more files of similar names.
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii kernel-image-2 1.1 Linux kernel binary image for version 2.6.4.
ii kernel-image-2 1.2 Linux kernel binary image for version 2.6.5.
Hence the need to have a wider Name column, or a way to display the complete name of the package in the query.
Thanks
Quote:
Originally posted by comp12345
You could use apt-get to try and remove it. It supports wild cards.
apt-get --purge remove kernel-image-2.6*
|