How To Install libfishsound on Fedora 36

In this tutorial we learn how to install libfishsound in Fedora 36. libfishsound is Simple programming interface for Xiph.Org codecs

Introduction

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

What is libfishsound

libfishsound provides a simple programming interface for decoding and encoding audio data using Xiph.Org codecs (FLAC, Speex and Vorbis). libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files.

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

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

sudo dnf -y install libfishsound

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

sudo yum -y install libfishsound

How To Uninstall libfishsound on Fedora 36

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

sudo dnf remove libfishsound

libfishsound Package Contents on Fedora 36

---
title: "How To Install libfishsound on Fedora 36"
linkTitle: "libfishsound"
type: "docs"
description: "In this tutorial we learn how to install libfishsound in Fedora 36. libfishsound is Simple programming interface for Xiph.Org codecs"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libfishsound-featured.png
---

## Introduction

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

### What is `libfishsound`

> libfishsound provides a simple programming interface for decoding and encoding audio data using Xiph.Org codecs (FLAC, Speex and Vorbis).  libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files.  

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

## Install libfishsound on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libfishsound using dnf by running the following command:

sudo dnf -y install libfishsound

Install libfishsound 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 libfishsound using yum by running the following command: /usr/lib/.build-id /usr/lib/.build-id/ec /usr/lib/.build-id/ec/8f5823f42edbb14d3b0a81bbfc04f53cf0dbde /usr/lib64/libfishsound.so.1 /usr/lib64/libfishsound.so.1.3.0 /usr/share/doc/libfishsound /usr/share/doc/libfishsound/AUTHORS /usr/share/doc/libfishsound/COPYING /usr/share/doc/libfishsound/README

sudo yum -y install libfishsound

How To Uninstall libfishsound on Fedora 36


To uninstall only the `libfishsound` package we can use the following command:
## References


```bash
sudo dnf remove libfishsound
* [libfishsound website](http://www.xiph.org/fishsound/)

Summary

libfishsound Package Contents on Fedora 36

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

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/ec66400417624602c92f97f2a71cbe33f9c630
/usr/lib/libfishsound.so.1
/usr/lib/libfishsound.so.1.3.0
/usr/share/doc/libfishsound
/usr/share/doc/libfishsound/AUTHORS
/usr/share/doc/libfishsound/COPYING
/usr/share/doc/libfishsound/README

References

Summary

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