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

Last updated: October 06,2024

1. Install "python310-rope" package

This is a short guide on how to install python310-rope on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-rope

2. Uninstall "python310-rope" package

This tutorial shows how to uninstall python310-rope on openSuSE Tumbleweed:

$ sudo zypper remove python310-rope

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

Information for package python310-rope:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-rope
Version : 1.12.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 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.