How to Install and Uninstall python38-pydenticon Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "python38-pydenticon" package

Please follow the guidelines below to install python38-pydenticon on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pydenticon

2. Uninstall "python38-pydenticon" package

Please follow the instructions below to uninstall python38-pydenticon on openSuSE Tumbleweed:

$ sudo zypper remove python38-pydenticon

3. Information about the python38-pydenticon package on openSuSE Tumbleweed

Information for package python38-pydenticon:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pydenticon
Version : 0.3.1-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 38,6 KiB
Installed : No
Status : not installed
Source package : python-pydenticon-0.3.1-4.2.src
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..