How to Install and Uninstall python-mode Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "python-mode" package

Please follow the guidelines below to install python-mode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mode

2. Uninstall "python-mode" package

Please follow the guidance below to uninstall python-mode on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-mode $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-mode package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-mode
Priority: optional
Section: universe/python
Installed-Size: 1106
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Version: 1:6.2.2-1
Replaces: python-elisp, python1.5-elisp, python2.1-elisp, python2.2-elisp
Provides: python-elisp
Depends: emacsen-common (>= 2.0.8), python (>= 2.7), python (<< 2.8)
Recommends: pychecker, pymacs (>= 0.22-6)
Suggests: pylint, python-ropemacs
Conflicts: python-elisp, python1.5-elisp, python2.1-elisp, python2.2-elisp
Filename: pool/universe/p/python-mode/python-mode_6.2.2-1_all.deb
Size: 147800
MD5sum: 4fd4145028684e0a4c8186d9f8fc6180
SHA1: f559df0929ed48b15c0bf48126e884bb3cd33738
SHA256: 0e5a859aa542728828e9170b44f8b005c16a5288fc8628eb48998388fb29debd
Description-en: Python mode for GNU Emacs and XEmacs
Provides a major mode for GNU Emacs and XEmacs to edit, debug, and develop
Python programs and doctests.
.
If you install this with XEmacs 21, it will replace the included
python-mode.el, which may or may not be a more recent version
(use "C-h v py-version" to compare).
.
Since this package automagically loads after Python mode shipped with
GNU emacs >= 22, installation of this package makes python-mode's
mode the default for editing Python code in emacs.
Description-md5: 46a123e2d0b18646735f03ce79224393
Homepage: https://launchpad.net/python-mode/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu