Install execstack
Installing execstack package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install execstack
execstack package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | execstack |
version | 0.0.20130503-1.1+b1 |
description | ELF GNU_STACK program header editing utility |
subsection | admin |
maintainer | Geoffrey Thomas |
Uninstall execstack
To remove just execstack package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove execstack
Uninstall execstack and it’s dependent packages
To remove the execstack package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove execstack
Purging execstack
If you also want to delete configuration and/or data files of execstack from Debian Sid then this will work:
sudo apt-get purge execstack
To delete configuration and/or data files of execstack and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove execstack