How to Install and Uninstall rs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "rs" package

This guide let you learn how to install rs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install rs

2. Uninstall "rs" package

In this section, we are going to explain the necessary steps to uninstall rs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the rs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: rs
Priority: optional
Section: universe/utils
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Prokop
Architecture: amd64
Version: 20140609-3
Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.3.4)
Filename: pool/universe/r/rs/rs_20140609-3_amd64.deb
Size: 12346
MD5sum: f73bd0e2223584f3f0321baa470cda34
SHA1: b5fc8a52de79a11fa3c32bb12864e0fea6e3d993
SHA256: 5e745a7f4aa0fe92ce18b14a0abc2632cd4e026997fcb21ad148a6d8124bd6da
Description-en: 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: d97e4ed404dbab37fcffe56d166d4370
Multi-Arch: foreign
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu