How to Install and Uninstall diskscan.x86_64 Package on Fedora 38

Last updated: November 29,2024

1. Install "diskscan.x86_64" package

Learn how to install diskscan.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install diskscan.x86_64

2. Uninstall "diskscan.x86_64" package

This guide covers the steps necessary to uninstall diskscan.x86_64 on Fedora 38:

$ sudo dnf remove diskscan.x86_64 $ sudo dnf autoremove

3. Information about the diskscan.x86_64 package on Fedora 38

Last metadata expiration check: 0:46:53 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : diskscan
Version : 0.20
Release : 4.fc38
Architecture : x86_64
Size : 63 k
Source : diskscan-0.20-4.fc38.src.rpm
Repository : fedora
Summary : Scan disk for bad or near failure sectors, performs disk diagnostics
URL : https://github.com/baruch/diskscan
License : ASL 2.0 and BSD and (BSD or CC0) and GPLv3+
Description : DiskScan is a Unix/Linux tool to scan a block device and check if there are
: unreadable sectors, in addition it uses read latency times as an assessment for
: a near failure as sectors that are problematic to read usually entail many
: retries. This can be used to assess the state of the disk and maybe decide on a
: replacement in advance to its imminent failure. The disk self test may or may
: not pick up on such clues depending on the disk vendor decision making logic.