How To Install libltc on Fedora 36
Introduction
In this tutorial we learn how to install libltc on Fedora 36.
What is libltc
Linear (or Longitudinal) Timecode (LTC) is an encoding of time code data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media. libltc provides functionality to encode and decode LTC from/to time code, including SMPTE date support.
We can use yum or dnf to install libltc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libltc.
Install libltc 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 libltc using dnf by running the following command:
sudo dnf -y install libltc
Install libltc 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 libltc using yum by running the following command:
sudo yum -y install libltc
How To Uninstall libltc on Fedora 36
To uninstall only the libltc package we can use the following command:
sudo dnf remove libltc
libltc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/ee6a7c9b288bf124332b697e00720c7984ae66
/usr/lib64/libltc.so.11
/usr/lib64/libltc.so.11.1.0
/usr/share/doc/libltc
/usr/share/doc/libltc/AUTHORS
/usr/share/doc/libltc/COPYING
/usr/share/doc/libltc/ChangeLog
/usr/share/doc/libltc/README.md
References
Summary
In this tutorial we learn how to install libltc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libltc on Fedora 36” linkTitle: “libltc” type: “docs” description: “In this tutorial we learn how to install libltc in Fedora 36. libltc is Linear/Longitudinal Time Code (LTC) Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libltc-featured.png
Introduction
In this tutorial we learn how to install libltc on Fedora 36.
What is libltc
Linear (or Longitudinal) Timecode (LTC) is an encoding of time code data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media. libltc provides functionality to encode and decode LTC from/to time code, including SMPTE date support.
We can use yum or dnf to install libltc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libltc.
Install libltc 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 libltc using dnf by running the following command:
sudo dnf -y install libltc
Install libltc 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 libltc using yum by running the following command:
sudo yum -y install libltc
How To Uninstall libltc on Fedora 36
To uninstall only the libltc package we can use the following command:
sudo dnf remove libltc
libltc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/0449534faf68c9cd0e9df2b7f6346dd0080919
/usr/lib/libltc.so.11
/usr/lib/libltc.so.11.1.0
/usr/share/doc/libltc
/usr/share/doc/libltc/AUTHORS
/usr/share/doc/libltc/COPYING
/usr/share/doc/libltc/ChangeLog
/usr/share/doc/libltc/README.md
References
Summary
In this tutorial we learn how to install libltc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).