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

Last updated: October 06,2024

1. Install "python3-sly.noarch" package

Please follow the step by step instructions below to install python3-sly.noarch on Fedora 34

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

2. Uninstall "python3-sly.noarch" package

Please follow the steps below to uninstall python3-sly.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:29:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-sly
Version : 0.4
Release : 0.25.f8fcbb0.fc34
Architecture : noarch
Size : 56 k
Source : python-sly-0.4-0.25.f8fcbb0.fc34.src.rpm
Repository : updates
Summary : An implementation of lex and yacc for Python 3
URL : https://sly.readthedocs.io
License : BSD
Description : SLY is a pure Python implementation of the lex and yacc tools commonly
: used to write parsers and compilers. Parsing is based on the same
: LALR(1) algorithm used by many yacc tools.