To Unzip Linux Software Archives and Install the Software as Launchable

PHOTO EMBED

Mon May 06 2024 07:28:49 GMT+0000 (Coordinated Universal Time)

Saved by @jrray #linuxubuntuterminal

## 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}
content_copyCOPY