How to Install and Uninstall sbcl Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "sbcl" package

Please follow the guidelines below to install sbcl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install sbcl

2. Uninstall "sbcl" package

Please follow the guidance below to uninstall sbcl on openSuSE Tumbleweed:

$ sudo zypper remove sbcl

3. Information about the sbcl package on openSuSE Tumbleweed

Information for package sbcl:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sbcl
Version : 2.4.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 58.6 MiB
Installed : No
Status : not installed
Source package : sbcl-2.4.2-1.1.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.