Best Image Editors For Ubuntu 24.04 LTS
Linux ecosystem is getting bigger and bigger day by day. There are almost all type of apps and software available for Linux these days same like on Windows. From easy work to complex work, you can do almost everything on Linux based distros. In this post, we are going to list down some of the best images editors for Ubuntu and also the installation guide for them.
Best Image Editors For Ubuntu 24.04 LTS
1 GIMP
GIMP is one of the most popular image editing software for Ubuntu. It’s like Photoshop for Linux. GIMP is a free, open-source, and cross-platform image editor that works on Linux, Windows, OSX, and many other operating systems.
Installing GIMP On Ubuntu
Run the following command to install Gimp on Ubuntu
sudo apt install gimp
If you want to insall with Snap, then run the following command:
sudo apt install snapd sudo apt update sudo snap install gimp
If you want to install the latest version of GIMP then run the following commands.
commands below if you want to install the latest Gimp version.
sudo add-apt-repository ppa:ubuntuhandbook1/gimp sudo apt update sudo apt install gimp
Just in case if you don’t want to use GIMP any more and want to remove Gimp, then run the following commans in your terminal:
sudo apt remove gimp
sudo apt autoremove
2. Inkscape:
Inkscape can be considered as an somehow alternative to Adobe Illustrator. Run the following command to install Inkscape in Ubuntu and Debian using APT by running:
sudo add-apt-repository ppa:inkscape.dev/stable sudo apt update sudo apt install inkscape
3. Krita:
Krita is another popular and amazing image editor for Ubuntu. Krita is an open-source photo editor with many features that will make your photo editing skills top-notch. Krita supports many image formats, including JPEG, PNG, TIFF, GIF, Dicom, and PSD. There are multiple ways to install Krita and they are using Snap or APT or as an APPImage.
Install Krita on Ubuntu and Debian
Install Krita Using AppImage
Download the Krita AppImage file from their official website and run the following command to install Krita on Ubuntu.
sudo chmod +x [Krita-AppImage-File]sudo ./[Krita-AppImage-File]
Install Krita using Snap (Recommended):
Run the following command to install Krita using the Snap package manager on Ubuntu:
sudo snap install Krita
Install Krita using APT:
Run the following command to install Krita using the APT package manager.
sudo add-apt-repository ppa:kritalime/ppa sudo apt update sudo apt install krita
4. digiKam:
digiKam is another popular image editor available for Ubuntu and other Linux based operating systems.
Install digiKam on Ubuntu
Run the following commands to install digiKam on Ubuntu
sudo add-apt-repository ppa:philip5/extra sudo apt update sudo apt install digikam
Install digiKam on Ubuntu using snapd
Run the following command to install digiKam on Ubuntu using snapd:
sudo snap install digikam
5. Fotoxx
Fotoxx is another popular open source image editing software for Linux. Run the following commands to install Fotoxx in Linuux:
sudo apt install fotoxx // For Debian, Ubuntu and Linux Mint sudo dnf install fotoxx // For RHEL/CentOS/Fedora and Rocky/AlmaLinux sudo zypper install fotoxx // For OpenSUSE