- Get the path of the file. Example below.
/home/<username>/Documents/software/audacity.AppImage
- Go to othe
User System Resources
binary directory.
cd /usr/bin
- Create and open the file.
touch audacity
sudo nvim audacity
- Paste the path of the AppImage file.
- Change mode and add specific permission.
sudo chmod +x audacity
- You can now execute the file globally in terminal.
audacity