How to uninstall or remove cluster-messaging-framework software package from Debian 8 (Jessie)

How to uninstall or remove cluster-messaging-framework software package from Debian 8 (Jessie)

You can uninstall or removes an installed cluster-messaging-framework package itself from Debian 8 (Jessie) through the terminal,

$ sudo apt-get remove cluster-messaging-framework

Uninstall cluster-messaging-framework including dependent package

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

$ sudo apt-get remove --auto-remove cluster-messaging-framework
Use Purging cluster-messaging-framework

If you use with purge options to cluster-messaging-framework package all the configuration and dependent packages will be removed.

$ sudo apt-get purge cluster-messaging-framework

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 cluster-messaging-framework

See Also,

How to install cluster-messaging-framework software package from Debian 8 (Jessie)?