How to uninstall or remove ibritish-large software package from Ubuntu 12.04 LTS (Precise Pangolin)

How to uninstall or remove ibritish-large software package from Ubuntu 12.04 LTS (Precise Pangolin)

You can uninstall or removes an installed ibritish-large package itself from Ubuntu 12.04 LTS (Precise Pangolin) through the terminal,

$ sudo apt-get remove ibritish-large 

Uninstall ibritish-large including dependent package

If you would like to remove ibritish-large and it's dependent packages which are no longer needed from Ubuntu,

$ sudo apt-get remove --auto-remove ibritish-large 
Use Purging ibritish-large

If you use with purge options to ibritish-large package all the configuration and dependent packages will be removed.

$ sudo apt-get purge ibritish-large 

If you use purge options along with auto remove, will be removed everything regarding the package, It's really useful when you want to reinstall again.

$ sudo apt-get purge --auto-remove ibritish-large 

See Also,

How to install ibritish-large software package from Ubuntu 12.04 LTS (Precise Pangolin)?