How to Install and Uninstall racket Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "racket" package

This guide let you learn how to install racket on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install racket

2. Uninstall "racket" package

Here is a brief guide to show you how to uninstall racket on openSuSE Tumbleweed:

$ sudo zypper remove racket

3. Information about the racket package on openSuSE Tumbleweed

Information for package racket:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : racket
Version : 8.11.1-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 455.5 MiB
Installed : No
Status : not installed
Source package : racket-8.11.1-2.1.src
Upstream URL : http://racket-lang.org
Summary : Scheme implementation with teaching tools
Description :
Racket (formerly called PLT Scheme) is a multi-paradigm programming language
in the Lisp/Scheme family, that also serves as a platform for language
creation, design, and implementation.
The programming language is known for its powerful macro system which enables
the creation of embedded and domain-specific languages, language constructs
such as classes or modules, and separate dialects of Racket enable different
semantics.