Skip to content

Instantly share code, notes, and snippets.

@kentlouisetonino
Last active December 19, 2023 04:43
Show Gist options
  • Save kentlouisetonino/c1dbb4ef8a37ba85303c82e6ae10a175 to your computer and use it in GitHub Desktop.
Save kentlouisetonino/c1dbb4ef8a37ba85303c82e6ae10a175 to your computer and use it in GitHub Desktop.
Description

Steps

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment