Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
86
rated 0 times [  86] [ 0]  / answers: 1 / hits: 399811  / 2 Years ago, sat, january 8, 2022, 4:26:56

I'm new to Ubuntu and know installing programs only from window. It is very easy there: Just double-click the setup.exe and the things start.



But how do I install a program on Ubuntu?



I want to install something which I couldn't find in the Ubuntu Software Center. I downloaded a .sh file and now I don't know what to do with it.


More From » scripts

 Answers
7

First you might need to give the .sh file permission to execute.
chmod +x file.sh, then you can execute it with ./file.sh.



You can also right-click on the file, select Properties, then select Permissions and then select 'Allow executing file as program'. Then you double-click the file and select 'Run in Terminal' or 'Run'.


[#42203] Saturday, January 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cupwire

Total Points: 365
Total Questions: 126
Total Answers: 125

Location: Malaysia
Member since Thu, Feb 16, 2023
1 Year ago
;