How to Install and Uninstall nuttcp.x86_64 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "nuttcp.x86_64" package

In this section, we are going to explain the necessary steps to install nuttcp.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install nuttcp.x86_64

2. Uninstall "nuttcp.x86_64" package

This guide covers the steps necessary to uninstall nuttcp.x86_64 on Oracle Linux 8:

$ sudo dnf remove nuttcp.x86_64 $ sudo dnf autoremove

3. Information about the nuttcp.x86_64 package on Oracle Linux 8

Last metadata expiration check: 0:33:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : nuttcp
Version : 8.1.4
Release : 2.el8
Architecture : x86_64
Size : 89 k
Source : nuttcp-8.1.4-2.el8.src.rpm
Repository : epel
Summary : Tool for testing TCP connections
URL : http://nuttcp.net/
License : Public Domain
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).