How to Install and Uninstall python311-rope Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python311-rope" package

Learn how to install python311-rope on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rope

2. Uninstall "python311-rope" package

Please follow the instructions below to uninstall python311-rope on openSuSE Tumbleweed:

$ sudo zypper remove python311-rope

3. Information about the python311-rope package on openSuSE Tumbleweed

Information for package python311-rope:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rope
Version : 1.12.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.4 MiB
Installed : No
Status : not installed
Source package : python-rope-1.12.0-1.2.src
Upstream URL : https://github.com/python-rope/rope
Summary : A python refactoring library
Description :
Rope is a python refactoring library.
* Rope aims to provide powerful and safe refactoring
* Rope is light on dependency, Rope only depends on Python itself
* Unlike PyRight or PyLance, Rope does not depend on Node.js
* Unlike PyLance or PyCharm, Rope is open source.
* Unlike PyRight and PyLance, Rope is written in Python itself,
so if you experience problems, you would be able to debug and
hack it yourself in a language that you are already familiar with
* In comparison to Jedi, Rope is focused on refactoring. While Jedi
provides some basic refactoring capabilities, Rope supports many
more advanced refactoring operations and options that Jedi does not.