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

Last updated: May 19,2024

1. Install "python3-visitor.noarch" package

Learn how to install python3-visitor.noarch on Fedora 34

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

2. Uninstall "python3-visitor.noarch" package

Please follow the step by step instructions below to uninstall python3-visitor.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:35:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-visitor
Version : 0.1.3
Release : 17.fc34
Architecture : noarch
Size : 13 k
Source : python-visitor-0.1.3-17.fc34.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...