Install pydf
Installing pydf package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pydf
pydf package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pydf |
version | 12 |
description | colourised df(1)-clone |
subsection | utils |
maintainer | Radovan Garabík |
Uninstall pydf
To remove just pydf package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pydf
Uninstall pydf and it’s dependent packages
To remove the pydf package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pydf
Purging pydf
If you also want to delete configuration and/or data files of pydf from Debian Sid then this will work:
sudo apt-get purge pydf
To delete configuration and/or data files of pydf and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pydf