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

Last updated: May 19,2024

1. Install "netcat.x86_64" package

This guide let you learn how to install netcat.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install netcat.x86_64

2. Uninstall "netcat.x86_64" package

This guide covers the steps necessary to uninstall netcat.x86_64 on AlmaLinux 8:

$ sudo dnf remove netcat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:36:03 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : netcat
Version : 1.218
Release : 5.el8
Architecture : x86_64
Size : 35 k
Source : netcat-1.218-5.el8.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
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.