How To Install libshout on Fedora 36
Introduction
In this tutorial we learn how to install libshout
on Fedora 36.
What is libshout
libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents most bad data from getting to the icecast server.
We can use yum
or dnf
to install libshout
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libshout.
Install libshout 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 libshout
using dnf
by running the following command:
sudo dnf -y install libshout
Install libshout 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 libshout
using yum
by running the following command:
sudo yum -y install libshout
How To Uninstall libshout on Fedora 36
To uninstall only the libshout
package we can use the following command:
sudo dnf remove libshout
libshout Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/9a29ede33c21d31631f67e9d1cd9e150426b7a
/usr/lib/libshout.so.3
/usr/lib/libshout.so.3.2.0
/usr/share/doc/libshout
/usr/share/doc/libshout/NEWS
/usr/share/doc/libshout/README
/usr/share/licenses/libshout
/usr/share/licenses/libshout/COPYING
References
Summary
In this tutorial we learn how to install libshout
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libshout on Fedora 36” linkTitle: “libshout” type: “docs” description: “In this tutorial we learn how to install libshout in Fedora 36. libshout is Icecast source streaming library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libshout-featured.png
Introduction
In this tutorial we learn how to install libshout
on Fedora 36.
What is libshout
libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents most bad data from getting to the icecast server.
We can use yum
or dnf
to install libshout
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libshout.
Install libshout 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 libshout
using dnf
by running the following command:
sudo dnf -y install libshout
Install libshout 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 libshout
using yum
by running the following command:
sudo yum -y install libshout
How To Uninstall libshout on Fedora 36
To uninstall only the libshout
package we can use the following command:
sudo dnf remove libshout
libshout Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/7d1a39afed5e76be796d956a29616ac88dad65
/usr/lib64/libshout.so.3
/usr/lib64/libshout.so.3.2.0
/usr/share/doc/libshout
/usr/share/doc/libshout/NEWS
/usr/share/doc/libshout/README
/usr/share/licenses/libshout
/usr/share/licenses/libshout/COPYING
References
Summary
In this tutorial we learn how to install libshout
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).