Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Linux Tutorials»How to Use AppImage on Linux (Beginner Guide)

    How to Use AppImage on Linux (Beginner Guide)

    By RahulOctober 22, 20203 Mins Read

    The Linux system uses a package manager tool with central repositories like Apt, Yum etc. Which is the traditional way for the applications installation on any Linux system.

    Advertisement

    Some of the application comes with extension .appimage. It may be, you are not much aware about these files.

    In this tutorial you will learn about the AppImage file. Also you will found details to how to install and use AppImage files on a Linux machine.

    What is the AppImage ?

    AppImage is a universal software package format, that can be run on most of the Linux system without installation. It is a compressed image with all the dependencies and libraries needed to run the desired software. You just need to download appimage file on your system, set the execute permission and run it.

    Here is some key points about AppImage file:

    • AppImage is a complete software package.
    • No installation required, Simply download file, make it executable and run
    • No root access required, can be run from any user
    • Designed to run on most of the Linux operating systems

    How to Run AppImage ?

    For the reference, I have downloaded a Stacer appimage file from appimagehub. You can search for other files as well. After downloading make the file executable and run using Desktop or command line:

    Desktop Users:

    Right click on the downloaded AppImage file and click on Properties. Select the Permissions tab. Tick the checkbox Allow executing file as program as shown in below image.

    Then close the properties window an double click to run the application.

    Make executable to AppImage file

    Command Line Users:

    The command line lovers, press CTRL + ALT + T to launch a terminal. Then use chmod command to set execute permission on downloaded file.

    chmod +x Downloads/Stacer-1.1.0-x64.AppImage 
    

    Then run your application as:

    ./Downloads/Stacer-1.1.0-x64.AppImage 
    

    The application will launch on your system.

    How to Update AppImage

    The AppImage file don’t support automatic update. Also, you can’t update a appimage file using package managers like Apt or Yum.

    You have to manually check for any update available from site you download. Download new version (if available) and remove the existing older version file from your system.

    How to Uninstall AppImage

    Since an AppImage is not installed, so nothing to “uninstall” here. You just remove the AppImage file and application gone.

    Using desktop right click on downloaded file and click delete.

    Command line users can execute the following command:

    rm -f Downloads/Stacer-1.1.0-x64.AppImage 
    

    Conclusion

    In this tutorial, you have learned to, how to run an Appimage file on Linux distributions. Hopefully you got the basic understanding about, How to use AppImage file on Linux.

    Appimage package
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    Understanding 2>&1 in Bash: A Beginner’s Guide

    How to Choose the Best Shebang (#!) for Your Shell Scripts

    Modulus Operator (%) in Bash

    Using Modulus Operator (%) in Bash

    View 5 Comments

    5 Comments

    1. Alonso on September 28, 2022 8:59 pm

      Am using Linux Mint 20.3 V 5.2.7 I installed 2 applications already, I opened both they are working, but after installing a 3rd application and opened, the system get frozen.
      Am using WebCatalog-43..4.1 Applmage.
      Before to buy it how many applicacions can I install and work with them?
      There is a limit of 2 Applications only?

      Reply
    2. Nicolas Soler on February 2, 2022 6:28 pm

      The program opens but I cannot open any app (nothing happens, tried already on 2 machines)

      Reply
    3. Aleksei on April 14, 2021 3:14 pm

      i have a Linux mint system on a machine i do not connect to the internet. i have two AppImage files i downloaded to a portable drive and copied to that machine. i made sure they are both executable, but i can’t get either one to run.
      how do i get them running under these circumstances?

      Reply
    4. bernard on December 27, 2020 4:00 pm

      hello
      maybe you can help
      on debian buster the appimage is already “executabel” but always for root (and i can’t change it)
      but it is not working
      why ??
      thank you
      bernard

      Reply
    5. Kevin Wilcoxon on November 16, 2020 6:38 pm

      Thanks for the lesson! Question for you: Should I uninstall the old program already on my computer?

      Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to List Manually Installed Packages in Ubuntu & Debian
    • 10 Bash Tricks Every Developer Should Know
    • How to Validate Email Address in JavaScript
    • Firewalld: Common Firewall Rules and Commands
    • 12 Apk Commands in Alpine Linux Package Management
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.