Install python-powerline
Installing python-powerline package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-powerline
python-powerline package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-powerline |
version | 2.3-1 |
description | powerline python2 library |
subsection | python |
website | github.com / Lokaltog / powerline |
maintainer | Jerome Charaoui |
Uninstall python-powerline
To remove just python-powerline package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-powerline
Uninstall python-powerline and it’s dependent packages
To remove the python-powerline package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-powerline
Purging python-powerline
If you also want to delete configuration and/or data files of python-powerline from Debian Sid then this will work:
sudo apt-get purge python-powerline
To delete configuration and/or data files of python-powerline and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-powerline