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