How to Install and Uninstall librep-devel Package on openSUSE Leap
Last updated: December 25,2024
1. Install "librep-devel" package
This guide covers the steps necessary to install librep-devel on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
librep-devel
Copied
2. Uninstall "librep-devel" package
This guide covers the steps necessary to uninstall librep-devel on openSUSE Leap:
$
sudo zypper remove
librep-devel
Copied
3. Information about the librep-devel package on openSUSE Leap
Information for package librep-devel:
-------------------------------------
Repository : Main Repository
Name : librep-devel
Version : 0.92.7-bp155.2.45
Arch : x86_64
Vendor : openSUSE
Installed Size : 84.2 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 - Development Files
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-devel
Version : 0.92.7-bp155.2.45
Arch : x86_64
Vendor : openSUSE
Installed Size : 84.2 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 - Development Files
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.