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

Last updated: May 10,2024

1. Install "python-pysmell" package

Here is a brief guide to show you how to install python-pysmell on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-pysmell

2. Uninstall "python-pysmell" package

This guide covers the steps necessary to uninstall python-pysmell on openSUSE Leap:

$ sudo zypper remove python-pysmell

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

Information for package python-pysmell:
---------------------------------------
Repository : Main Repository
Name : python-pysmell
Version : 0.7.3-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 244,5 KiB
Installed : No
Status : not installed
Source package : python-pysmell-0.7.3-bp153.1.14.src
Summary : Autocompletion library for Python
Description :
PySmell is a python IDE completion helper.
It tries to statically analyze Python source code, without executing it,
and generates information about a project's structure that IDE tools can
use.
PySmell currently supports Vim, Emacs and TextMate. It can be integrated with
any editor that can run Python scripts and has an auto-complete API.