How to Install and Uninstall biosdevname.src Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "biosdevname.src" package

This guide covers the steps necessary to install biosdevname.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install biosdevname.src

2. Uninstall "biosdevname.src" package

This tutorial shows how to uninstall biosdevname.src on Oracle Linux 8:

$ sudo dnf remove biosdevname.src $ sudo dnf autoremove

3. Information about the biosdevname.src package on Oracle Linux 8

Last metadata expiration check: 0:37:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : biosdevname
Version : 0.7.3
Release : 2.el8
Architecture : src
Size : 119 k
Source : None
Repository : ol8_baseos_latest
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).