How To Install libteam on Fedora 34

libteam is Library for controlling team network device Library for controlling team network device

Introduction

In this tutorial we learn how to install libteam on Fedora 34.

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. libteam 1.31 3.fc34 x86_64 49 k libteam-1.31-3.fc34.src.rpm fedora Library for controlling team network device http LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libteam.

Install libteam on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libteam using dnf by running the following command:

sudo dnf -y install libteam

Install libteam on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove libteam

libteam Package Contents on Fedora 34

/usr/bin/teamnl
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/42a21b2936511b6e3306d16bd68e492462f79b
/usr/lib/.build-id/db
/usr/lib/.build-id/db/6ffd4e3ff50af61d77d60959bf7e610d1b7baf
/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
/usr/bin/teamnl
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/e61424d685cad2e4ceaaa000f4381ab41a78f2
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/a4f0c443f6d3d59ab34d812ea887dab1e5e97b
/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 34 using yum and dnf.