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

Last updated: May 17,2024

1. Install "python-rope" package

This guide covers the steps necessary to install python-rope on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-rope

2. Uninstall "python-rope" package

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

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

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

Package: python-rope
Priority: optional
Section: universe/devel
Installed-Size: 677
Maintainer: Ubuntu Developers
Original-Maintainer: Arnaud Fontaine
Architecture: all
Source: rope
Version: 0.10.2-1
Depends: python (>= 2.7), python (<< 2.8)
Recommends: python-svn, mercurial, git-core
Filename: pool/universe/r/rope/python-rope_0.10.2-1_all.deb
Size: 120094
MD5sum: 7384bfc3bf798215a5fc1ca3c6d24d33
SHA1: a057a258476a5d3decc1e793ce700bce1836c490
SHA256: e96392f7bd9a9a09cce2240f7a5bae01a713deac18196e036f26f6eefb0b8016
Description-en: Python refactoring library
Rope is a Python refactoring library that can be used with several editors
and IDEs. It provides many refactoring operations as well as forms of code
assistance like auto-completion and access to documentation. To make use of
refactoring in Mercurial, Git and Svn repositories, the recommended packages
must be installed. For a complete list of features, see the project homepage.
.
In Debian, this package is used by the Python-ropemacs package, an Emacs mode
that adds Python refactoring and IDE features to the Emacs editor.
Description-md5: d8c57d6d8faa4478db6778e02a8aec43
Homepage: http://rope.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu