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

Last updated: May 18,2024

1. Install "rc" package

This guide covers the steps necessary to install rc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install rc

2. Uninstall "rc" package

This guide let you learn how to uninstall rc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove rc $ sudo apt autoclean && sudo apt autoremove

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

Package: rc
Priority: optional
Section: universe/shells
Installed-Size: 166
Maintainer: Ubuntu Developers
Original-Maintainer: Jakub Wilk
Architecture: amd64
Version: 1.7.2-1
Depends: libc6 (>= 2.14), libreadline6 (>= 6.0)
Filename: pool/universe/r/rc/rc_1.7.2-1_amd64.deb
Size: 68310
MD5sum: 1df39b0f648b6261f374abc548d1cac9
SHA1: 0ab313947c1f5766298c9fc3a3cdcb8719983a36
SHA256: af24f1ee2519ad6bc369e85a8f347ed1ab8d1dec52f7ee09318915669330777b
Description-en: implementation of the AT&T Plan 9 shell
rc is a command interpreter and programming language similar to sh(1). It is
based on the AT&T Plan 9 shell of the same name. The shell offers a C-like
syntax (much more so than the C shell), and a powerful mechanism for
manipulating variables. It is reasonably small and reasonably fast, especially
when compared to contemporary shells. Its use is intended to be interactive,
but the language lends itself well to scripts.
Description-md5: 11e8e01b2d641cc0020533e173650123
Homepage: http://tobold.org/article/rc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu