< Home - < Back

fcoe-utils


Information about the package, fcoe-utils, which is shipped with common Linux distributions. The fcoe-utils package is designed for, Fibre Channel over Ethernet utilities.


Package Name:

fcoe-utils

Summary:

Fibre Channel over Ethernet utilities

Description:

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

Architecture:

x86_64

Version:

1.0.28

Release:

6.el6

Size:

104 k

Repository:

base

From Repository:

Licence:

GPLv2



Handy Yum Commands for fcoe-utils


Control the fcoe-utils package with the following handy commands outlined below.


Command

Description of Command

yum install fcoe-utils

This command will install fcoe-utils on the server.

yum remove fcoe-utils

This command will un-install fcoe-utils on the server. When you run this command, you will be asked if you are sure that you want to remove fcoe-utils, so you have to manually confirm that you want to do this.

yum -y remove fcoe-utils

This command will un-install fcoe-utils on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fcoe-utils when using the -y flag.

yum update fcoe-utils

This command will update fcoe-utils to the latest version. When you run this command, you will be asked if you are sure that you want to remove fcoe-utils, so you have to manually confirm that you want to do this.

yum -y update fcoe-utils

This command will update fcoe-utils to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fcoe-utils when using the -y flag.

yum info fcoe-utils

This command will show you core information about the fcoe-utils package.

yum deplist fcoe-utils

This command will show you the dependencies for fcoe-utils. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update fcoe-utils

This command will check if there is an update waiting on fcoe-utils. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.