How to uninstall or remove libastyle2.05 software package from Ubuntu 16.04 LTS (Xenial Xerus)

How to uninstall or remove libastyle2.05 software package from Ubuntu 16.04 LTS (Xenial Xerus)

You can uninstall or removes an installed libastyle2.05 package itself from Ubuntu 16.04 LTS (Xenial Xerus) through the terminal,

$ sudo apt-get remove libastyle2.05 

Uninstall libastyle2.05 including dependent package

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

$ sudo apt-get remove --auto-remove libastyle2.05 
Use Purging libastyle2.05

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

$ sudo apt-get purge libastyle2.05 

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 libastyle2.05 

See Also,

How to install libastyle2.05 software package from Ubuntu 16.04 LTS (Xenial Xerus) ?