To uninstall apt-utils just follow these instructions.
sudo apt-get remove apt-utils
This will remove just the apt-utils package itself.
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.
If you also want to delete your local/config files for apt-utils then this will work.
sudo apt-get purge apt-utils
Or similarly, like this apt-utils
sudo apt-get purge --auto-remove apt-utils
Package | apt-utils |
Version | 1.0.1ubuntu2 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | package management related utility programs |
Distro | ubuntu |
Release | trusty |
Repo | main |
Section | admin |