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