How to Install and Uninstall python3-editor Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 04,2024

1. Install "python3-editor" package

This guide let you learn how to install python3-editor on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-editor

2. Uninstall "python3-editor" package

This guide let you learn how to uninstall python3-editor on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-editor package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-editor
Priority: optional
Section: universe/python
Installed-Size: 20
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-editor
Version: 0.4-2
Depends: python-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-editor/python3-editor_0.4-2_all.deb
Size: 4104
MD5sum: 58920a78315fbfe0cd0de7c97a571e27
SHA1: b001d8454e5681625c784adc4f7b60d71f35b708
SHA256: 43d01b7ec07c2cd253cd08fc070c179402f3c07ae7b801089b01c17bfd15c089
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
Homepage: https://github.com/fmoo/python-editor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu