How To Install drawing on CentOS 8

In this tutorial we learn how to install drawing on CentOS 8. drawing is Drawing application for the GNOME desktop

Introduction

In this tutorial we learn how to install drawing on CentOS 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 CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install drawing.

Install drawing on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install drawing using yum by running the following command:

sudo yum -y install drawing

Install drawing on CentOS 8 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install drawing using dnf by running the following command:

sudo dnf -y install drawing

How To Uninstall drawing on CentOS 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 CentOS 8 using yum and dnf.