How to uninstall or remove libjackson2-dataformat-yaml software package from Debian 8 (Jessie)

How to uninstall or remove libjackson2-dataformat-yaml software package from Debian 8 (Jessie)

You can uninstall or removes an installed libjackson2-dataformat-yaml package itself from Debian 8 (Jessie) through the terminal,

$ sudo apt-get remove libjackson2-dataformat-yaml 

Uninstall libjackson2-dataformat-yaml including dependent package

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

$ sudo apt-get remove --auto-remove libjackson2-dataformat-yaml 
Use Purging libjackson2-dataformat-yaml

If you use with purge options to libjackson2-dataformat-yaml package all the configuration and dependent packages will be removed.

$ sudo apt-get purge libjackson2-dataformat-yaml 

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 libjackson2-dataformat-yaml 

See Also,

How to install libjackson2-dataformat-yaml software package from Debian 8 (Jessie)?