Before installing software, make sure to check the README or INSTALL file that came in your download for specific instructions and installation options.

Before installing software, make sure to check the README or INSTALL file that came in your download for specific instructions and installation options.

If the file you downloaded is compressed into a TGZ or TAR. GZ archive, be sure to unpack the files first. You can extract a TGZ or TAR. GZ file using the command tar -xzvf filename. tgz. To make sure you’re in the right directory, type ls -a and press Enter. You should see your install. sh file, as well as all other files in the directory.

If the file you downloaded is compressed into a TGZ or TAR. GZ archive, be sure to unpack the files first. You can extract a TGZ or TAR. GZ file using the command tar -xzvf filename. tgz. To make sure you’re in the right directory, type ls -a and press Enter. You should see your install. sh file, as well as all other files in the directory.

If you’re unable to change the permissions, you’ll need root access. Instead, run sudo chmod +x install. sh and press Enter. If you don’t see an error, you’ll know the install script is now executable.

If you’re unable to change the permissions, you’ll need root access. Instead, run sudo chmod +x install. sh and press Enter. If you don’t see an error, you’ll know the install script is now executable.

You can also use the command sudo bash install. sh or sudo sh install. sh to run the script. If you’re just installing the software in your own home directory and don’t need root permissions, you can use omit sudo and use . /install. sh instead. Depending on the script and app you’re installing, you may be prompted to complete additional steps to install the software.

You can also use the command sudo bash install. sh or sudo sh install. sh to run the script. If you’re just installing the software in your own home directory and don’t need root permissions, you can use omit sudo and use . /install. sh instead. Depending on the script and app you’re installing, you may be prompted to complete additional steps to install the software.