How to Install and Uninstall rs.x86_64 Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "rs.x86_64" package

This guide covers the steps necessary to install rs.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rs.x86_64

2. Uninstall "rs.x86_64" package

Please follow the guidance below to uninstall rs.x86_64 on Oracle Linux 9:

$ sudo dnf remove rs.x86_64 $ sudo dnf autoremove

3. Information about the rs.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:27:45 ago on Thu Feb 15 07:50:05 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.