How to Install and Uninstall sbcl Package on openSUSE Leap

Last updated: May 10,2024

1. Install "sbcl" package

Here is a brief guide to show you how to install sbcl on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install sbcl

2. Uninstall "sbcl" package

Learn how to uninstall sbcl on openSUSE Leap:

$ sudo zypper remove sbcl

3. Information about the sbcl package on openSUSE Leap

Information for package sbcl:
-----------------------------
Repository : Main Repository
Name : sbcl
Version : 2.3.1-bp155.1.27
Arch : x86_64
Vendor : openSUSE
Installed Size : 47.0 MiB
Installed : No
Status : not installed
Source package : sbcl-2.3.1-bp155.1.27.src
Upstream URL : http://www.sbcl.org/
Summary : Steel Bank Common Lisp
Description :
Steel Bank Common Lisp (SBCL) is a high performance Common Lisp
compiler. It is open source / free software, with a permissive license.
In addition to the compiler and runtime system for ANSI Common Lisp, it
provides an interactive environment including a debugger, a statistical
profiler, a code coverage tool, and many other extensions.