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

Last updated: May 11,2024

1. Install "python3-editor" package

Please follow the guidelines below to install python3-editor on Kali Linux

$ sudo apt update $ sudo apt install python3-editor

2. Uninstall "python3-editor" package

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

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

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

Package: python3-editor
Source: python-editor
Version: 1.0.3-6
Installed-Size: 20
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-distutils, python3-setuptools, python3-six, python3:any
Size: 4572
SHA256: d88b3684e297500ee191ebae9c4c2ddcb66babfaea2c7c6973c5833b20544074
SHA1: 9259bf2842d3f2c5da791dbf3ce7be9964344253
MD5sum: 06c5d135d3180d5533492f25cef305c1
Description: programmatically open an editor, capture the result - Python 3.x
python-editor is a library that provides the editor module for
programmatically interfacing with your system's $EDITOR. The user can then
enter a commit message for example.
.
Editor first looks for the $EDITOR environment variable. If set, it uses
the value as-is, without fallbacks. If no $EDITOR is set, editor will search
through a list of known editors, and use the first one that exists on the
system. For example, on Linux, editor will look for the following editors in
order:
* vim
* emacs
* nano
.
When calling the edit() function, editor will open the editor in a
subprocess, inheriting the parent process's stdin, stdout
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/fmoo/python-editor
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-editor/python3-editor_1.0.3-6_all.deb