How to use AppImage

dos2unix

Well-Known Member
Joined
May 3, 2019
Messages
3,490
Reaction score
3,224
Credits
31,265
Absolutely! Here's the updated guide with the URL for WhatsApp included.

How to Use AppImage on Linux: A Step-by-Step Guide​

What is an AppImage?​

AppImage is a format for distributing portable software on Linux without needing superuser permissions to install the application. It bundles the application and all its dependencies into a single executable file, making it easy to run on any Linux distribution.

Benefits of Using AppImage​

  • Portability: Run the application on any Linux distribution without installation.
  • Simplicity: No need to worry about dependencies or package managers.
  • Security: AppImages are sandboxed, reducing the risk of system-wide changes.

Example: Running WhatsApp as an AppImage​

Step 1: Download the AppImage​

First, download the AppImage file for WhatsApp from AppImageHub.

Step 2: Make the AppImage Executable​

Once the download is complete, you need to make the file executable. Open a terminal and navigate to the directory where the AppImage is located. Use the following command:
chmod +x WhatsApp.AppImage

Replace WhatsApp.AppImage with the actual name of the downloaded file.

Step 3: Run the AppImage​

Now, you can run the AppImage by double-clicking the file in your file manager or by using the terminal:
./WhatsApp.AppImage

This will launch WhatsApp, and you can use it just like any other application.

Step 4: Optional - Create a Desktop Shortcut​

To make it easier to launch WhatsApp in the future, you can create a desktop shortcut. Create a .desktop file in your ~/.local/share/applications directory with the following content:
Code:
[Desktop Entry]
Name=WhatsApp
Exec=/path/to/WhatsApp.AppImage
Icon=whatsapp
Type=Application
Categories=Network;InstantMessaging;

Replace /path/to/WhatsApp.AppImage with the actual path to your AppImage file.

Conclusion​

Using AppImages on Linux is a straightforward way to run applications without worrying about dependencies or installation procedures. By following these steps, you can easily run applications like WhatsApp and enjoy the benefits of portability and simplicity.


You don't have to use AppImage.hub, but it's probably the largest and most popular AppImage repository. - https://www.appimagehub.com/
 
Last edited:


I like to do it the easy way...
Download AppImage...mine is on the Desktop...
1734903718926.png

Now right click...Properties and select...Permissions...
1734903854972.png

Tick this box...close and double click to open...
1734903943500.png


Easy.
1734903987493.gif
 
I use Gear Lever to automate all that integration. Not got into integrating update URLs yet, but it's pretty useful.
 


Members online


Latest posts

Top