How To Install teamd.i686 on Amazon Linux 2

In this tutorial we learn how to install teamd.i686 in Amazon Linux 2. teamd.i686 is Team network device control daemon

Introduction

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

What is teamd.i686

The teamd package contains team network device control daemon.

We can use yum to install teamd.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install teamd.i686.

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

sudo yum -y install teamd.i686

How To Uninstall teamd.i686 on Amazon Linux 2

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

sudo yum remove teamd.i686

teamd.i686 Package Contents on Amazon Linux 2

/etc/dbus-1/system.d/teamd.conf
/etc/sysconfig/network-scripts/ifdown-Team
/etc/sysconfig/network-scripts/ifdown-TeamPort
/etc/sysconfig/network-scripts/ifup-Team
/etc/sysconfig/network-scripts/ifup-TeamPort
/usr/bin/bond2team
/usr/bin/teamd
/usr/bin/teamdctl
/usr/lib/libteamdctl.so.0
/usr/lib/libteamdctl.so.0.1.5
/usr/lib/systemd/system/[email protected]
/usr/share/doc/teamd-1.27
/usr/share/doc/teamd-1.27/COPYING
/usr/share/doc/teamd-1.27/example_configs
/usr/share/doc/teamd-1.27/example_configs/activebackup_arp_ping_1.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_arp_ping_2.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_ethtool_1.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_ethtool_2.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_ethtool_3.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_multi_lw_1.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_nsna_ping_1.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_tipc.conf
/usr/share/doc/teamd-1.27/example_configs/broadcast.conf
/usr/share/doc/teamd-1.27/example_configs/lacp_1.conf
/usr/share/doc/teamd-1.27/example_configs/loadbalance_1.conf
/usr/share/doc/teamd-1.27/example_configs/loadbalance_2.conf
/usr/share/doc/teamd-1.27/example_configs/loadbalance_3.conf
/usr/share/doc/teamd-1.27/example_configs/random.conf
/usr/share/doc/teamd-1.27/example_configs/roundrobin.conf
/usr/share/doc/teamd-1.27/example_configs/roundrobin_2.conf
/usr/share/doc/teamd-1.27/example_ifcfgs
/usr/share/doc/teamd-1.27/example_ifcfgs/1
/usr/share/doc/teamd-1.27/example_ifcfgs/1/ifcfg-eth1
/usr/share/doc/teamd-1.27/example_ifcfgs/1/ifcfg-eth2
/usr/share/doc/teamd-1.27/example_ifcfgs/1/ifcfg-team_test0
/usr/share/doc/teamd-1.27/example_ifcfgs/2
/usr/share/doc/teamd-1.27/example_ifcfgs/2/ifcfg-eth1
/usr/share/doc/teamd-1.27/example_ifcfgs/2/ifcfg-eth2
/usr/share/doc/teamd-1.27/example_ifcfgs/2/ifcfg-team_test0
/usr/share/doc/teamd-1.27/example_ifcfgs/3
/usr/share/doc/teamd-1.27/example_ifcfgs/3/ifcfg-eth1
/usr/share/doc/teamd-1.27/example_ifcfgs/3/ifcfg-eth2
/usr/share/doc/teamd-1.27/example_ifcfgs/3/ifcfg-team_test0
/usr/share/man/man1/bond2team.1.gz
/usr/share/man/man5/teamd.conf.5.gz
/usr/share/man/man8/teamd.8.gz
/usr/share/man/man8/teamdctl.8.gz

References

Summary

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