How To Install fcoe-utils on Fedora 36

In this tutorial we learn how to install fcoe-utils in Fedora 36. fcoe-utils is Fibre Channel over Ethernet utilities

Introduction

In this tutorial we learn how to install fcoe-utils on Fedora 36.

What is fcoe-utils

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 or dnf to install fcoe-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fcoe-utils.

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

sudo dnf -y install fcoe-utils

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

sudo yum -y install fcoe-utils

How To Uninstall fcoe-utils on Fedora 36

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

sudo dnf remove fcoe-utils

fcoe-utils Package Contents on Fedora 36

/etc/fcoe
/etc/fcoe/cfg-ethx
/etc/fcoe/config
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/c102de30e191ae38da18aa833b3e8f563bc2b7
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/870f47026a6d0a010459608ba58bd200dfc22b
/usr/lib/.build-id/17
/usr/lib/.build-id/17/2892b58a6d41051963bbbbeb1e75d1bd71d4a1
/usr/lib/.build-id/56
/usr/lib/.build-id/56/185fa62a16513c98e729e8d01933299274cfd6
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/38949202ca09b77e43f214c4feaa0e1769859b
/usr/lib/.build-id/97
/usr/lib/.build-id/97/0bc2fc72281708c73b781d2c01b289075e5d08
/usr/lib/systemd/system/fcoe.service
/usr/lib/systemd/system/fcoemon.socket
/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/bash-completion/completions/fcoeadm
/usr/share/bash-completion/completions/fcoemon
/usr/share/doc/fcoe-utils
/usr/share/doc/fcoe-utils/COPYING
/usr/share/doc/fcoe-utils/QUICKSTART
/usr/share/doc/fcoe-utils/README
/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 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).