How To Install libogg on Fedora 36
Introduction
In this tutorial we learn how to install libogg on Fedora 36.
What is libogg
Libogg is a library for manipulating Ogg bitstream file formats. Libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams.
We can use yum or dnf to install libogg on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libogg.
Install libogg 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 libogg using dnf by running the following command:
sudo dnf -y install libogg
Install libogg 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 libogg using yum by running the following command:
sudo yum -y install libogg
How To Uninstall libogg on Fedora 36
To uninstall only the libogg package we can use the following command:
sudo dnf remove libogg
libogg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/b01a31c9c7cf0432f1ab32da1b3a324c6e75b6
/usr/lib64/libogg.so.0
/usr/lib64/libogg.so.0.8.5
/usr/share/doc/libogg
/usr/share/doc/libogg/AUTHORS
/usr/share/doc/libogg/CHANGES
/usr/share/doc/libogg/COPYING
/usr/share/doc/libogg/README.md
References
Summary
In this tutorial we learn how to install libogg on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libogg on Fedora 36” linkTitle: “libogg” type: “docs” description: “In this tutorial we learn how to install libogg in Fedora 36. libogg is The Ogg bitstream file format library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libogg-featured.png
Introduction
In this tutorial we learn how to install libogg on Fedora 36.
What is libogg
Libogg is a library for manipulating Ogg bitstream file formats. Libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams.
We can use yum or dnf to install libogg on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libogg.
Install libogg 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 libogg using dnf by running the following command:
sudo dnf -y install libogg
Install libogg 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 libogg using yum by running the following command:
sudo yum -y install libogg
How To Uninstall libogg on Fedora 36
To uninstall only the libogg package we can use the following command:
sudo dnf remove libogg
libogg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/1b4e54c3f98071fe269510726d07728b737b08
/usr/lib/libogg.so.0
/usr/lib/libogg.so.0.8.5
/usr/share/doc/libogg
/usr/share/doc/libogg/AUTHORS
/usr/share/doc/libogg/CHANGES
/usr/share/doc/libogg/COPYING
/usr/share/doc/libogg/README.md
References
Summary
In this tutorial we learn how to install libogg on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).