If you are familiar with .deb packages, then AppImage is a simple concept to understand. Yes, it’s a way of installing software on Linux. It is a “Universal software package” format. So why is a tutorial required for using it? Because it is not as convenient as installing .deb packages (by double-clicking them or from terminal using GDebi), but with AppImage, you need to follow some steps to install the software.
AppImage doesn’t follow the traditional way of installing software. It doesn’t install the software. It is a compressed image containing all dependencies and libraries required to run specific software. The AppImage is executed, and then you can run the software. There are no extractions or installations required. So many people always ask the question, “how do I open AppImage in Ubuntu?”. Now, let’s start the tutorial and get a thorough explanation on installing and opening an AppImage quickly.
In this section, we will explain two different methods to open AppImage in Ubuntu.
There is a plethora of software which you can easily download in .appimage format. GIMP, Scribus, OpenShot, and BlenSor are few famous names that are available as .appimage files.
The downloaded image won’t have execution permission by default. So, here’s how you can make it executable (no root privilege required):
Right-click on the downloaded .appimage file and navigate to the properties menu.
Go to the properties menu and select the permission tab then check Mark the “Allow executing files as a program.”
Finally, all of your AppImages will execute without having any trouble.
First, open the Terminal from the search menu or by pressing CTRL, ALT, and T simultaneously and use this command:
The system will execute your file, so now you can run the file by double-clicking on it. Otherwise, you can use the below command to open it:
If you are looking for uninstalling the AppImage, then open Linux terminal use the below command:
In the above commands, “Downloads” is a directory where the AppImage software is present, and the software name is the software. The “rm- f” command tells the system to remove the files from the system forcefully.
AppImages is an excellent way of using software across multiple Linux Distributions. We also hope that this update feature may get improved so that it can become more convenient for the users. If you like this tutorial, then make sure to visit our website because we regularly upload the informative tutorial like this one.
Official Ubuntu support for the NVIDIA Rubin platform, including the NVIDIA Vera Rubin NVL72 rack-scale…
CES 2026 is here, bringing together the technologies defining the next generation of connected devices.…
Here’s the guide to deploy Elastic Stack on Ubuntu VPS, with secure access, HTTPS proxying,…
This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to…
After a decade under Pablo Cantero's stewardship, Shoryuken has a new maintainer - me. I'm…
MAAS 3.7 has been officially released and it includes a bunch of cool new features.…