How To Install libtcd on Fedora 36
Introduction
In this tutorial we learn how to install libtcd
on Fedora 36.
What is libtcd
libtcd provides a software API for reading and writing Tide Constituent Database (TCD) files.
We can use yum
or dnf
to install libtcd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtcd.
Install libtcd 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 libtcd
using dnf
by running the following command:
sudo dnf -y install libtcd
Install libtcd 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 libtcd
using yum
by running the following command:
sudo yum -y install libtcd
How To Uninstall libtcd on Fedora 36
To uninstall only the libtcd
package we can use the following command:
sudo dnf remove libtcd
libtcd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/2f70fed539fe901b65c4a56549da6c6d10ec15
/usr/lib/libtcd.so.1
/usr/lib/libtcd.so.1.0.2
/usr/share/doc/libtcd
/usr/share/doc/libtcd/COPYING
References
Summary
In this tutorial we learn how to install libtcd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libtcd on Fedora 36” linkTitle: “libtcd” type: “docs” description: “In this tutorial we learn how to install libtcd in Fedora 36. libtcd is Tide Constituent Database Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libtcd-featured.png
Introduction
In this tutorial we learn how to install libtcd
on Fedora 36.
What is libtcd
libtcd provides a software API for reading and writing Tide Constituent Database (TCD) files.
We can use yum
or dnf
to install libtcd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtcd.
Install libtcd 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 libtcd
using dnf
by running the following command:
sudo dnf -y install libtcd
Install libtcd 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 libtcd
using yum
by running the following command:
sudo yum -y install libtcd
How To Uninstall libtcd on Fedora 36
To uninstall only the libtcd
package we can use the following command:
sudo dnf remove libtcd
libtcd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/cdb732f4a2a8926806b8864e871ff217c81898
/usr/lib64/libtcd.so.1
/usr/lib64/libtcd.so.1.0.2
/usr/share/doc/libtcd
/usr/share/doc/libtcd/COPYING
References
Summary
In this tutorial we learn how to install libtcd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).