Install out-of-order
Installing out-of-order package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install out-of-order
out-of-order package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | out-of-order |
version | 1.0-2 |
description | comedy science fiction adventure game |
subsection | games |
website | outoforder.adventuredevelopers.com |
maintainer | Debian Games Team |
Uninstall out-of-order
To remove just out-of-order package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove out-of-order
Uninstall out-of-order and it’s dependent packages
To remove the out-of-order package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove out-of-order
Purging out-of-order
If you also want to delete configuration and/or data files of out-of-order from Debian Sid then this will work:
sudo apt-get purge out-of-order
To delete configuration and/or data files of out-of-order and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove out-of-order