How to Install and Uninstall python3-readlike Package on Kali Linux

Last updated: December 23,2024

1. Install "python3-readlike" package

This tutorial shows how to install python3-readlike on Kali Linux

$ sudo apt update $ sudo apt install python3-readlike

2. Uninstall "python3-readlike" package

Please follow the steps below to uninstall python3-readlike on Kali Linux:

$ sudo apt remove python3-readlike $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-readlike package on Kali Linux

Package: python3-readlike
Source: readlike
Version: 0.1.3-3
Installed-Size: 29
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6456
SHA256: 7fef3392ffac452aa85ca227cd7da83ca5d8feec9be8b6325f9c156a1f09b554
SHA1: f4dcffec2b0cf22fca04a71e320c7cea5957656d
MD5sum: ddfbb3b73e6916583fd2bd02b205ec5d
Description: GNU Readline-like line editing module
A Python module that provides `GNU Readline`_-like line editing functions (the
default Emacs-style ones). If you just want to use Readline, use the readline_
package in the standard library--but this package allows access to those
capabilties in settings outside of a standard CLI.
.
Currently, all stateless Readline commands are implemented. This means that
yanking and history are not supported.
.
This module is especially well-suited to interfacing with Urwid_ due to a
shared syntax for describing key inputs.
Description-md5:
Homepage: https://github.com/jangler/readlike
Section: python
Priority: optional
Filename: pool/main/r/readlike/python3-readlike_0.1.3-3_all.deb