Install procenv
Installing procenv package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install procenv
procenv package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | procenv |
version | 0.43-2 |
description | Utility to show process environment |
subsection | utils |
website | github.com / jamesodhunt / procenv |
maintainer | James Hunt |
Uninstall procenv
To remove just procenv package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove procenv
Uninstall procenv and it’s dependent packages
To remove the procenv package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove procenv
Purging procenv
If you also want to delete configuration and/or data files of procenv from Debian Sid then this will work:
sudo apt-get purge procenv
To delete configuration and/or data files of procenv and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove procenv