In This Tutorial I Will Tell You How To install files which is in .run and .sh formats
.Run and .Sh are the formats available in linux platforms and it is easy to execute and install
Installation Procedure
Step 1: Login as root user
Step 2: Give the execute permission to the .run file or .sh file
chmod +x file.run
if your file is .sh then give chmod +x file.sh
Step 3:Execute the file
./file.run
./file.sh
Thats it it will start to install..........................
No comments:
Post a Comment