How To Install codec2-devel on Fedora 36

In this tutorial we learn how to install codec2-devel in Fedora 36. codec2-devel is Development files for Codec 2

Introduction

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

What is codec2-devel

Codec 2 is an open source (LGPL licensed) speech codec for 2400 bit/s and below. This package contains the development files required to compile programs that use codec2.

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

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

sudo dnf -y install codec2-devel

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

sudo yum -y install codec2-devel

How To Uninstall codec2-devel on Fedora 36

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

sudo dnf remove codec2-devel

codec2-devel Package Contents on Fedora 36

/usr/include/codec2
/usr/include/codec2/codec2.h
/usr/include/codec2/codec2_cohpsk.h
/usr/include/codec2/codec2_fdmdv.h
/usr/include/codec2/codec2_fifo.h
/usr/include/codec2/codec2_fm.h
/usr/include/codec2/codec2_ofdm.h
/usr/include/codec2/comp.h
/usr/include/codec2/freedv_api.h
/usr/include/codec2/fsk.h
/usr/include/codec2/modem_stats.h
/usr/include/codec2/reliable_text.h
/usr/include/codec2/version.h
/usr/lib/cmake/codec2
/usr/lib/cmake/codec2/codec2-config-relwithdebinfo.cmake
/usr/lib/cmake/codec2/codec2-config.cmake
/usr/lib/libcodec2.so
/usr/lib/pkgconfig/codec2.pc

References

Summary

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


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

Introduction

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

What is codec2-devel

Codec 2 is an open source (LGPL licensed) speech codec for 2400 bit/s and below. This package contains the development files required to compile programs that use codec2.

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

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

sudo dnf -y install codec2-devel

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

sudo yum -y install codec2-devel

How To Uninstall codec2-devel on Fedora 36

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

sudo dnf remove codec2-devel

codec2-devel Package Contents on Fedora 36

/usr/include/codec2
/usr/include/codec2/codec2.h
/usr/include/codec2/codec2_cohpsk.h
/usr/include/codec2/codec2_fdmdv.h
/usr/include/codec2/codec2_fifo.h
/usr/include/codec2/codec2_fm.h
/usr/include/codec2/codec2_ofdm.h
/usr/include/codec2/comp.h
/usr/include/codec2/freedv_api.h
/usr/include/codec2/fsk.h
/usr/include/codec2/modem_stats.h
/usr/include/codec2/reliable_text.h
/usr/include/codec2/version.h
/usr/lib64/cmake/codec2
/usr/lib64/cmake/codec2/codec2-config-relwithdebinfo.cmake
/usr/lib64/cmake/codec2/codec2-config.cmake
/usr/lib64/libcodec2.so
/usr/lib64/pkgconfig/codec2.pc

References

Summary

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