rlwrap

Add line editing, persistent history and prompt completion to a REPL command. More information: <https://github.com/hanslub42/rlwrap>.

Debian Debian
RUN apt-get update && \ apt-get install -y rlwrap
Ubuntu
RUN apt-get update && \ apt-get install -y rlwrap
Arch Arch Linux
RUN pacman -S --noconfirm rlwrap
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y rlwrap
Fedora
RUN dnf install -y rlwrap
Raspbian
RUN apt-get update && \ apt-get install -y rlwrap
click the source code to copy install rlwrap on any operating system with command-not-found.com