How To Install uread on Fedora 36
Introduction
In this tutorial we learn how to install uread
on Fedora 36.
What is uread
These utilities enable you to have a look at a Fortran unformatted file to see the size of the data records, and to swap its endianess from big to little, or vis versa.
We can use yum
or dnf
to install uread
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uread.
Install uread 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 uread
using dnf
by running the following command:
sudo dnf -y install uread
Install uread 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 uread
using yum
by running the following command:
sudo yum -y install uread
How To Uninstall uread on Fedora 36
To uninstall only the uread
package we can use the following command:
sudo dnf remove uread
uread Package Contents on Fedora 36
/usr/bin/uread
/usr/bin/ustrip
/usr/bin/uswap
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/d23dbf8975fbd68b69624f6b5b80c5a2f59952
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/b392ca6270316875a1484488ab7273b2aab43c
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/aaada6405557b0b2a0b61c74df98af5f416841
/usr/share/doc/uread
/usr/share/doc/uread/uread-licence.email
/usr/share/man/man1/uread.1.gz
/usr/share/man/man1/ustrip.1.gz
/usr/share/man/man1/uswap.1.gz
References
Summary
In this tutorial we learn how to install uread
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).