How to Install and Uninstall rs.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

1. Install "rs.x86_64" package

Learn how to install rs.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install rs.x86_64

2. Uninstall "rs.x86_64" package

This is a short guide on how to uninstall rs.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove rs.x86_64 $ sudo dnf autoremove

3. Information about the rs.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:24:17 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rs
Version : 20200313
Release : 4.el8
Architecture : x86_64
Size : 20 k
Source : rs-20200313-4.el8.src.rpm
Repository : epel
Summary : Reshape a data array
URL : https://man.openbsd.org/rs.1
License : BSD-3-Clause AND ISC AND MirOS
Description : rs reads the standard input, interpreting each line as a row of blank-
: separated entries in an array, transforms the array according to the
: options, and writes it on the standard output. Numerous options control
: input, reshaping and output processing; the simplest usage example is
: "ls -1 | rs", which outputs the same (on an 80-column terminal) as the
: modern "ls" with no "-1" argument.