How to Install and Uninstall rs.x86_64 Package on Fedora 38

Last updated: March 02,2025

1. Install "rs.x86_64" package

Please follow the guidance below to install rs.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install rs.x86_64

2. Uninstall "rs.x86_64" package

Learn how to uninstall rs.x86_64 on Fedora 38:

$ sudo dnf remove rs.x86_64 $ sudo dnf autoremove

3. Information about the rs.x86_64 package on Fedora 38

Last metadata expiration check: 2:35:17 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rs
Version : 20200313
Release : 4.fc38
Architecture : x86_64
Size : 20 k
Source : rs-20200313-4.fc38.src.rpm
Repository : updates
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.