How To Install drawing on AlmaLinux 8
Introduction
In this tutorial we learn how to install drawing
on AlmaLinux 8.
What is drawing
This application is a basic image editor, similar to Microsoft Paint, but aiming at the GNOME desktop. PNG, JPEG and BMP files are supported. Besides GNOME, some more traditional design layouts are available too, as well as an elementaryOS layout. It should also be compatible with Purism’s Librem 5 phone.
We can use yum
or dnf
to install drawing
on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install drawing.
Install drawing on AlmaLinux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install drawing
using dnf
by running the following command:
sudo dnf -y install drawing
Install drawing on AlmaLinux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install drawing
using yum
by running the following command:
sudo yum -y install drawing
How To Uninstall drawing on AlmaLinux 8
To uninstall only the drawing
package we can use the following command:
sudo dnf remove drawing
References
Summary
In this tutorial we learn how to install drawing
on AlmaLinux 8 using yum and dnf.