How to Install and Uninstall clisp Package on openSUSE Leap

Last updated: September 21,2024

1. Install "clisp" package

In this section, we are going to explain the necessary steps to install clisp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install clisp

2. Uninstall "clisp" package

Please follow the instructions below to uninstall clisp on openSUSE Leap:

$ sudo zypper remove clisp

3. Information about the clisp package on openSUSE Leap

Information for package clisp:
------------------------------
Repository : Main Repository
Name : clisp
Version : 2.49.92-bp155.4.53
Arch : x86_64
Vendor : openSUSE
Installed Size : 62.1 MiB
Installed : No
Status : not installed
Source package : clisp-2.49.92-bp155.4.53.src
Upstream URL : https://gitlab.com/gnu-clisp/clisp
Summary : A Common Lisp Interpreter
Description :
Common Lisp is a high-level, all-purpose programming language. CLISP is
an implementation of Common Lisp that closely follows the book "Common
Lisp - The Language" by Guy L. Steele Jr. This package includes an
interactive programming environment with an interpreter, a compiler,
and a debugger. Start this environment with the command 'clisp'.