How To Install serialdv on Fedora 36

In this tutorial we learn how to install serialdv in Fedora 36. serialdv is C++ minimal interface to encode/decode audio with AMBE3000 based devices

Introduction

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

What is serialdv

C++ minimal interface to encode and decode audio with AMBE3000 based devices in packet mode over a serial link.

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

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

sudo dnf -y install serialdv

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

sudo yum -y install serialdv

How To Uninstall serialdv on Fedora 36

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

sudo dnf remove serialdv

serialdv Package Contents on Fedora 36

/usr/bin/dvtest
/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/ac6beccde3aadfee8b52403cdc2536b52298ef
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/735da784e2d73f41b3294a7e677a16414dc5c4
/usr/lib/libserialdv.so.1
/usr/lib/libserialdv.so.1.1.4
/usr/share/doc/serialdv
/usr/share/doc/serialdv/Readme.md
/usr/share/licenses/serialdv
/usr/share/licenses/serialdv/LICENSE

References

Summary

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


title: “How To Install serialdv on Fedora 36” linkTitle: “serialdv” type: “docs” description: “In this tutorial we learn how to install serialdv in Fedora 36. serialdv is C++ minimal interface to encode/decode audio with AMBE3000 based devices” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/serialdv-featured.png

Introduction

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

What is serialdv

C++ minimal interface to encode and decode audio with AMBE3000 based devices in packet mode over a serial link.

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

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

sudo dnf -y install serialdv

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

sudo yum -y install serialdv

How To Uninstall serialdv on Fedora 36

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

sudo dnf remove serialdv

serialdv Package Contents on Fedora 36

/usr/bin/dvtest
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/47f0bfac65d0fcb040af2f9b15b25702297513
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/5a1648da548677ce781aa7fa56bfae083fa2d9
/usr/lib64/libserialdv.so.1
/usr/lib64/libserialdv.so.1.1.4
/usr/share/doc/serialdv
/usr/share/doc/serialdv/Readme.md
/usr/share/licenses/serialdv
/usr/share/licenses/serialdv/LICENSE

References

Summary

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