How To Install fcoe-utils.x86_64 on Amazon Linux 2

In this tutorial we learn how to install fcoe-utils.x86_64 in Amazon Linux 2. fcoe-utils.x86_64 is Fibre Channel over Ethernet utilities

Introduction

In this tutorial we learn how to install fcoe-utils.x86_64 on Amazon Linux 2.

What is fcoe-utils.x86_64

Fibre Channel over Ethernet utilities fcoeadm - command line tool for configuring FCoE interfaces fcoemon - service to configure DCB Ethernet QOS filters, works with lldpad

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

Install fcoe-utils.x86_64 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 fcoe-utils.x86_64 using yum by running the following command:

sudo yum -y install fcoe-utils.x86_64

How To Uninstall fcoe-utils.x86_64 on Amazon Linux 2

To uninstall only the fcoe-utils.x86_64 package we can use the following command:

sudo yum remove fcoe-utils.x86_64

fcoe-utils.x86_64 Package Contents on Amazon Linux 2

/etc/bash_completion.d
/etc/bash_completion.d/fcoeadm
/etc/bash_completion.d/fcoemon
/etc/fcoe
/etc/fcoe/cfg-ethx
/etc/sysconfig/fcoe
/usr/lib/systemd/system/fcoe.service
/usr/libexec/fcoe
/usr/libexec/fcoe/dcbcheck.sh
/usr/libexec/fcoe/fcc.sh
/usr/libexec/fcoe/fcoe-setup.sh
/usr/libexec/fcoe/fcoe_edd.sh
/usr/libexec/fcoe/fcoedump.sh
/usr/sbin/fcnsq
/usr/sbin/fcoeadm
/usr/sbin/fcoemon
/usr/sbin/fcping
/usr/sbin/fcrls
/usr/sbin/fipvlan
/usr/share/doc/fcoe-utils-1.0.32
/usr/share/doc/fcoe-utils-1.0.32/COPYING
/usr/share/doc/fcoe-utils-1.0.32/QUICKSTART
/usr/share/doc/fcoe-utils-1.0.32/README.redhat
/usr/share/doc/fcoe-utils-1.0.32/quickstart.txt
/usr/share/man/man8/fcnsq.8.gz
/usr/share/man/man8/fcoeadm.8.gz
/usr/share/man/man8/fcoemon.8.gz
/usr/share/man/man8/fcping.8.gz
/usr/share/man/man8/fcrls.8.gz
/usr/share/man/man8/fipvlan.8.gz

References

Summary

In this tutorial we learn how to install fcoe-utils.x86_64 on Amazon Linux 2 using yum.