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

Last updated: May 13,2024

1. Install "rep" package

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

$ sudo apt update $ sudo apt install rep

2. Uninstall "rep" package

Please follow the guidelines below to uninstall rep on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: rep
Priority: optional
Section: universe/lisp
Installed-Size: 567
Maintainer: Ubuntu Developers
Original-Maintainer: Jose M Calhariz
Architecture: amd64
Source: librep
Version: 0.92.5-3
Replaces: librep9 (<= 0.17.3-3)
Depends: libc6 (>= 2.15), libgdbm3 (>= 1.8.3), libreadline6 (>= 6.0), librep16 (>= 0.92.5)
Suggests: rep-doc
Conflicts: librep9 (<= 0.17.3-3)
Filename: pool/universe/libr/librep/rep_0.92.5-3_amd64.deb
Size: 115418
MD5sum: a2b1448707af1ec3dc2522777e45074c
SHA1: 1fd1ab939a444bb1ccb2bf30882eb5a083c7e9c1
SHA256: 661b12f03cae0cd723e8b7223e589a92ab84324e948a689af7466f99386b2be9
Description-en: 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: 902f579f55694d6fa5c9e1aa16b0f49f
Homepage: http://sawfish.tuxfamily.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu