How to Install and Uninstall librep Package on openSUSE Leap
Last updated: November 08,2024
1. Install "librep" package
Please follow the steps below to install librep on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
librep
Copied
2. Uninstall "librep" package
Please follow the instructions below to uninstall librep on openSUSE Leap:
$
sudo zypper remove
librep
Copied
3. Information about the librep package on openSUSE Leap
Information for package librep:
-------------------------------
Repository : Main Repository
Name : librep
Version : 0.92.7-bp155.2.45
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 MiB
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
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.
-------------------------------
Repository : Main Repository
Name : librep
Version : 0.92.7-bp155.2.45
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 MiB
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
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.