scoary_GUI command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
scoary_GUI: command not found
or when using sudo you get the following error message
sudo: scoary_GUI: command not found
Solutions to scoary_GUI: command not found
How To Fix scoary_GUI: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu scoary_GUI is provided by scoary package.
scoary is:
Scoary is designed to take the gene_presence_absence.csv file from Roary as well as a traits file created by the user and calculate the associations between all genes in the accessory genome and the traits. It reports a list of genes sorted by strength of association per trait.
To fix this problem, we can install more using the command below.
sudo apt-get -y install scoary
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install scoary.
sudo apt -y install scoary
Or if you have aptitude installed you can use the following command.
sudo aptitude install scoary
Summary
In this tutorial we learn how to fix scoary_GUI command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.