Linux
How to install Nitrocid KS on Linux

Installing Nitrocid KS on Linux is straightforward, but we recommend installing the simulator using the manual unpack method.
Before performing the installation, your Linux system must meet the following requirements:
To run Nitrocid KS in the absolute minimum requirements, your computer needs to have the following installed:
Required packages
You can consult the required dependencies here:
Dependency InformationInstallation
There are several ways to install Nitrocid KS on Linux systems.
Method 1: Manual unpack
If you like to manually unpack the Nitrocid KS packages, follow these steps:
Ensure that you have all the required software installed
Download the latest release ZIP file from this page.
Unpack the ZIP archive to any folder of your choice
Open your favorite terminal emulator, like Konsole, and change the working directory to a folder containing the Nitrocid KS executable
Execute
dotnet Nitrocid.dll
to start the kernel
Method 2: Ubuntu PPA
If you're running Ubuntu, you can install KS using the Ubuntu PPA. Just follow these steps:
Open your terminal emulator and execute the following:
sudo add-apt-repository ppa:eofla/kernel-sim
sudo apt update
Install the
kernel-simulator
packagesudo apt install kernel-simulator
Start
ks
or use your app drawer to findNitrocid KS
Last updated