How to install a .run file in Ubuntu
- Open Terminal
- Make sure the file is in your desktop folder or on your desktop
- Type in cd ~/desktop
- Type in .sh ./filename.run
If you enjoyed this post, make sure you subscribe to my RSS feed! |
Bookmark this post:
|
|
Not
.sh ./filename.run
But
sh filename.run
Test