How to Install and Uninstall rc Package on Kali Linux

Last updated: October 05,2024

1. Install "rc" package

Please follow the step by step instructions below to install rc on Kali Linux

$ sudo apt update $ sudo apt install rc

2. Uninstall "rc" package

Please follow the guidelines below to uninstall rc on Kali Linux:

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

3. Information about the rc package on Kali Linux

Package: rc
Version: 1.7.4+97.gceb59bb-5
Installed-Size: 178
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0)
Size: 85828
SHA256: a36f9bf11e49f89bb3d0ad8551f4cc9479da04418bfecc1eb9644841ce253da2
SHA1: 44cc5b2f08cdc579df2ad7b779281eaf08584c17
MD5sum: 761ef8cdfd7338af9c23815b99a8ee6f
Description: 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:
Homepage: https://github.com/rakitzis/rc
Tag: implemented-in::c, interface::shell, role::program, scope::utility,
use::login
Section: shells
Priority: optional
Filename: pool/main/r/rc/rc_1.7.4+97.gceb59bb-5_amd64.deb