Install pybik
Installing pybik package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pybik
pybik package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pybik |
version | 2.1-1 |
description | Rubik’s cube game |
subsection | games |
website | launchpad.net / pybik / |
maintainer | Python Applications Packaging Team |
Uninstall pybik
To remove just pybik package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pybik
Uninstall pybik and it’s dependent packages
To remove the pybik package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pybik
Purging pybik
If you also want to delete configuration and/or data files of pybik from Debian Sid then this will work:
sudo apt-get purge pybik
To delete configuration and/or data files of pybik and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pybik