How To Install srt-libs on Fedora 36
Introduction
In this tutorial we learn how to install srt-libs
on Fedora 36.
What is srt-libs
Secure Reliable Transport protocol libraries
We can use yum
or dnf
to install srt-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install srt-libs.
Install srt-libs 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 srt-libs
using dnf
by running the following command:
sudo dnf -y install srt-libs
Install srt-libs 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 srt-libs
using yum
by running the following command:
sudo yum -y install srt-libs
How To Uninstall srt-libs on Fedora 36
To uninstall only the srt-libs
package we can use the following command:
sudo dnf remove srt-libs
srt-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/62bf2121a8b974ac32caa14be47f2a49044f43
/usr/lib64/libsrt.so.1.4
/usr/lib64/libsrt.so.1.4.4
/usr/share/licenses/srt-libs
/usr/share/licenses/srt-libs/LICENSE
References
Summary
In this tutorial we learn how to install srt-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install srt-libs on Fedora 36” linkTitle: “srt-libs” type: “docs” description: “In this tutorial we learn how to install srt-libs in Fedora 36. srt-libs is Secure Reliable Transport protocol libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/srt-libs-featured.png
Introduction
In this tutorial we learn how to install srt-libs
on Fedora 36.
What is srt-libs
Secure Reliable Transport protocol libraries
We can use yum
or dnf
to install srt-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install srt-libs.
Install srt-libs 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 srt-libs
using dnf
by running the following command:
sudo dnf -y install srt-libs
Install srt-libs 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 srt-libs
using yum
by running the following command:
sudo yum -y install srt-libs
How To Uninstall srt-libs on Fedora 36
To uninstall only the srt-libs
package we can use the following command:
sudo dnf remove srt-libs
srt-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/69b24568299182de942e4de93a511af7fadcae
/usr/lib/libsrt.so.1.4
/usr/lib/libsrt.so.1.4.4
/usr/share/licenses/srt-libs
/usr/share/licenses/srt-libs/LICENSE
References
Summary
In this tutorial we learn how to install srt-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).