How to Install and Uninstall python3-editor Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-editor" package

Learn how to install python3-editor on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-editor

2. Uninstall "python3-editor" package

In this section, we are going to explain the necessary steps to uninstall python3-editor on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-editor package on Ubuntu 21.10 (Impish Indri)

Package: python3-editor
Architecture: all
Version: 1.0.3-2
Priority: optional
Section: universe/python
Source: python-editor
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 20
Depends: python3-distutils, python3-six, python3:any
Filename: pool/universe/p/python-editor/python3-editor_1.0.3-2_all.deb
Size: 5056
MD5sum: a5e8388fd328e14e50a0b4e2f6f342a8
SHA1: 5dc1600c52bc0494a539c84df6df03c4387e317c
SHA256: b15d3c19e7dadc58863de11733eac3bac228bacaf70dd21ebc12b3ce7053b2d8
SHA512: 1d661471e2487e528352e9884b673a4cb908613b477093a3c28fd4405f8d4efcff630c9249c97e745315739e931dc836b7644a2c8f2e3c8cb9575238832b4c2a
Homepage: https://github.com/fmoo/python-editor
Description-en: 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 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: 8c7bcf12d8cc99149dbb82ab1212421c