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

Last updated: September 23,2024

1. Install "python3-pyshark.noarch" package

This is a short guide on how to install python3-pyshark.noarch on Fedora 35

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

2. Uninstall "python3-pyshark.noarch" package

This guide let you learn how to uninstall python3-pyshark.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:03:08 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pyshark
Version : 0.4.2.11
Release : 6.fc35
Architecture : noarch
Size : 60 k
Source : python-pyshark-0.4.2.11-6.fc35.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.