How to Install and Uninstall librep Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "librep" package

Please follow the guidelines below to install librep on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install librep

2. Uninstall "librep" package

Learn how to uninstall librep on openSuSE Tumbleweed:

$ sudo zypper remove librep

3. Information about the librep package on openSuSE Tumbleweed

Information for package librep:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : librep
Version : 0.92.7-1.25
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : librep-0.92.7-1.25.src
Upstream URL : http://sawfish.wikia.com/wiki/Librep
Summary : Implementation of rep, a lisp dialect
Description :
Librep is a shared library implementing a Lisp dialect that is
lightweight, reasonably fast, and highly extensible. It contains an
interpreter, byte-code compiler and virtual machine. Applications may
use the interpreter as an extension language, or it may be used for
standalone scripts.
Rep was originally inspired by Emacs Lisp. However one of the main
deficiencies of elisp -- the reliance on dynamic scope -- has been
removed. Also, rep only has a single namespace for symbols.