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

Last updated: July 03,2024

1. Install "python311-visitor" package

Please follow the instructions below to install python311-visitor on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-visitor

2. Uninstall "python311-visitor" package

This guide let you learn how to uninstall python311-visitor on openSuSE Tumbleweed:

$ sudo zypper remove python311-visitor

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

Information for package python311-visitor:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-visitor
Version : 0.1.3-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 7.5 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).