How to Install and Uninstall dt.x86_64 Package on Fedora 34

Last updated: June 22,2024

1. Install "dt.x86_64" package

Please follow the steps below to install dt.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install dt.x86_64

2. Uninstall "dt.x86_64" package

Please follow the step by step instructions below to uninstall dt.x86_64 on Fedora 34:

$ sudo dnf remove dt.x86_64 $ sudo dnf autoremove

3. Information about the dt.x86_64 package on Fedora 34

Last metadata expiration check: 5:19:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : dt
Version : 21.27.git8d78d78
Release : 6.fc34
Architecture : x86_64
Size : 277 k
Source : dt-21.27.git8d78d78-6.fc34.src.rpm
Repository : fedora
Summary : Generic data test program
URL : https://github.com/RobinTMiller/dt
License : MIT
Description : dt is a generic data test program used to verify proper operation of
: peripherals, file systems, device drivers, or any data stream supported by the
: operating system. In its' simplest mode of operation, dt writes and then
: verifies its' default data pattern, then displays performance statistics and
: other test parameters before exiting. Since verification of data is performed,
: dt can be thought of as a generic diagnostic tool.
:
: dt command lines are similar to the dd program, which is popular on most UNIX
: systems. It contains numerous options to give the user control of various test
: parameters.
:
: dt has been used to successfully test disks, tapes, serial lines, parallel
: lines, pipes, and memory mapped files. In fact, dt can be used for any device
: that allows the standard open, read, write, and close system calls. Special
: support is necessary for some devices, such as serial lines, for setting up the
: speed, parity, data bits, etc.
:
: Available documentation is located in /usr/share/doc/dt. Sample
: scripts and config data are installed in /usr/share/dt.