How To Install libavtp on Fedora 36
Introduction
In this tutorial we learn how to install libavtp on Fedora 36.
What is libavtp
An open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec.
We can use yum or dnf to install libavtp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libavtp.
Install libavtp 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 libavtp using dnf by running the following command:
sudo dnf -y install libavtp
Install libavtp 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 libavtp using yum by running the following command:
sudo yum -y install libavtp
How To Uninstall libavtp on Fedora 36
To uninstall only the libavtp package we can use the following command:
sudo dnf remove libavtp
libavtp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/e5c6315d961836fe600d567d2f8f711f6b8849
/usr/lib/libavtp.so.0
/usr/lib/libavtp.so.0.2.0
/usr/share/licenses/libavtp
/usr/share/licenses/libavtp/LICENSE
References
Summary
In this tutorial we learn how to install libavtp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libavtp on Fedora 36” linkTitle: “libavtp” type: “docs” description: “In this tutorial we learn how to install libavtp in Fedora 36. libavtp is An AVTP protocol implementation” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libavtp-featured.png
Introduction
In this tutorial we learn how to install libavtp on Fedora 36.
What is libavtp
An open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec.
We can use yum or dnf to install libavtp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libavtp.
Install libavtp 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 libavtp using dnf by running the following command:
sudo dnf -y install libavtp
Install libavtp 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 libavtp using yum by running the following command:
sudo yum -y install libavtp
How To Uninstall libavtp on Fedora 36
To uninstall only the libavtp package we can use the following command:
sudo dnf remove libavtp
libavtp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/66d234518ba0482c08d2ae08d843a16030d046
/usr/lib64/libavtp.so.0
/usr/lib64/libavtp.so.0.2.0
/usr/share/licenses/libavtp
/usr/share/licenses/libavtp/LICENSE
References
Summary
In this tutorial we learn how to install libavtp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).