How to Install and Uninstall python-pyplete Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python-pyplete" package

This guide covers the steps necessary to install python-pyplete on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-pyplete

2. Uninstall "python-pyplete" package

Please follow the guidance below to uninstall python-pyplete on openSUSE Leap:

$ sudo zypper remove python-pyplete

3. Information about the python-pyplete package on openSUSE Leap

Information for package python-pyplete:
---------------------------------------
Repository : Main Repository
Name : python-pyplete
Version : 0.0.5-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 56,3 KiB
Installed : No
Status : not installed
Source package : python-pyplete-0.0.5-bp153.1.13.src
Summary : An interface to autocomplete in python
Description :
PYPLETE (PYthon autocomPLETE) is a interface to autocomplete in python.
PyPlete uses pysmell but unlike this, PyPlete is dynamic, it does not
need execute a command to pre-analyze the code. This is a good tool
to analyze (or autocomplete) the code that you are writing currently