How to Install and Uninstall biosdevname.x86_64 Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "biosdevname.x86_64" package

In this section, we are going to explain the necessary steps to install biosdevname.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install biosdevname.x86_64

2. Uninstall "biosdevname.x86_64" package

In this section, we are going to explain the necessary steps to uninstall biosdevname.x86_64 on AlmaLinux 9:

$ sudo dnf remove biosdevname.x86_64 $ sudo dnf autoremove

3. Information about the biosdevname.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:53:43 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : biosdevname
Version : 0.7.3
Release : 9.el9
Architecture : x86_64
Size : 35 k
Source : biosdevname-0.7.3-9.el9.src.rpm
Repository : baseos
Summary : Udev helper for naming devices per BIOS names
URL : http://linux.dell.com/files/biosdevname
License : GPLv2
Description : biosdevname in its simplest form takes a kernel device name as an
: argument, and returns the BIOS-given name it "should" be. This is necessary
: on systems where the BIOS name for a given device (e.g. the label on
: the chassis is "Gb1") doesn't map directly and obviously to the kernel
: name (e.g. eth0).