How To Install network-scripts-teamd on Fedora 36

In this tutorial we learn how to install network-scripts-teamd in Fedora 36. network-scripts-teamd is teamd legacy network service support

Introduction

In this tutorial we learn how to install network-scripts-teamd on Fedora 36.

What is network-scripts-teamd

This provides the ifup and ifdown scripts for use with the legacy network service. service.

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

Install network-scripts-teamd 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 network-scripts-teamd using dnf by running the following command:

sudo dnf -y install network-scripts-teamd

Install network-scripts-teamd 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 network-scripts-teamd using yum by running the following command:

sudo yum -y install network-scripts-teamd

How To Uninstall network-scripts-teamd on Fedora 36

To uninstall only the network-scripts-teamd package we can use the following command:

sudo dnf remove network-scripts-teamd

network-scripts-teamd Package Contents on Fedora 36

/etc/sysconfig/network-scripts/ifdown-Team
/etc/sysconfig/network-scripts/ifdown-TeamPort
/etc/sysconfig/network-scripts/ifup-Team
/etc/sysconfig/network-scripts/ifup-TeamPort

References

Summary

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