To uninstall hibernate just follow these instructions.
sudo apt-get remove hibernate
This will remove just the hibernate package itself.
sudo apt-get remove --auto-remove hibernate
This will remove the hibernate package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for hibernate then this will work.
sudo apt-get purge hibernate
Or similarly, like this hibernate
sudo apt-get purge --auto-remove hibernate
Package | hibernate |
Version | 2.0+15+g88d54a8-1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://tuxonice.net/ |
Description | smartly puts your computer to sleep (suspend to RAM or disk) |
Distro | ubuntu |
Release | trusty |
Repo | universe |
Section | universe/utils |