How to uninstall or remove libdrmaa1.0-ruby software package from Ubuntu 17.04 (Zesty Zapus)

How to uninstall or remove libdrmaa1.0-ruby software package from Ubuntu 17.04 (Zesty Zapus)

You can uninstall or removes an installed libdrmaa1.0-ruby package itself from Ubuntu 17.04 (Zesty Zapus) through the terminal,

$ sudo apt-get remove libdrmaa1.0-ruby 

Uninstall libdrmaa1.0-ruby including dependent package

If you would like to remove libdrmaa1.0-ruby and it's dependent packages which are no longer needed from Ubuntu,

$ sudo apt-get remove --auto-remove libdrmaa1.0-ruby 
Use Purging libdrmaa1.0-ruby

If you use with purge options to libdrmaa1.0-ruby package all the configuration and dependent packages will be removed.

$ sudo apt-get purge libdrmaa1.0-ruby 

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 libdrmaa1.0-ruby 

See Also,

How to install libdrmaa1.0-ruby software package from Ubuntu 17.04 (Zesty Zapus)?