How To Install teamd-devel on Fedora 36
Introduction
In this tutorial we learn how to install teamd-devel
on Fedora 36.
What is teamd-devel
The teamd-devel package contains the header files and libraries necessary for developing programs using libteamdctl.
We can use yum
or dnf
to install teamd-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teamd-devel.
Install teamd-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 teamd-devel
using dnf
by running the following command:
sudo dnf -y install teamd-devel
Install teamd-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 teamd-devel
using yum
by running the following command:
sudo yum -y install teamd-devel
How To Uninstall teamd-devel on Fedora 36
To uninstall only the teamd-devel
package we can use the following command:
sudo dnf remove teamd-devel
teamd-devel Package Contents on Fedora 36
---
title: "How To Install teamd-devel on Fedora 36"
linkTitle: "teamd-devel"
type: "docs"
description: "In this tutorial we learn how to install teamd-devel in Fedora 36. teamd-devel is Libraries and header files for teamd development"
/usr/include/teamdctl.h
/usr/lib64/libteamdctl.so
/usr/lib64/pkgconfig/libteamdctl.pc
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/teamd-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `teamd-devel` on Fedora 36.
### What is `teamd-devel`
The teamd-devel package contains the header files and libraries necessary for developing programs using libteamdctl.
References
We can use yum
or dnf
to install teamd-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teamd-devel.
Install teamd-devel on Fedora 36 Using dnf
Summary
Update yum database with dnf
using the following command.
In this tutorial we learn how to install teamd-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo dnf makecache --refresh
After updating yum database, We can install teamd-devel
using dnf
by running the following command:
sudo dnf -y install teamd-devel
Install teamd-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 teamd-devel
using yum
by running the following command:
sudo yum -y install teamd-devel
How To Uninstall teamd-devel on Fedora 36
To uninstall only the teamd-devel
package we can use the following command:
sudo dnf remove teamd-devel
teamd-devel Package Contents on Fedora 36
/usr/include/teamdctl.h
/usr/lib/libteamdctl.so
/usr/lib/pkgconfig/libteamdctl.pc
References
Summary
In this tutorial we learn how to install teamd-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).