How to Install and Uninstall python3-visitor.noarch Package on Fedora 38

Last updated: January 11,2025

1. Install "python3-visitor.noarch" package

Please follow the step by step instructions below to install python3-visitor.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-visitor.noarch

2. Uninstall "python3-visitor.noarch" package

Please follow the steps below to uninstall python3-visitor.noarch on Fedora 38:

$ sudo dnf remove python3-visitor.noarch $ sudo dnf autoremove

3. Information about the python3-visitor.noarch package on Fedora 38

Last metadata expiration check: 3:32:35 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-visitor
Version : 0.1.3
Release : 23.fc38
Architecture : noarch
Size : 13 k
Source : python-visitor-0.1.3-23.fc38.src.rpm
Repository : fedora
Summary : A tiny pythonic visitor implementation
URL : http://github.com/mbr/visitor
License : MIT
Description : A tiny library to facilitate visitor. In fact, it is so small, you may just
: be better off copy and pasting the source straight into your project...