Skip to the content.

How To Execute .run Files on Ubuntu

# dive into file's folder
cd ~/path/to/file

# make the file executable
chmod +x ./"$filename.run"

# execute the file
./$filename.run