How To Install liboggz on Fedora 36

In this tutorial we learn how to install liboggz in Fedora 36. liboggz is Simple programming interface for Ogg files and streams

Introduction

In this tutorial we learn how to install liboggz on Fedora 36.

What is liboggz

Oggz provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.

We can use yum or dnf to install liboggz on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liboggz.

Install liboggz 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 liboggz using dnf by running the following command:

sudo dnf -y install liboggz

Install liboggz 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 liboggz using yum by running the following command:

sudo yum -y install liboggz

How To Uninstall liboggz on Fedora 36

To uninstall only the liboggz package we can use the following command:

sudo dnf remove liboggz

liboggz Package Contents on Fedora 36

/usr/bin/oggz
/usr/bin/oggz-chop
/usr/bin/oggz-codecs
/usr/bin/oggz-comment
/usr/bin/oggz-diff
/usr/bin/oggz-dump
/usr/bin/oggz-info
/usr/bin/oggz-known-codecs
/usr/bin/oggz-merge
/usr/bin/oggz-rip
/usr/bin/oggz-scan
/usr/bin/oggz-sort
/usr/bin/oggz-validate
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/423c747cdf083a863b0fddf0af21d034e24845
/usr/lib/.build-id/14
/usr/lib/.build-id/14/7ddd1f10946021f0a9e5a4e4c3ed543de67a8c
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/366baacb3d761157e77a1eadc184e0bc5e15ab
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/5bb8c6eb5437621049e7f6d8332aacf6c9f2a1
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/c56debaaf8eed493ebd2ca04570d8bc55a3d8b
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/033b90a905a2a3b0bf1986838f606e742cebb7
/usr/lib/.build-id/55
/usr/lib/.build-id/55/841c7ed909238e18b49067d20665840a02044f
/usr/lib/.build-id/56
/usr/lib/.build-id/56/f9f75731fedd98508f961ec2e3343cc88a84d6
/usr/lib/.build-id/65
/usr/lib/.build-id/65/b3c39824c721cc2bca8e327c68e3c87aa38556
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/6b46a395dadd401e9e5060207757bc6340c699
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/7215f8a0748160b0ca84bc5fda5a94b1d97495
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/485ab8a1eabcac75ff8be38dd182e233c2e398
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/0a84fcf6b411684548a2497405d4c7aeaa43ef
/usr/lib/liboggz.so.2
/usr/lib/liboggz.so.2.6.0
/usr/share/doc/liboggz
/usr/share/doc/liboggz/AUTHORS
/usr/share/doc/liboggz/COPYING
/usr/share/doc/liboggz/ChangeLog
/usr/share/doc/liboggz/README
/usr/share/man/man1/oggz-chop.1.gz
/usr/share/man/man1/oggz-codecs.1.gz
/usr/share/man/man1/oggz-comment.1.gz
/usr/share/man/man1/oggz-diff.1.gz
/usr/share/man/man1/oggz-dump.1.gz
/usr/share/man/man1/oggz-info.1.gz
/usr/share/man/man1/oggz-known-codecs.1.gz
/usr/share/man/man1/oggz-merge.1.gz
/usr/share/man/man1/oggz-rip.1.gz
/usr/share/man/man1/oggz-scan.1.gz
/usr/share/man/man1/oggz-sort.1.gz
/usr/share/man/man1/oggz-validate.1.gz
/usr/share/man/man1/oggz.1.gz
---
title: "How To Install liboggz on Fedora 36"
linkTitle: "liboggz"
type: "docs"

description: “In this tutorial we learn how to install liboggz in Fedora 36. liboggz is Simple programming interface for Ogg files and streams”

date: “2022-08-17”

References

lastmod: “2022-08-17”

#image: /images/fedora/36/liboggz-featured.png


Summary

Introduction

In this tutorial we learn how to install liboggz on Fedora 36. In this tutorial we learn how to install liboggz on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

What is liboggz

Oggz provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.

We can use yum or dnf to install liboggz on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liboggz.

Install liboggz 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 liboggz using dnf by running the following command:

sudo dnf -y install liboggz

Install liboggz 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 liboggz using yum by running the following command:

sudo yum -y install liboggz

How To Uninstall liboggz on Fedora 36

To uninstall only the liboggz package we can use the following command:

sudo dnf remove liboggz

liboggz Package Contents on Fedora 36

/usr/bin/oggz
/usr/bin/oggz-chop
/usr/bin/oggz-codecs
/usr/bin/oggz-comment
/usr/bin/oggz-diff
/usr/bin/oggz-dump
/usr/bin/oggz-info
/usr/bin/oggz-known-codecs
/usr/bin/oggz-merge
/usr/bin/oggz-rip
/usr/bin/oggz-scan
/usr/bin/oggz-sort
/usr/bin/oggz-validate
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/737c6027f63cdf915cd3ce1e5930421f263fe5
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/6defbc6cd07f004d4286a25c6f7d54026094cd
/usr/lib/.build-id/79
/usr/lib/.build-id/79/db07156b04b1dc0b183b71f13b78c523ce4c6f
/usr/lib/.build-id/80
/usr/lib/.build-id/80/c42029ab70624d6f014846de96875363700a8a
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/3ce952ac17a1a598b39b412a78ab6db443e280
/usr/lib/.build-id/90
/usr/lib/.build-id/90/4f67ae806d1fa37df28696a5a68f853b9d7eb8
/usr/lib/.build-id/91
/usr/lib/.build-id/91/c313bfc6b50421ed650d7d81d49ca1545efcba
/usr/lib/.build-id/94
/usr/lib/.build-id/94/d8a8a76b5d9f211dcb5ac1cee1d7decf0db9c9
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/ed15c34ffc53d298c74d0b06fe176d50d5a0e1
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/4f6b6d316ad36ef19e4501be06ba9188c1148a
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/97e38221777587b9832c2cf4eeebd22f585548
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/c84a13d568cedced9666b781ba331480732ccd
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/538d5f07792b8f4843bac81f73fb98e7e293be
/usr/lib64/liboggz.so.2
/usr/lib64/liboggz.so.2.6.0
/usr/share/doc/liboggz
/usr/share/doc/liboggz/AUTHORS
/usr/share/doc/liboggz/COPYING
/usr/share/doc/liboggz/ChangeLog
/usr/share/doc/liboggz/README
/usr/share/man/man1/oggz-chop.1.gz
/usr/share/man/man1/oggz-codecs.1.gz
/usr/share/man/man1/oggz-comment.1.gz
/usr/share/man/man1/oggz-diff.1.gz
/usr/share/man/man1/oggz-dump.1.gz
/usr/share/man/man1/oggz-info.1.gz
/usr/share/man/man1/oggz-known-codecs.1.gz
/usr/share/man/man1/oggz-merge.1.gz
/usr/share/man/man1/oggz-rip.1.gz
/usr/share/man/man1/oggz-scan.1.gz
/usr/share/man/man1/oggz-sort.1.gz
/usr/share/man/man1/oggz-validate.1.gz
/usr/share/man/man1/oggz.1.gz

References

Summary

In this tutorial we learn how to install liboggz on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).