How to uninstall or remove cmucl-clm software package from Debian 7 (Wheezy)

How to uninstall or remove cmucl-clm software package from Debian 7 (Wheezy)

You can uninstall or removes an installed cmucl-clm package itself from Debian 7 (Wheezy) through the terminal,

$ sudo apt-get remove cmucl-clm 

Uninstall cmucl-clm including dependent package

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

$ sudo apt-get remove --auto-remove cmucl-clm 
Use Purging cmucl-clm

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

$ sudo apt-get purge cmucl-clm 

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 cmucl-clm 

See Also,

How to install cmucl-clm software package from Debian 7 (Wheezy)?