How to Install and Uninstall netcat.x86_64 Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "netcat.x86_64" package

Here is a brief guide to show you how to install netcat.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install netcat.x86_64

2. Uninstall "netcat.x86_64" package

This tutorial shows how to uninstall netcat.x86_64 on AlmaLinux 9:

$ sudo dnf remove netcat.x86_64 $ sudo dnf autoremove

3. Information about the netcat.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:37:01 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : netcat
Version : 1.226
Release : 1.el9
Architecture : x86_64
Size : 34 k
Source : netcat-1.226-1.el9.src.rpm
Repository : epel
Summary : OpenBSD netcat to read and write data across connections using TCP or UDP
URL : https://man.openbsd.org/nc.1
License : BSD-3-Clause AND BSD-2-Clause
Description : The OpenBSD nc (or netcat) utility can be used for just about anything involving
: TCP, UDP, or UNIX-domain sockets. It can open TCP connections, send UDP packets,
: listen on arbitrary TCP and UDP ports, do port scanning, and deal with both IPv4
: and IPv6. Unlike telnet(1), nc scripts nicely, and separates error messages onto
: standard error instead of sending them to standard output, as telnet(1) might do
: with some.