To uninstall gcc-multilib just follow these instructions.
sudo apt-get remove gcc-multilib
This will remove just the gcc-multilib package itself.
sudo apt-get remove --auto-remove gcc-multilib
This will remove the gcc-multilib package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for gcc-multilib then this will work.
sudo apt-get purge gcc-multilib
Or similarly, like this gcc-multilib
sudo apt-get purge --auto-remove gcc-multilib
Package | gcc-multilib |
Version | 4:6.1.1-1ubuntu2 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | GNU C compiler (multilib files) |
Distro | ubuntu |
Release | yakkety |
Repo | main |
Section | devel |