How To Install ucommon-bin on Fedora 36
Introduction
In this tutorial we learn how to install ucommon-bin
on Fedora 36.
What is ucommon-bin
This is a collection of command line tools that use various aspects of the ucommon library. Some may be needed to prepare files or for development of applications.
We can use yum
or dnf
to install ucommon-bin
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ucommon-bin.
Install ucommon-bin 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 ucommon-bin
using dnf
by running the following command:
sudo dnf -y install ucommon-bin
Install ucommon-bin 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 ucommon-bin
using yum
by running the following command:
sudo yum -y install ucommon-bin
How To Uninstall ucommon-bin on Fedora 36
To uninstall only the ucommon-bin
package we can use the following command:
sudo dnf remove ucommon-bin
ucommon-bin Package Contents on Fedora 36
/usr/bin/args
/usr/bin/car
/usr/bin/keywait
/usr/bin/mdsum
/usr/bin/pdetach
/usr/bin/scrub-files
/usr/bin/sockaddr
/usr/bin/urlout
/usr/bin/zerofill
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/76a156d87ef83aace674d90df823fd8a270d2d
/usr/lib/.build-id/21
/usr/lib/.build-id/21/7e7c38cc5bbf4244c94d5e3cc80ba07e0497a6
/usr/lib/.build-id/56
/usr/lib/.build-id/56/7e5a6e7e6bd7ac213b600332422ce779aba1ea
/usr/lib/.build-id/88
/usr/lib/.build-id/88/8d7e19ad0911c43f95d334164b1d755240d26e
/usr/lib/.build-id/89
/usr/lib/.build-id/89/2ffbaec176fc7a265ef5a9c84ca7d22dbc6a36
/usr/lib/.build-id/af
/usr/lib/.build-id/af/072bde48a8ebf53030dbd81d1ae16e7b088246
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/db82fa12bae0b79104163b4b32beb72e507254
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/2a5a1c1e489ad326d7df3771feab333eb6f15c
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/78d0e59d8c3eac9b09a36539593ff812c52880
/usr/share/man/man1/args.1.gz
/usr/share/man/man1/car.1.gz
/usr/share/man/man1/keywait.1.gz
/usr/share/man/man1/mdsum.1.gz
/usr/share/man/man1/pdetach.1.gz
/usr/share/man/man1/scrub-files.1.gz
/usr/share/man/man1/sockaddr.1.gz
/usr/share/man/man1/urlout.1.gz
/usr/share/man/man1/zerofill.1.gz
References
Summary
In this tutorial we learn how to install ucommon-bin
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).