How to Install and Uninstall python2-lml Package on openSUSE Leap

Last updated: May 22,2024

1. Install "python2-lml" package

Please follow the step by step instructions below to install python2-lml on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-lml

2. Uninstall "python2-lml" package

Please follow the guidance below to uninstall python2-lml on openSUSE Leap:

$ sudo zypper remove python2-lml

3. Information about the python2-lml package on openSUSE Leap

Information for package python2-lml:
------------------------------------
Repository : Main Repository
Name : python2-lml
Version : 0.0.9-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 88,8 KiB
Installed : No
Status : not installed
Source package : python-lml-0.0.9-bp153.1.15.src
Summary : A lazy plugin management system for Python
Description :
LML is "Load me later". lml seamlessly finds the lml-based
plugins from the current Python environment but loads plugins on
demand. It supports plugins that have external dependencies,
especially bulky and/or memory hungry ones. lml provides the plugin
management system only and the plugin interface is for the developer
to do.
Plugins loaded by lml may be installed packages or standalone
Python modules in a supplied directory.