How to Install and Uninstall rs.x86_64 Package on CentOS Stream 8

Last updated: July 04,2024

1. Install "rs.x86_64" package

This guide covers the steps necessary to install rs.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rs.x86_64

2. Uninstall "rs.x86_64" package

Please follow the step by step instructions below to uninstall rs.x86_64 on CentOS Stream 8:

$ sudo dnf remove rs.x86_64 $ sudo dnf autoremove

3. Information about the rs.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:03:29 ago on Sun Feb 25 03:03:59 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.