Install pscan
Installing pscan package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pscan
pscan package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pscan |
version | 1.2-9 |
description | Format string security checker for C files |
subsection | misc |
website | deployingradius.com / blog / |
maintainer | Uwe Hermann |
Uninstall pscan
To remove just pscan package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pscan
Uninstall pscan and it’s dependent packages
To remove the pscan package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pscan
Purging pscan
If you also want to delete configuration and/or data files of pscan from Debian Sid then this will work:
sudo apt-get purge pscan
To delete configuration and/or data files of pscan and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pscan