Install python-chef
Installing python-chef package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-chef
python-chef package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-chef |
version | 0.2.3-2 |
description | Python API for interacting with a Chef server |
subsection | python |
website | github.com / coderanger / pychef |
maintainer | Miguel Landaeta |
Uninstall python-chef
To remove just python-chef package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-chef
Uninstall python-chef and it’s dependent packages
To remove the python-chef package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-chef
Purging python-chef
If you also want to delete configuration and/or data files of python-chef from Debian Sid then this will work:
sudo apt-get purge python-chef
To delete configuration and/or data files of python-chef and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-chef