How to Install and Uninstall clisp Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "clisp" package

This tutorial shows how to install clisp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install clisp

2. Uninstall "clisp" package

Please follow the guidelines below to uninstall clisp on openSuSE Tumbleweed:

$ sudo zypper remove clisp

3. Information about the clisp package on openSuSE Tumbleweed

Information for package clisp:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : clisp
Version : 2.49.92-6.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 61.6 MiB
Installed : No
Status : not installed
Source package : clisp-2.49.92-6.1.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'.