How to Install and Uninstall python-ply.noarch Package on Amazon Linux 2
Last updated: January 12,2025
1. Install "python-ply.noarch" package
Please follow the steps below to install python-ply.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
python-ply.noarch
Copied
2. Uninstall "python-ply.noarch" package
In this section, we are going to explain the necessary steps to uninstall python-ply.noarch on Amazon Linux 2:
$
sudo yum remove
python-ply.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the python-ply.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : python-ply
Arch : noarch
Version : 3.4
Release : 11.amzn2
Size : 123 k
Repo : amzn2-core/2/x86_64
Summary : Python Lex-Yacc
URL : http://www.dabeaz.com/ply/
License : BSD
Description : PLY is a straightforward lex/yacc implementation. Here is a list
: of its essential features:
: * It is implemented entirely in Python.
: * It uses LR-parsing which is reasonably efficient and well suited
: for larger grammars.
: * PLY provides most of the standard lex/yacc features including
: support for empty productions, precedence rules, error recovery,
: and support for ambiguous grammars.
: * PLY is straightforward to use and provides very extensive error
: checking.
: * PLY doesn't try to do anything more or less than provide the
: basic lex/yacc functionality. In other words, it's not a large
: parsing framework or a component of some larger system.
Available Packages
Name : python-ply
Arch : noarch
Version : 3.4
Release : 11.amzn2
Size : 123 k
Repo : amzn2-core/2/x86_64
Summary : Python Lex-Yacc
URL : http://www.dabeaz.com/ply/
License : BSD
Description : PLY is a straightforward lex/yacc implementation. Here is a list
: of its essential features:
: * It is implemented entirely in Python.
: * It uses LR-parsing which is reasonably efficient and well suited
: for larger grammars.
: * PLY provides most of the standard lex/yacc features including
: support for empty productions, precedence rules, error recovery,
: and support for ambiguous grammars.
: * PLY is straightforward to use and provides very extensive error
: checking.
: * PLY doesn't try to do anything more or less than provide the
: basic lex/yacc functionality. In other words, it's not a large
: parsing framework or a component of some larger system.