How to uninstall or remove libcheck-isa-perl software package from Ubuntu 14.04 LTS (Trusty Tahr)

How to uninstall or remove libcheck-isa-perl software package from Ubuntu 14.04 LTS (Trusty Tahr)

You can uninstall or removes an installed libcheck-isa-perl package itself from Ubuntu 14.04 LTS (Trusty Tahr) through the terminal,

$ sudo apt-get remove libcheck-isa-perl 

Uninstall libcheck-isa-perl including dependent package

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

$ sudo apt-get remove --auto-remove libcheck-isa-perl 
Use Purging libcheck-isa-perl

If you use with purge options to libcheck-isa-perl package all the configuration and dependent packages will be removed.

$ sudo apt-get purge libcheck-isa-perl 

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 libcheck-isa-perl 

See Also,

How to install libcheck-isa-perl software package from Ubuntu 14.04 LTS (Trusty Tahr)?