Step-1 : Download Install Package
Step-2 : Make Installation package
To run the installation process, the file permissions require modification.To execute a program, you need to make the file executable. Open the terminal (Ctrl+Alt+T) and follow these instructions to do so:
1. Move into the folder where your installation package is located. By default, the system stores it in the Downloads folder. Navigate to Downloads using the command:
cd /home/[username]/Downloads
2. Now make the file executable by running a chmod command:If you navigate to the Downloads folder, you can find the complete package name. You need to copy and paste the name into the command above.
sudo chmod 755 [package_name]