How To Install qqwing on Fedora 36
In this tutorial we learn how to install qqwing in Fedora 36. qqwing is Command-line Sudoku solver and generator
Introduction
In this tutorial we learn how to install qqwing
on Fedora 36.
What is qqwing
QQwing is a command-line Sudoku solver and generator.
We can use yum
or dnf
to install qqwing
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qqwing.
Install qqwing 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 qqwing
using dnf
by running the following command:
sudo dnf -y install qqwing
Install qqwing 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 qqwing
using yum
by running the following command:
sudo yum -y install qqwing
How To Uninstall qqwing on Fedora 36
To uninstall only the qqwing
package we can use the following command:
sudo dnf remove qqwing
qqwing Package Contents on Fedora 36
/usr/bin/qqwing
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/d6e19f5518c1a4d816c955768d05fdf88cb407
/usr/share/doc/qqwing
/usr/share/doc/qqwing/README
/usr/share/man/man1/qqwing.1.gz
References
Summary
In this tutorial we learn how to install qqwing
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).