Install os8
Installing os8 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install os8
os8 package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | os8 |
version | 2.1-5 |
description | DEC OS8 images for a PDP-8 emulator |
subsection | otherosfs |
maintainer | Vince Mulhollon |
Uninstall os8
To remove just os8 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove os8
Uninstall os8 and it’s dependent packages
To remove the os8 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove os8
Purging os8
If you also want to delete configuration and/or data files of os8 from Debian Sid then this will work:
sudo apt-get purge os8
To delete configuration and/or data files of os8 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove os8