How to Install and Uninstall rlwrap Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "rlwrap" package

This tutorial shows how to install rlwrap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install rlwrap

2. Uninstall "rlwrap" package

Please follow the steps below to uninstall rlwrap on openSuSE Tumbleweed:

$ sudo zypper remove rlwrap

3. Information about the rlwrap package on openSuSE Tumbleweed

Information for package rlwrap:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : rlwrap
Version : 0.46.1-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 323.0 KiB
Installed : No
Status : not installed
Source package : rlwrap-0.46.1-1.6.src
Upstream URL : https://github.com/hanslub42/rlwrap/
Summary : A Readline Wrapper
Description :
rlwrap uses the GNU readline library to allow the editing of keyboard
input for any other command. The input history is remembered across
invocations, separately for each command;history completion and search
work as in bash and completion word lists can be specified on the
command line.