Install pong2
Installing pong2 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pong2
pong2 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pong2 |
version | 0.1.3-2 |
description | Remake of old arcade classic in OpenGL |
subsection | games |
website | tracker.debian.org / pkg / pong2 |
maintainer | Debian Games Team |
Uninstall pong2
To remove just pong2 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pong2
Uninstall pong2 and it’s dependent packages
To remove the pong2 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pong2
Purging pong2
If you also want to delete configuration and/or data files of pong2 from Debian Sid then this will work:
sudo apt-get purge pong2
To delete configuration and/or data files of pong2 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pong2