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

Last updated: January 16,2025

1. Install "python3-sly.noarch" package

Here is a brief guide to show you how to install python3-sly.noarch on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 1:34:14 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-sly
Version : 0.4
Release : 0.31.f8fcbb0.fc39
Architecture : noarch
Size : 76 k
Source : python-sly-0.4-0.31.f8fcbb0.fc39.src.rpm
Repository : fedora
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.