Install prey
Installing prey package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prey
prey package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prey |
version | 0.6.2-1.1 |
description | utility for tracking stolen computers |
subsection | utils |
website | preyproject.com |
maintainer | Facundo Guerrero |
Uninstall prey
To remove just prey package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prey
Uninstall prey and it’s dependent packages
To remove the prey package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prey
Purging prey
If you also want to delete configuration and/or data files of prey from Debian Sid then this will work:
sudo apt-get purge prey
To delete configuration and/or data files of prey and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prey