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

Last updated: July 01,2024

1. Install "python39-visitor" package

This tutorial shows how to install python39-visitor on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-visitor

2. Uninstall "python39-visitor" package

Please follow the guidelines below to uninstall python39-visitor on openSuSE Tumbleweed:

$ sudo zypper remove python39-visitor

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

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