How To Install liboggz-devel on Fedora 36

In this tutorial we learn how to install liboggz-devel in Fedora 36. liboggz-devel is Files needed for development using liboggz

Introduction

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

What is liboggz-devel

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. This package contains the header files and documentation needed for development using liboggz.

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

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

sudo dnf -y install liboggz-devel

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

sudo yum -y install liboggz-devel

How To Uninstall liboggz-devel on Fedora 36

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

sudo dnf remove liboggz-devel

liboggz-devel Package Contents on Fedora 36

/usr/include/oggz
/usr/include/oggz/oggz.h
/usr/include/oggz/oggz_comments.h
/usr/include/oggz/oggz_constants.h
/usr/include/oggz/oggz_deprecated.h
/usr/include/oggz/oggz_io.h
/usr/include/oggz/oggz_off_t.h
/usr/include/oggz/oggz_off_t_generated.h
/usr/include/oggz/oggz_packet.h
/usr/include/oggz/oggz_read.h
/usr/include/oggz/oggz_seek.h
/usr/include/oggz/oggz_stream.h
/usr/include/oggz/oggz_table.h
/usr/include/oggz/oggz_write.h
/usr/lib/liboggz.so
/usr/lib/pkgconfig/oggz.pc

References

Summary

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


title: “How To Install liboggz-devel on Fedora 36” linkTitle: “liboggz-devel” type: “docs” description: “In this tutorial we learn how to install liboggz-devel in Fedora 36. liboggz-devel is Files needed for development using liboggz” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liboggz-devel-featured.png

Introduction

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

What is liboggz-devel

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. This package contains the header files and documentation needed for development using liboggz.

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

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

sudo dnf -y install liboggz-devel

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

sudo yum -y install liboggz-devel

How To Uninstall liboggz-devel on Fedora 36

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

sudo dnf remove liboggz-devel

liboggz-devel Package Contents on Fedora 36

/usr/include/oggz
/usr/include/oggz/oggz.h
/usr/include/oggz/oggz_comments.h
/usr/include/oggz/oggz_constants.h
/usr/include/oggz/oggz_deprecated.h
/usr/include/oggz/oggz_io.h
/usr/include/oggz/oggz_off_t.h
/usr/include/oggz/oggz_off_t_generated.h
/usr/include/oggz/oggz_packet.h
/usr/include/oggz/oggz_read.h
/usr/include/oggz/oggz_seek.h
/usr/include/oggz/oggz_stream.h
/usr/include/oggz/oggz_table.h
/usr/include/oggz/oggz_write.h
/usr/lib64/liboggz.so
/usr/lib64/pkgconfig/oggz.pc

References

Summary

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