How To Install qtwaifu2x on Fedora 36
In this tutorial we learn how to install qtwaifu2x in Fedora 36. qtwaifu2x is Frontend for waifu2x-converter-cpp
Introduction
In this tutorial we learn how to install qtwaifu2x
on Fedora 36.
What is qtwaifu2x
Frontend for waifu2x-converter-cpp.
We can use yum
or dnf
to install qtwaifu2x
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtwaifu2x.
Install qtwaifu2x 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 qtwaifu2x
using dnf
by running the following command:
sudo dnf -y install qtwaifu2x
Install qtwaifu2x 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 qtwaifu2x
using yum
by running the following command:
sudo yum -y install qtwaifu2x
How To Uninstall qtwaifu2x on Fedora 36
To uninstall only the qtwaifu2x
package we can use the following command:
sudo dnf remove qtwaifu2x
qtwaifu2x Package Contents on Fedora 36
/usr/bin/qtwaifu2x
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/d2e45226e34f829ea7cf6eb8b93c9b561563b1
/usr/share/applications/qtwaifu2x.desktop
/usr/share/doc/qtwaifu2x
/usr/share/doc/qtwaifu2x/README.md
/usr/share/icons/hicolor/512x512/apps/qtwaifu2x.png
/usr/share/licenses/qtwaifu2x
/usr/share/licenses/qtwaifu2x/LICENSE
References
Summary
In this tutorial we learn how to install qtwaifu2x
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).