How to uninstall or remove klatexformula software package from Ubuntu 12.04 LTS (Precise Pangolin)

How to uninstall or remove klatexformula software package from Ubuntu 12.04 LTS (Precise Pangolin)

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

$ sudo apt-get remove klatexformula 

Uninstall klatexformula including dependent package

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

$ sudo apt-get remove --auto-remove klatexformula 
Use Purging klatexformula

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

$ sudo apt-get purge klatexformula 

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 klatexformula 

See Also,

How to install klatexformula software package from Ubuntu 12.04 LTS (Precise Pangolin)?