How To Install libteam.i686 on Amazon Linux 2

In this tutorial we learn how to install libteam.i686 in Amazon Linux 2. libteam.i686 is Library for controlling team network device

Introduction

In this tutorial we learn how to install libteam.i686 on Amazon Linux 2.

What is libteam.i686

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 to install libteam.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libteam.i686.

Install libteam.i686 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libteam.i686

How To Uninstall libteam.i686 on Amazon Linux 2

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

sudo yum remove libteam.i686

libteam.i686 Package Contents on Amazon Linux 2

/usr/bin/teamnl
/usr/lib/libteam.so.5
/usr/lib/libteam.so.5.4.0
/usr/share/doc/libteam-1.27
/usr/share/doc/libteam-1.27/COPYING
/usr/share/man/man8/teamnl.8.gz

References

Summary

In this tutorial we learn how to install libteam.i686 on Amazon Linux 2 using yum.