How to Install and Uninstall rep Package on Kali Linux

Last updated: May 20,2024

1. Install "rep" package

Here is a brief guide to show you how to install rep on Kali Linux

$ sudo apt update $ sudo apt install rep

2. Uninstall "rep" package

This guide covers the steps necessary to uninstall rep on Kali Linux:

$ sudo apt remove rep $ sudo apt autoclean && sudo apt autoremove

3. Information about the rep package on Kali Linux

Package: rep
Source: librep
Version: 0.92.5-3.1
Installed-Size: 625
Maintainer: Jose M Calhariz
Architecture: amd64
Replaces: librep9 (<= 0.17.3-3)
Depends: libc6 (>= 2.33), libgdbm6 (>= 1.16), libreadline8 (>= 6.0), librep16 (>= 0.92.5)
Suggests: rep-doc
Conflicts: librep9 (<= 0.17.3-3)
Size: 139580
SHA256: 2f838b446d8fd69b86eb057d515418389972847a24820d811d9ff782b6cc0c45
SHA1: 6914e766e031c2ab964ae925e3906ed2db77ae42
MD5sum: 7f437b06232738488bb79b1cdc76f28c
Description: lisp command interpreter
rep is a dialect of Lisp, designed to be used both as an extension
language for applications and as a general purpose programming language.
.
It was originally written to be mostly-compatible with Emacs Lisp, but has
subsequently diverged markedly. Its aim is to combine the best features of
Scheme and Common Lisp and provide an environment that is comfortable for
implementing both small and large scale systems. It tries to be a
"pragmatic" programming language.
Description-md5:
Homepage: http://sawfish.tuxfamily.org/
Tag: devel::lang:lisp, uitoolkit::ncurses
Section: lisp
Priority: optional
Filename: pool/main/libr/librep/rep_0.92.5-3.1_amd64.deb