How to Install and Uninstall sg3_utils.src Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "sg3_utils.src" package

This tutorial shows how to install sg3_utils.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install sg3_utils.src

2. Uninstall "sg3_utils.src" package

In this section, we are going to explain the necessary steps to uninstall sg3_utils.src on Oracle Linux 9:

$ sudo dnf remove sg3_utils.src $ sudo dnf autoremove

3. Information about the sg3_utils.src package on Oracle Linux 9

Last metadata expiration check: 3:22:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : sg3_utils
Version : 1.47
Release : 9.el9
Architecture : src
Size : 1.0 M
Source : None
Repository : ol9_baseos_latest
Summary : Utilities for devices that use SCSI command sets
URL : https://sg.danny.cz/sg/sg3_utils.html
License : GPLv2+ and BSD
Description : Collection of Linux utilities for devices that use the SCSI command set.
: Includes utilities to copy data based on "dd" syntax and semantics (called
: sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check
: mode and log pages (sginfo, sg_modes and sg_logs); spin up and down
: disks (sg_start); do self tests (sg_senddiag); and various other functions.
: See the README, CHANGELOG and COVERAGE files. Requires the linux kernel 2.4
: series or later. In the 2.4 series SCSI generic device names (e.g. /dev/sg0)
: must be used. In the 2.6 series other device names may be used as
: well (e.g. /dev/sda).
:
: Warning: Some of these tools access the internals of your system
: and the incorrect usage of them may render your system inoperable.