How to Install and Uninstall librep16 Package on openSUSE Leap

Last updated: May 15,2024

1. Install "librep16" package

This tutorial shows how to install librep16 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install librep16

2. Uninstall "librep16" package

This guide covers the steps necessary to uninstall librep16 on openSUSE Leap:

$ sudo zypper remove librep16

3. Information about the librep16 package on openSUSE Leap

Information for package librep16:
---------------------------------
Repository : Main Repository
Name : librep16
Version : 0.92.7-bp155.2.45
Arch : x86_64
Vendor : openSUSE
Installed Size : 467.1 KiB
Installed : No
Status : not installed
Source package : librep-0.92.7-bp155.2.45.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.