How to Install and Uninstall python3-Trolly Package on openSUSE Leap

Last updated: February 20,2025

1. Install "python3-Trolly" package

In this section, we are going to explain the necessary steps to install python3-Trolly on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Trolly

2. Uninstall "python3-Trolly" package

In this section, we are going to explain the necessary steps to uninstall python3-Trolly on openSUSE Leap:

$ sudo zypper remove python3-Trolly

3. Information about the python3-Trolly package on openSUSE Leap

Information for package python3-Trolly:
---------------------------------------
Repository : Main Repository
Name : python3-Trolly
Version : 0.2.2-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 97.8 KiB
Installed : No
Status : not installed
Source package : python-Trolly-0.2.2-bp155.2.10.src
Upstream URL : https://github.com/plish/Trolly
Summary : Trello api
Description :
A Python wrapper around the Trello API. Provides a group of
Python classes to represent Trello Objects. None of the classes
cache values as they are designed to be inherited and extended to
suit the needs of each user. Each class includes a basic set of
methods based on general use cases. This library was based on
work done by [sarumont](https://github.com/sarumont/py-trello).
Very little was kept from this code, but still props on the
initial work.