Q80_model_4_1_commandLine command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
Q80_model_4_1_commandLine: command not found
or when using sudo you get the following error message
sudo: Q80_model_4_1_commandLine: command not found
Solutions to Q80_model_4_1_commandLine: command not found
How To Fix Q80_model_4_1_commandLine: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu Q80_model_4_1_commandLine is provided by qrisk2 package.
qrisk2 is:
You can use this calculator to work out your risk of having a heart attack or stroke over the next ten years by answering some simple questions. It is suitable for people who do not already have a diagnosis of heart disease or stroke.
The QRISK®2 algorithm has been developed by doctors and academics working in the UK National Health Service and is based on routinely collected data from many thousands of GPs across the country who have freely contributed data for medical research.
Whilst QRISK2 has been developed for use in the UK, it is being used internationally. For non-UK use, if the postcode field is left blank the score will be calculated using an average value. Users should note, however, that CVD risk is likely to be under-estimated in patients from deprived areas and over-estimated for patients from affluent areas. All medical decisions need to be taken by a patient in consultation with their doctor. The authors and the sponsors accept no responsibility for clinical use or misuse of these score.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qrisk2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qrisk2.
sudo apt -y install qrisk2
Or if you have aptitude installed you can use the following command.
sudo aptitude install qrisk2
Summary
In this tutorial we learn how to fix Q80_model_4_1_commandLine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.