Install popularity-contest
Installing popularity-contest package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install popularity-contest
popularity-contest package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | popularity-contest |
version | 1.64 |
description | Vote for your favourite packages automatically |
subsection | misc |
website | popcon.debian.org |
maintainer | Popularity Contest Developers |
Uninstall popularity-contest
To remove just popularity-contest package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove popularity-contest
Uninstall popularity-contest and it’s dependent packages
To remove the popularity-contest package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove popularity-contest
Purging popularity-contest
If you also want to delete configuration and/or data files of popularity-contest from Debian Sid then this will work:
sudo apt-get purge popularity-contest
To delete configuration and/or data files of popularity-contest and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove popularity-contest