Install prboom-plus
Installing prboom-plus package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prboom-plus
prboom-plus package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prboom-plus |
version | 2:2.5.1.5~svn4462+dfsg1-1+b1 |
description | enhanced clone of the classic first-person shooter Doom |
subsection | games |
website | prboom-plus.sourceforge.net |
maintainer | Debian Games Team |
Uninstall prboom-plus
To remove just prboom-plus package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prboom-plus
Uninstall prboom-plus and it’s dependent packages
To remove the prboom-plus package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prboom-plus
Purging prboom-plus
If you also want to delete configuration and/or data files of prboom-plus from Debian Sid then this will work:
sudo apt-get purge prboom-plus
To delete configuration and/or data files of prboom-plus and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prboom-plus