- Make sure that you are using one of the supported distributions
- Download an app
- Right-click the downloaded app, select "Properties"
- Click the tab titled "Permissions"
- Check "Execute file as application
- Press "Close"
- Double-click the app to run it
- Code: Select all
chmod a+x MyDownloadedApp
to set the executable bit instead if you prefer the command line.