Install prads
Installing prads package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prads
prads package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prads |
version | 0.3.3-1 |
description | Passive Real-time Asset Detection System |
subsection | utils |
website | gamelinux.github.com / prads / |
maintainer | Prads package developers |
Uninstall prads
To remove just prads package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prads
Uninstall prads and it’s dependent packages
To remove the prads package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prads
Purging prads
If you also want to delete configuration and/or data files of prads from Debian Sid then this will work:
sudo apt-get purge prads
To delete configuration and/or data files of prads and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prads