runcircos-gui command not found

In this troubleshooting guide we learn how to fix runcircos-gui command not found error message

Introduction

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

runcircos-gui: command not found

or when using sudo you get the following error message

sudo: runcircos-gui: command not found

Solutions to runcircos-gui: command not found

How To Fix runcircos-gui: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu runcircos-gui is provided by runcircos-gui package.

runcircos-gui is:

runCircos-gui is a simple yet comprehensive crossplatform software to execute Circos from a graphical user interface. The software eliminates the need to use command line for running Circos without compremising the power of complete commandline parameters and options.

runCircos-gui optimize running parameters (both toggle options & options with arguments) and install Perl packages without using command line.

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

sudo apt-get -y install runcircos-gui

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

You can also use apt command to install runcircos-gui.

sudo apt -y install runcircos-gui

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

sudo aptitude install runcircos-gui

Summary

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