Installing a .run file in Ubuntu is as simply as 1, 2, 3. Most linux newbies get confused when they have downloaded a .run file because they wonder if it was for a different linux distrubution or whether or not the file can actually run on linux.
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
Not
.sh ./filename.run
But
sh filename.run
Test
thanks
:=))