Handle communication with the terminal to install and execute RIBlast

We need to install and execute the RIBlast package from the python program via the terminal.

First we will need to check if a C++ compiler is installed, if not install it via sudo apt-get update then sudo apt-get install build-essential gdb

Then we need to install the package with the "make" function.

Then we install the RIBlast package via the make function.

Then we execute the RIBlast package