How To Install gwenview on AlmaLinux 8
In this tutorial we learn how to install gwenview in AlmaLinux 8. gwenview is An image viewer
Introduction
In this tutorial we learn how to install gwenview on AlmaLinux 8.
What is gwenview
An image viewer.
We can use yum or dnf to install gwenview on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gwenview.
Install gwenview 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 gwenview using dnf by running the following command:
sudo dnf -y install gwenview
Install gwenview 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 gwenview using yum by running the following command:
sudo yum -y install gwenview
How To Uninstall gwenview on AlmaLinux 8
To uninstall only the gwenview package we can use the following command:
sudo dnf remove gwenview
References
Summary
In this tutorial we learn how to install gwenview on AlmaLinux 8 using yum and dnf.