How To Install libteam on Fedora 36
Introduction
In this tutorial we learn how to install libteam
on Fedora 36.
What is libteam
This package contains a library which is a user-space counterpart for team network driver. It provides an API to control team network devices.
We can use yum
or dnf
to install libteam
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libteam.
Install libteam 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
using dnf
by running the following command:
sudo dnf -y install libteam
Install libteam 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
using yum
by running the following command:
sudo yum -y install libteam
How To Uninstall libteam on Fedora 36
To uninstall only the libteam
package we can use the following command:
sudo dnf remove libteam
libteam Package Contents on Fedora 36
/usr/bin/teamnl
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/3270b49f24b7eb4ee4683f73f0401fd2282dcf
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/84e954c6eca3bd55e7ae200165101e852074d7
/usr/lib/libteam.so.5
/usr/lib/libteam.so.5.6.1
/usr/share/licenses/libteam
/usr/share/licenses/libteam/COPYING
/usr/share/man/man8/teamnl.8.gz
References
Summary
In this tutorial we learn how to install libteam
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libteam on Fedora 36” linkTitle: “libteam” type: “docs” description: “In this tutorial we learn how to install libteam in Fedora 36. libteam is Library for controlling team network device” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libteam-featured.png
Introduction
In this tutorial we learn how to install libteam
on Fedora 36.
What is libteam
This package contains a library which is a user-space counterpart for team network driver. It provides an API to control team network devices.
We can use yum
or dnf
to install libteam
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libteam.
Install libteam 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
using dnf
by running the following command:
sudo dnf -y install libteam
Install libteam 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
using yum
by running the following command:
sudo yum -y install libteam
How To Uninstall libteam on Fedora 36
To uninstall only the libteam
package we can use the following command:
sudo dnf remove libteam
libteam Package Contents on Fedora 36
/usr/bin/teamnl
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/1e81042f4f5de8f80f43202cbd199680d17c77
/usr/lib/.build-id/95
/usr/lib/.build-id/95/04c8ecf651ef5ee945432b3eef234caa89e349
/usr/lib64/libteam.so.5
/usr/lib64/libteam.so.5.6.1
/usr/share/licenses/libteam
/usr/share/licenses/libteam/COPYING
/usr/share/man/man8/teamnl.8.gz
References
Summary
In this tutorial we learn how to install libteam
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).