simrisc command not found

In this troubleshooting guide we learn how to fix simrisc command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

simrisc: command not found

or when using sudo you get the following error message

sudo: simrisc: command not found

Solutions to simrisc: command not found

How To Fix simrisc: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu simrisc is provided by simrisc package.

simrisc is:

SiMRiSC is simulation model for breast cancer screening. It was originally designed by Marcel Greuter around 2010, and then updated by Chris de Jonge in 2015. This current version is a complete rewrite of the original sources by Frank B. Brokken.

To fix this problem, we can install more using the command below.

sudo apt-get -y install simrisc

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install simrisc.

sudo apt -y install simrisc

Or if you have aptitude installed you can use the following command.

sudo aptitude install simrisc

Summary

In this tutorial we learn how to fix simrisc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.