How to Install and Uninstall nuttcp.x86_64 Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "nuttcp.x86_64" package

This is a short guide on how to install nuttcp.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install nuttcp.x86_64

2. Uninstall "nuttcp.x86_64" package

This tutorial shows how to uninstall nuttcp.x86_64 on CentOS Stream 9:

$ sudo dnf remove nuttcp.x86_64 $ sudo dnf autoremove

3. Information about the nuttcp.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:21:49 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : nuttcp
Version : 8.2.2
Release : 9.el9
Architecture : x86_64
Size : 92 k
Source : nuttcp-8.2.2-9.el9.src.rpm
Repository : epel
Summary : Tool for testing TCP connections
URL : http://nuttcp.net/
License : GPLv2+
Description : nuttcp is a network performance measurement tool intended for use by
: network and system managers. Its most basic usage is to determine the
: raw TCP (or UDP) network layer throughput by transferring memory buffers
: from a source system across an interconnecting network to a destination
: system, either transferring data for a specified time interval, or
: alternatively transferring a specified number of buffers. In addition
: to reporting the achieved network throughput in Mbps, nuttcp also
: provides additional useful information related to the data transfer
: such as user, system, and wall-clock time, transmitter and receiver
: CPU utilization, and loss percentage (for UDP transfers).