How to Install and Uninstall python312-visitor Package on openSuSE Tumbleweed

Last updated: September 21,2024

1. Install "python312-visitor" package

This is a short guide on how to install python312-visitor on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-visitor

2. Uninstall "python312-visitor" package

This tutorial shows how to uninstall python312-visitor on openSuSE Tumbleweed:

$ sudo zypper remove python312-visitor

3. Information about the python312-visitor package on openSuSE Tumbleweed

Information for package python312-visitor:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-visitor
Version : 0.1.3-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 7.4 KiB
Installed : No
Status : not installed
Source package : python-visitor-0.1.3-1.23.src
Upstream URL : http://github.com/mbr/visitor
Summary : A tiny pythonic visitor implementation
Description :
A tiny library to facilitate visitor implementation in Python
(which are slightly peculiar due to dynamic typing).