How To Install skf on Fedora 36
In this tutorial we learn how to install skf in Fedora 36. skf is Utility binary files in Simple Kanji Filter
Introduction
In this tutorial we learn how to install skf
on Fedora 36.
What is skf
This package contains utility binary files in skf.
We can use yum
or dnf
to install skf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install skf.
Install skf 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 skf
using dnf
by running the following command:
sudo dnf -y install skf
Install skf 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 skf
using yum
by running the following command:
sudo yum -y install skf
How To Uninstall skf on Fedora 36
To uninstall only the skf
package we can use the following command:
sudo dnf remove skf
skf Package Contents on Fedora 36
/usr/bin/skf
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/f17cf9c84ed93ad1408e2052aca5400c8821c5
/usr/share/man/ja/man1/skf.1.gz
/usr/share/man/man1/skf.1.gz
References
Summary
In this tutorial we learn how to install skf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).