How To Install simh on Debian 9
Introduction
In this tutorial we learn how to install simh
on Debian 9.
What is simh
simh is:
This is the SIMH set of emulators for 33 different computers: DEC PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, DEC PDP-10, PDP-11, PDP-15, Data General Nova, Eclipse, GRI-909, Honeywell 316, 516, HP 2100, IBM System 3 Model 10, 1401, 7094 IBM 1620 Model 1, IBM 1620 Model 2, Interdata 3, 4, 5, 70, 80, 7/16, 8/16, 8/16E, Interdata 7/32, 8/32, SDS 940, LGP-21, LGP-30, DEC VAX (but cannot include the microcode due to copyright)
There are three methods to install simh
on Debian 9. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install simh Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install simh
using apt-get
by running the following command:
Install simh Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install simh
using apt
by running the following command:
Install simh Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude
using the following command.
After updating apt database, We can install simh
using aptitude
by running the following command:
How To Uninstall simh on Debian 9
To uninstall only the simh
package we can use the following command:
Uninstall simh And Its Dependencies
To uninstall simh
and its dependencies that are no longer needed by Debian 9, we can use the command below:
Remove simh Configurations and Data
To remove simh
configuration and data from Debian 9 we can use the following command:
Remove simh configuration, data, and all of its dependencies
We can use the following command to remove simh
configurations, data and all of its dependencies, we can use the following command:
Dependencies
simh have the following dependencies:
References
Summary
In this tutorial we learn how to install simh
package on Debian 9 using different package management tools: apt
, apt-get
and aptitude
.