## 1. Download the software package to it's own folder

##2. Launch terminal and use cd command to change to the Software Package's Folder 
cd (Folder where software package is)
##(or launch terminal through files program)

##3. Grant the Installer Executable Permisssions:
chmod a+x {PackageName}

##4. Run the Program using the following command:
./{PackageName}