Installlion's Logo

Installlion.com

How To Uninstall apt-utils On Ubuntu 14.04 LTS

To uninstall apt-utils just follow these instructions.

Uninstall just apt-utils

package management related utility programsUbuntu 14.04 LTSadmin1.0.1ubuntu2
sudo apt-get remove apt-utils

This will remove just the apt-utils package itself.

Uninstall apt-utils and its dependencies

sudo apt-get remove --auto-remove apt-utils

This will remove the apt-utils package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for apt-utils then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge apt-utils

Or similarly, like this apt-utils

sudo apt-get purge --auto-remove apt-utils

Package Data

Packageapt-utils
Version1.0.1ubuntu2
MaintainerUbuntu Developers <[email protected]>
Descriptionpackage management related utility programs
Distroubuntu
Releasetrusty
Repomain
Sectionadmin

Dependencies