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

Last updated: May 02,2024

1. Install "python3-pydenticon" package

Learn how to install python3-pydenticon on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pydenticon

2. Uninstall "python3-pydenticon" package

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

$ sudo zypper remove python3-pydenticon

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

Information for package python3-pydenticon:
-------------------------------------------
Repository : Main Repository
Name : python3-pydenticon
Version : 0.3.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 38.7 KiB
Installed : No
Status : not installed
Source package : python-pydenticon-0.3.1-bp155.2.11.src
Upstream URL : https://github.com/azaghal/pydenticon
Summary : Library for generating identicons
Description :
Pydenticon is a small utility library that can be used for deterministically
generating identicons based on the hash of provided data.
The implementation is a port of the Sigil identicon implementation from:
* https://github.com/cupcake/sigil/
Pydenticon provides a couple of extensions of its own when compared to the
original Sigil implementation, like:
* Ability to supply custom digest algorithms (allowing for larger identicons if
digest provides enough entropy).
* Ability to specify a rectangle for identicon size..