Install nocache
Installing nocache package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nocache
nocache package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nocache |
version | 0.9-2 |
description | bypass/minimize file system caching for a program |
subsection | utils |
website | github.com / Feh / nocache |
maintainer | Dmitry Smirnov |
Uninstall nocache
To remove just nocache package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nocache
Uninstall nocache and it’s dependent packages
To remove the nocache package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nocache
Purging nocache
If you also want to delete configuration and/or data files of nocache from Debian Sid then this will work:
sudo apt-get purge nocache
To delete configuration and/or data files of nocache and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nocache