Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 10478  / 1 Year ago, mon, february 27, 2023, 12:25:27

I have downloaded the latest version of Eagle 7.2 from this link.



The software is saved in Desktop. Then I changed the directory to Desktop via terminal and tried to open it by typing ./eagle-lin-7.2.0.run. Then terminal shows bash: ./eagle-lin-7.2.0.run: Permission denied. This is the only method that I know to open these types of software.



I need to run the software. Anybody please help me.


More From » 14.04

 Answers
1

You need to make the .run file executable. This can be achieved using chmod.



chmod +x filename.run



The above command gives executable rights to filename.run



In your case - chmod +x eagle-lin-7.2.0.run



Now, you can execute it using either ./eagle-lin-7.2.0.run or sh eagle-lin-7.2.0.run


[#22009] Monday, February 27, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
steaocyte

Total Points: 345
Total Questions: 122
Total Answers: 121

Location: Spain
Member since Wed, Nov 23, 2022
2 Years ago
;