How to Install and Uninstall rs Package on Kali Linux

Last updated: May 09,2024

1. Install "rs" package

Please follow the instructions below to install rs on Kali Linux

$ sudo apt update $ sudo apt install rs

2. Uninstall "rs" package

This guide let you learn how to uninstall rs on Kali Linux:

$ sudo apt remove rs $ sudo apt autoclean && sudo apt autoremove

3. Information about the rs package on Kali Linux

Package: rs
Version: 20200313-1
Installed-Size: 42
Maintainer: Thorsten Glaser
Architecture: amd64
Depends: libc6 (>= 2.26)
Size: 15536
SHA256: 43d12d1209aa0388f4574770e06fec22baf9855a41393f4603964542ba73184f
SHA1: e00da7abd4ce78c3c1fe02fc9e21a098db882e29
MD5sum: dd11c63e64bf9113237d873811cd77c2
Description: reshape a data array
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.
Description-md5:
Multi-Arch: foreign
Tag: interface::commandline, role::program
Section: utils
Priority: optional
Filename: pool/main/r/rs/rs_20200313-1_amd64.deb