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

Last updated: September 28,2024

1. Install "python3-pyshark.noarch" package

Please follow the guidance below to install python3-pyshark.noarch on Fedora 38

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

2. Uninstall "python3-pyshark.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pyshark.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:09:25 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-pyshark
Version : 0.4.3
Release : 5.fc38
Architecture : noarch
Size : 87 k
Source : python-pyshark-0.4.3-5.fc38.src.rpm
Repository : fedora
Summary : Python packet parsing using wireshark dissectors
URL : https://github.com/KimiNewt/pyshark
License : MIT
Description : Python wrapper for tshark that allowing python packet parsing using wireshark
: dissectors. It doesn't actually parse any packets, it simply uses tshark's
: ability to export XMLs to use its parsing.