How To Install libteam-devel on Fedora 36

In this tutorial we learn how to install libteam-devel in Fedora 36. libteam-devel is Libraries and header files for libteam development

Introduction

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

What is libteam-devel

The libteam-devel package contains the header files and libraries necessary for developing programs using libteam.

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

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

sudo dnf -y install libteam-devel

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

sudo yum -y install libteam-devel

How To Uninstall libteam-devel on Fedora 36

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

sudo dnf remove libteam-devel

libteam-devel Package Contents on Fedora 36

/usr/include/team.h
/usr/lib64/libteam.so
/usr/lib64/pkgconfig/libteam.pc
/usr/share/doc/libteam-devel
/usr/share/doc/libteam-devel/examples
/usr/share/doc/libteam-devel/examples/team_manual_control.c
/usr/share/doc/libteam-devel/examples/team_monitor.c

References

Summary

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


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

Introduction

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

What is libteam-devel

The libteam-devel package contains the header files and libraries necessary for developing programs using libteam.

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

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

sudo dnf -y install libteam-devel

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

sudo yum -y install libteam-devel

How To Uninstall libteam-devel on Fedora 36

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

sudo dnf remove libteam-devel

libteam-devel Package Contents on Fedora 36

/usr/include/team.h
/usr/lib/libteam.so
/usr/lib/pkgconfig/libteam.pc
/usr/share/doc/libteam-devel
/usr/share/doc/libteam-devel/examples
/usr/share/doc/libteam-devel/examples/team_manual_control.c
/usr/share/doc/libteam-devel/examples/team_monitor.c

References

Summary

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