How to Install and Uninstall racket Package on openSUSE Leap

Last updated: February 02,2025

1. Install "racket" package

Please follow the guidelines below to install racket on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install racket

2. Uninstall "racket" package

This guide let you learn how to uninstall racket on openSUSE Leap:

$ sudo zypper remove racket

3. Information about the racket package on openSUSE Leap

Information for package racket:
-------------------------------
Repository : Main Repository
Name : racket
Version : 8.7-bp155.1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 449.0 MiB
Installed : No
Status : not installed
Source package : racket-8.7-bp155.1.17.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.