To uninstall make just follow these instructions.
sudo apt-get remove make
This will remove just the make package itself.
sudo apt-get remove --auto-remove make
This will remove the make package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for make then this will work.
sudo apt-get purge make
Or similarly, like this make
sudo apt-get purge --auto-remove make
Package | make |
Version | 4.1-9 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.gnu.org/software/make/ |
Description | utility for directing compilation |
Distro | ubuntu |
Release | yakkety |
Repo | main |
Section | devel |