Skip to main content

Installing and Running an AppImage in Ubuntu

Method 1: Running the AppImage Directly

  1. Download the AppImage from the official website.
  2. Make it executable by running:
  3. Run the AppImage:

Method 2: Move and Create a Desktop Shortcut

If you want the AppImage to be accessible from the application menu:
  1. Move the AppImage to /opt:
  2. Create a Desktop Entry:
    Add the following content:
  3. Make the shortcut executable:
  4. Refresh the Desktop Database:
Now, you can find Your App in the application menu.

Method 3: Extract and Run AppImage

If the AppImage does not run properly, you can extract and run it manually.
  1. Extract the AppImage:
    This creates a folder named squashfs-root.
  2. Run the Application:
  3. Move the Extracted Folder for Permanent Use:
  4. Create a Desktop Entry for Extracted App:
    Add:
  5. Make it Executable and Refresh Database:
Now, the application should appear in your system menu.

Method 4: Use AppImageLauncher for Automatic Integration

AppImageLauncher helps with automatic system integration.
  1. Install AppImageLauncher:
  2. Run the AppImage by double-clicking. It will offer an integration option.

Conclusion

These methods allow you to run, extract, or integrate AppImages into Ubuntu, making them work like native applications. Choose the best method based on your needs!