Install libpaje-dev
Installing libpaje-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpaje-dev
libpaje-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpaje-dev |
version | 1.2+git20150818.b1de7cfee5-2 |
description | Parsing, manipulation and simulation of paje trace files (dev) |
subsection | libdevel |
website | github.com / schnorr / pajeng |
maintainer | Martin Quinson |
Uninstall libpaje-dev
To remove just libpaje-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpaje-dev
Uninstall libpaje-dev and it’s dependent packages
To remove the libpaje-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpaje-dev
Purging libpaje-dev
If you also want to delete configuration and/or data files of libpaje-dev from Debian Sid then this will work:
sudo apt-get purge libpaje-dev
To delete configuration and/or data files of libpaje-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpaje-dev