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

Last updated: October 06,2024

1. Install "rs.x86_64" package

Please follow the guidance below to install rs.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rs.x86_64

2. Uninstall "rs.x86_64" package

Here is a brief guide to show you how to uninstall rs.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rs.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:20:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rs
Version : 20200313
Release : 4.el9
Architecture : x86_64
Size : 20 k
Source : rs-20200313-4.el9.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.