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

Last updated: November 25,2024

1. Install "python3-visitor.noarch" package

This is a short guide on how to install python3-visitor.noarch on Fedora 36

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

2. Uninstall "python3-visitor.noarch" package

This guide let you learn how to uninstall python3-visitor.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:34:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-visitor
Version : 0.1.3
Release : 20.fc36
Architecture : noarch
Size : 13 k
Source : python-visitor-0.1.3-20.fc36.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...