How To Install oneko on Fedora 36
Introduction
In this tutorial we learn how to install oneko
on Fedora 36.
What is oneko
A cat (neko) chases the cursor (now a mouse) around the screen while you work. Alternatively, a dog chases a bone.
We can use yum
or dnf
to install oneko
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install oneko.
Install oneko 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 oneko
using dnf
by running the following command:
sudo dnf -y install oneko
Install oneko 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 oneko
using yum
by running the following command:
sudo yum -y install oneko
How To Uninstall oneko on Fedora 36
To uninstall only the oneko
package we can use the following command:
sudo dnf remove oneko
oneko Package Contents on Fedora 36
/usr/bin/oneko
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/852b9f02a2ae45ff62039ea1448cbc6e5d925a
/usr/share/applications/oneko.desktop
/usr/share/doc/oneko
/usr/share/doc/oneko/README-NEW
/usr/share/doc/oneko/README-SUPP.jp
/usr/share/doc/oneko/README.jp
/usr/share/doc/oneko/sample.resource
/usr/share/man/ja/man1/oneko.1.gz
/usr/share/man/man1/oneko.1.gz
/usr/share/pixmaps/oneko.png
References
Summary
In this tutorial we learn how to install oneko
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).