6

I'm sometimes working on the command line (or in the Ranger file manager), and it's annoying to have to move to a graphical interface to double-click on a AppImage. It looks like Ranger tries xdg-open; I tried that on the command line, myself, and that fails. My permissions are correct, so how can I actually run an AppImage from the command line?

1
  • Perhaps by including the complete path like this: /path/to/file.AppImage (without the initial dot). Commented Jan 7, 2021 at 20:33

1 Answer 1

7

Making it executable chmod +x file and running it with ./file worked for me.

1
  • 2
    Example of a run instruction is: $ ./Tulip-5.7.1.AppImage to make it more pedagogic Commented May 12, 2023 at 10:59

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.