How to Install and Uninstall librep16 Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "librep16" package

Here is a brief guide to show you how to install librep16 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install librep16

2. Uninstall "librep16" package

This guide let you learn how to uninstall librep16 on openSuSE Tumbleweed:

$ sudo zypper remove librep16

3. Information about the librep16 package on openSuSE Tumbleweed

Information for package librep16:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : librep16
Version : 0.92.7-1.25
Arch : x86_64
Vendor : openSUSE
Installed Size : 471.2 KiB
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 - Libraries
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.