How To Install calligra-krita on CentOS 7
Introduction
In this tutorial we learn how to install calligra-krita
on CentOS 7.
What is calligra-krita
Krita is a creative sketching and painting application based on KOffice technology. Whether you want to create art paintings, cartoons, concept art or textures, Krita supports most graphics tablets out of the box. Krita’s vision statement is * Krita is a KDE program for sketching and painting, offering an end–to–end solution for creating digital painting files from scratch by masters. * Fields of painting that Krita explicitly supports are concept art, creation of comics and textures for rendering. * Modelled on existing real-world painting materials and workflows, Krita supports creative working by getting out of the way and with snappy response.
We can use yum
or dnf
to install calligra-krita
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install calligra-krita.
Install calligra-krita on CentOS 7 Using yum
Update yum database with yum
using the following command.
sudo yum makecache
After updating yum database, We can install calligra-krita
using yum
by running the following command:
sudo yum -y install calligra-krita
Install calligra-krita on CentOS 7 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 calligra-krita
using dnf
by running the following command:
sudo dnf -y install calligra-krita
How To Uninstall calligra-krita on CentOS 7
To uninstall only the calligra-krita
package we can use the following command:
sudo dnf remove calligra-krita
References
Summary
In this tutorial we learn how to install calligra-krita
on CentOS 7 using yum
and dnf
.