How To Install mcomix3 on Fedora 36
Introduction
In this tutorial we learn how to install mcomix3
on Fedora 36.
What is mcomix3
MComix3 is a user-friendly, customizable image viewer. It has been forked from the original MComix project and ported to python3.
We can use yum
or dnf
to install mcomix3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mcomix3.
Install mcomix3 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mcomix3
using dnf
by running the following command:
sudo dnf -y install mcomix3
Install mcomix3 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mcomix3
using yum
by running the following command:
sudo yum -y install mcomix3
How To Uninstall mcomix3 on Fedora 36
To uninstall only the mcomix3
package we can use the following command:
sudo dnf remove mcomix3
mcomix3 Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install mcomix3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).