How To Install linphone-devel on Fedora 36

In this tutorial we learn how to install linphone-devel in Fedora 36. linphone-devel is Development libraries for linphone

Introduction

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

What is linphone-devel

Libraries and headers required to develop software with linphone.

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

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

sudo dnf -y install linphone-devel

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

sudo yum -y install linphone-devel

How To Uninstall linphone-devel on Fedora 36

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

sudo dnf remove linphone-devel

linphone-devel Package Contents on Fedora 36

/usr/include/linphone
/usr/include/linphone/linphonecore.h
/usr/include/linphone/linphonecore_utils.h
/usr/include/linphone/linphonefriend.h
/usr/include/linphone/lpconfig.h
/usr/include/linphone/sipsetup.h
/usr/lib64/liblinphone.so
/usr/lib64/liblpc2xml.so
/usr/lib64/libxml2lpc.so
/usr/lib64/pkgconfig/linphone.pc
/usr/share/doc/linphone-devel
/usr/share/doc/linphone-devel/html
/usr/share/doc/linphone-devel/html/annotated.html
/usr/share/doc/linphone-devel/html/bc_s.png
/usr/share/doc/linphone-devel/html/bdwn.png
/usr/share/doc/linphone-devel/html/classes.html
/usr/share/doc/linphone-devel/html/closed.png
/usr/share/doc/linphone-devel/html/deprecated.html
/usr/share/doc/linphone-devel/html/doc.png
/usr/share/doc/linphone-devel/html/doxygen.css
/usr/share/doc/linphone-devel/html/doxygen.svg
/usr/share/doc/linphone-devel/html/dynsections.js
/usr/share/doc/linphone-devel/html/folderclosed.png
/usr/share/doc/linphone-devel/html/folderopen.png
/usr/share/doc/linphone-devel/html/functions.html
/usr/share/doc/linphone-devel/html/functions_vars.html
/usr/share/doc/linphone-devel/html/group__IOS.html
/usr/share/doc/linphone-devel/html/group__authentication.html
/usr/share/doc/linphone-devel/html/group__basic__call__tutorials.html
/usr/share/doc/linphone-devel/html/group__buddy__list.html
/usr/share/doc/linphone-devel/html/group__buddy__tutorials.html
/usr/share/doc/linphone-devel/html/group__call__control.html
/usr/share/doc/linphone-devel/html/group__call__logs.html
/usr/share/doc/linphone-devel/html/group__call__misc.html
/usr/share/doc/linphone-devel/html/group__chatroom.html
/usr/share/doc/linphone-devel/html/group__chatroom__tuto.html
/usr/share/doc/linphone-devel/html/group__conferencing.html
/usr/share/doc/linphone-devel/html/group__initializing.html
/usr/share/doc/linphone-devel/html/group__linphone__address.html
/usr/share/doc/linphone-devel/html/group__media__parameters.html
/usr/share/doc/linphone-devel/html/group__misc.html
/usr/share/doc/linphone-devel/html/group__network__parameters.html
/usr/share/doc/linphone-devel/html/group__port.html
/usr/share/doc/linphone-devel/html/group__proxies.html
/usr/share/doc/linphone-devel/html/group__registration__tutorials.html
/usr/share/doc/linphone-devel/html/group__tunnel.html
/usr/share/doc/linphone-devel/html/group__tutorials.html
/usr/share/doc/linphone-devel/html/index.html
/usr/share/doc/linphone-devel/html/jquery.js
/usr/share/doc/linphone-devel/html/liblinphone_license.html
/usr/share/doc/linphone-devel/html/menu.js
/usr/share/doc/linphone-devel/html/menudata.js
/usr/share/doc/linphone-devel/html/modules.html
/usr/share/doc/linphone-devel/html/nav_f.png
/usr/share/doc/linphone-devel/html/nav_g.png
/usr/share/doc/linphone-devel/html/nav_h.png
/usr/share/doc/linphone-devel/html/open.png
/usr/share/doc/linphone-devel/html/pages.html
/usr/share/doc/linphone-devel/html/splitbar.png
/usr/share/doc/linphone-devel/html/struct__LCSipTransports.html
/usr/share/doc/linphone-devel/html/struct__LinphoneCallStats.html
/usr/share/doc/linphone-devel/html/struct__LinphoneVTable.html
/usr/share/doc/linphone-devel/html/struct__LinphoneVideoPolicy.html
/usr/share/doc/linphone-devel/html/sync_off.png
/usr/share/doc/linphone-devel/html/sync_on.png
/usr/share/doc/linphone-devel/html/tab_a.png
/usr/share/doc/linphone-devel/html/tab_b.png
/usr/share/doc/linphone-devel/html/tab_h.png
/usr/share/doc/linphone-devel/html/tab_s.png
/usr/share/doc/linphone-devel/html/tabs.css

References

Summary

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


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

Introduction

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

What is linphone-devel

Libraries and headers required to develop software with linphone.

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

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

sudo dnf -y install linphone-devel

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

sudo yum -y install linphone-devel

How To Uninstall linphone-devel on Fedora 36

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

sudo dnf remove linphone-devel

linphone-devel Package Contents on Fedora 36

/usr/include/linphone
/usr/include/linphone/linphonecore.h
/usr/include/linphone/linphonecore_utils.h
/usr/include/linphone/linphonefriend.h
/usr/include/linphone/lpconfig.h
/usr/include/linphone/sipsetup.h
/usr/lib/liblinphone.so
/usr/lib/liblpc2xml.so
/usr/lib/libxml2lpc.so
/usr/lib/pkgconfig/linphone.pc
/usr/share/doc/linphone-devel
/usr/share/doc/linphone-devel/html
/usr/share/doc/linphone-devel/html/annotated.html
/usr/share/doc/linphone-devel/html/bc_s.png
/usr/share/doc/linphone-devel/html/bdwn.png
/usr/share/doc/linphone-devel/html/classes.html
/usr/share/doc/linphone-devel/html/closed.png
/usr/share/doc/linphone-devel/html/deprecated.html
/usr/share/doc/linphone-devel/html/doc.png
/usr/share/doc/linphone-devel/html/doxygen.css
/usr/share/doc/linphone-devel/html/doxygen.svg
/usr/share/doc/linphone-devel/html/dynsections.js
/usr/share/doc/linphone-devel/html/folderclosed.png
/usr/share/doc/linphone-devel/html/folderopen.png
/usr/share/doc/linphone-devel/html/functions.html
/usr/share/doc/linphone-devel/html/functions_vars.html
/usr/share/doc/linphone-devel/html/group__IOS.html
/usr/share/doc/linphone-devel/html/group__authentication.html
/usr/share/doc/linphone-devel/html/group__basic__call__tutorials.html
/usr/share/doc/linphone-devel/html/group__buddy__list.html
/usr/share/doc/linphone-devel/html/group__buddy__tutorials.html
/usr/share/doc/linphone-devel/html/group__call__control.html
/usr/share/doc/linphone-devel/html/group__call__logs.html
/usr/share/doc/linphone-devel/html/group__call__misc.html
/usr/share/doc/linphone-devel/html/group__chatroom.html
/usr/share/doc/linphone-devel/html/group__chatroom__tuto.html
/usr/share/doc/linphone-devel/html/group__conferencing.html
/usr/share/doc/linphone-devel/html/group__initializing.html
/usr/share/doc/linphone-devel/html/group__linphone__address.html
/usr/share/doc/linphone-devel/html/group__media__parameters.html
/usr/share/doc/linphone-devel/html/group__misc.html
/usr/share/doc/linphone-devel/html/group__network__parameters.html
/usr/share/doc/linphone-devel/html/group__port.html
/usr/share/doc/linphone-devel/html/group__proxies.html
/usr/share/doc/linphone-devel/html/group__registration__tutorials.html
/usr/share/doc/linphone-devel/html/group__tunnel.html
/usr/share/doc/linphone-devel/html/group__tutorials.html
/usr/share/doc/linphone-devel/html/index.html
/usr/share/doc/linphone-devel/html/jquery.js
/usr/share/doc/linphone-devel/html/liblinphone_license.html
/usr/share/doc/linphone-devel/html/menu.js
/usr/share/doc/linphone-devel/html/menudata.js
/usr/share/doc/linphone-devel/html/modules.html
/usr/share/doc/linphone-devel/html/nav_f.png
/usr/share/doc/linphone-devel/html/nav_g.png
/usr/share/doc/linphone-devel/html/nav_h.png
/usr/share/doc/linphone-devel/html/open.png
/usr/share/doc/linphone-devel/html/pages.html
/usr/share/doc/linphone-devel/html/splitbar.png
/usr/share/doc/linphone-devel/html/struct__LCSipTransports.html
/usr/share/doc/linphone-devel/html/struct__LinphoneCallStats.html
/usr/share/doc/linphone-devel/html/struct__LinphoneVTable.html
/usr/share/doc/linphone-devel/html/struct__LinphoneVideoPolicy.html
/usr/share/doc/linphone-devel/html/sync_off.png
/usr/share/doc/linphone-devel/html/sync_on.png
/usr/share/doc/linphone-devel/html/tab_a.png
/usr/share/doc/linphone-devel/html/tab_b.png
/usr/share/doc/linphone-devel/html/tab_h.png
/usr/share/doc/linphone-devel/html/tab_s.png
/usr/share/doc/linphone-devel/html/tabs.css

References

Summary

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