How To Install tcd-utils on Fedora 36
Introduction
In this tutorial we learn how to install tcd-utils
on Fedora 36.
What is tcd-utils
TCD Utils includes * build_tide_db to convert harmonics.txt, offsets.xml, and NAVO formats to harmonics.tcd; * restore_tide_db to generate harmonics.txt and offsets.xml from harmonics.tcd
We can use yum
or dnf
to install tcd-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tcd-utils.
Install tcd-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 tcd-utils
using dnf
by running the following command:
sudo dnf -y install tcd-utils
Install tcd-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 tcd-utils
using yum
by running the following command:
sudo yum -y install tcd-utils
How To Uninstall tcd-utils on Fedora 36
To uninstall only the tcd-utils
package we can use the following command:
sudo dnf remove tcd-utils
tcd-utils Package Contents on Fedora 36
/usr/bin/build_tide_db
/usr/bin/restore_tide_db
/usr/bin/rewrite_tide_db.sh
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/6afa71871498179091d6a0805e62bd26f5f0b8
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/ad5da293e4b9f35d6d73f9d8019404e1a19c8a
/usr/share/doc/tcd-utils
/usr/share/doc/tcd-utils/COPYING
/usr/share/doc/tcd-utils/ChangeLog
/usr/share/doc/tcd-utils/README
References
Summary
In this tutorial we learn how to install tcd-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).