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

Last updated: January 10,2025

1. Install "diskscan.x86_64" package

This guide let you learn how to install diskscan.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install diskscan.x86_64

2. Uninstall "diskscan.x86_64" package

Please follow the guidelines below to uninstall diskscan.x86_64 on Fedora 35:

$ sudo dnf remove diskscan.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:02:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : diskscan
Version : 0.20
Release : 2.fc35
Architecture : x86_64
Size : 63 k
Source : diskscan-0.20-2.fc35.src.rpm
Repository : updates
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.