How to Install and Uninstall rash Package on openSUSE Leap

Last updated: May 20,2024

1. Install "rash" package

Please follow the guidance below to install rash on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install rash

2. Uninstall "rash" package

Please follow the steps below to uninstall rash on openSUSE Leap:

$ sudo zypper remove rash

3. Information about the rash package on openSUSE Leap

Information for package rash:
-----------------------------
Repository : Main Repository
Name : rash
Version : 0.2-bp155.2.23
Arch : x86_64
Vendor : openSUSE
Installed Size : 6.2 MiB
Installed : No
Status : not installed
Source package : rash-0.2-bp155.2.23.src
Upstream URL : https://rash-lang.org
Summary : The Reckless rAcket SHell
Description :
Rash is a shell language, library, and REPL(Read–Eval–Print-Loop) for Racket.
Use as a REPL that is as convenient for pipelining programs as Bash is, but
has all the power of Racket. Use as a scripting language with #lang rash.
Embed in normal Racket files with (require rash), and mix freely with any
other Racket language or library.
Rash is in active development, but it is largely stable (and the parts that
are not are marked as such). It can be used as an interactive shell. It
currently lacks the interactive polish of Zsh or Fish, but it is so much
better as a language.