How To Install fox-utils on Fedora 36
Introduction
In this tutorial we learn how to install fox-utils
on Fedora 36.
What is fox-utils
This package contains some utility applications based on fox.
We can use yum
or dnf
to install fox-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fox-utils.
Install fox-utils 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 fox-utils
using dnf
by running the following command:
sudo dnf -y install fox-utils
Install fox-utils 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 fox-utils
using yum
by running the following command:
sudo yum -y install fox-utils
How To Uninstall fox-utils on Fedora 36
To uninstall only the fox-utils
package we can use the following command:
sudo dnf remove fox-utils
fox-utils Package Contents on Fedora 36
/usr/bin/fox-PathFinder
/usr/bin/fox-adie
/usr/bin/fox-calculator
/usr/bin/fox-reswrap
/usr/bin/fox-shutterbug
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/96fc0b9021dd040404978a87e3b8281bb8d094
/usr/lib/.build-id/23
/usr/lib/.build-id/23/6a0307f2938b57d320127c2d34381e18829728
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/7b24ec1707ba4e4508cadced3e5091027479b5
/usr/lib/.build-id/70
/usr/lib/.build-id/70/412b6716460c4a987b91d4583afab6d71535eb
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/dd8d2dbe645a33c1c7c6a96ebe5dd22f8770fd
/usr/libexec/fox
/usr/libexec/fox/PathFinder
/usr/libexec/fox/adie
/usr/libexec/fox/calculator
/usr/libexec/fox/reswrap
/usr/libexec/fox/shutterbug
/usr/share/applications/fox-PathFinder.desktop
/usr/share/applications/fox-adie.desktop
/usr/share/applications/fox-calculator.desktop
/usr/share/applications/fox-shutterbug.desktop
/usr/share/fox/Adie.stx
/usr/share/man/man1/fox-PathFinder.1.gz
/usr/share/man/man1/fox-adie.1.gz
/usr/share/man/man1/fox-calculator.1.gz
/usr/share/man/man1/fox-reswrap.1.gz
/usr/share/man/man1/fox-shutterbug.1.gz
References
Summary
In this tutorial we learn how to install fox-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).