How To Install python3-pylint on Rocky Linux 8

In this tutorial we learn how to install python3-pylint on Rocky Linux 8. python3-pylint is Analyzes Python code looking for bugs and signs of poor quality

Introduction

In this tutorial we learn how to install python3-pylint on Rocky Linux 8.

What is python3-pylint

Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler’s Refactoring book). Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. However, Pylint offers some more features, like checking length of lines of code, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. Additionally, it is possible to write plugins to add your own checks.

We can use yum or dnf to install python3-pylint on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pylint.

Install python3-pylint on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-pylint using dnf by running the following command:

sudo dnf -y install python3-pylint

Install python3-pylint on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-pylint using yum by running the following command:

sudo yum -y install python3-pylint

How To Uninstall python3-pylint on Rocky Linux 8

To uninstall only the python3-pylint package we can use the following command:

sudo dnf remove python3-pylint

python3-pylint Package Contents on Rocky Linux 8

/usr/bin/epylint-3
/usr/bin/epylint-3.6
/usr/bin/pylint-3
/usr/bin/pylint-3.6
/usr/bin/pyreverse-3
/usr/bin/pyreverse-3.6
/usr/bin/symilar-3
/usr/bin/symilar-3.6
/usr/lib/python3.6/site-packages/pylint
/usr/lib/python3.6/site-packages/pylint-2.4.4-py3.6.egg-info
/usr/lib/python3.6/site-packages/pylint-2.4.4-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pylint-2.4.4-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pylint-2.4.4-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pylint-2.4.4-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/pylint-2.4.4-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/pylint-2.4.4-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pylint/__init__.py
/usr/lib/python3.6/site-packages/pylint/__main__.py
/usr/lib/python3.6/site-packages/pylint/__pkginfo__.py
/usr/lib/python3.6/site-packages/pylint/__pycache__
/usr/lib/python3.6/site-packages/pylint/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/__pkginfo__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/__pkginfo__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/epylint.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/epylint.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/graph.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/graph.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/lint.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/lint.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/testutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/__pycache__/testutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers
/usr/lib/python3.6/site-packages/pylint/checkers/__init__.py
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/async.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/async.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/base_checker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/base_checker.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/classes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/classes.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/design_analysis.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/design_analysis.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/format.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/format.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/imports.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/imports.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/logging.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/logging.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/misc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/misc.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/newstyle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/newstyle.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/python3.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/python3.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/raw_metrics.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/raw_metrics.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/refactoring.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/refactoring.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/similar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/similar.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/spelling.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/spelling.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/stdlib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/stdlib.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/strings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/strings.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/typecheck.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/typecheck.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/variables.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/__pycache__/variables.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/checkers/async.py
/usr/lib/python3.6/site-packages/pylint/checkers/base.py
/usr/lib/python3.6/site-packages/pylint/checkers/base_checker.py
/usr/lib/python3.6/site-packages/pylint/checkers/classes.py
/usr/lib/python3.6/site-packages/pylint/checkers/design_analysis.py
/usr/lib/python3.6/site-packages/pylint/checkers/exceptions.py
/usr/lib/python3.6/site-packages/pylint/checkers/format.py
/usr/lib/python3.6/site-packages/pylint/checkers/imports.py
/usr/lib/python3.6/site-packages/pylint/checkers/logging.py
/usr/lib/python3.6/site-packages/pylint/checkers/misc.py
/usr/lib/python3.6/site-packages/pylint/checkers/newstyle.py
/usr/lib/python3.6/site-packages/pylint/checkers/python3.py
/usr/lib/python3.6/site-packages/pylint/checkers/raw_metrics.py
/usr/lib/python3.6/site-packages/pylint/checkers/refactoring.py
/usr/lib/python3.6/site-packages/pylint/checkers/similar.py
/usr/lib/python3.6/site-packages/pylint/checkers/spelling.py
/usr/lib/python3.6/site-packages/pylint/checkers/stdlib.py
/usr/lib/python3.6/site-packages/pylint/checkers/strings.py
/usr/lib/python3.6/site-packages/pylint/checkers/typecheck.py
/usr/lib/python3.6/site-packages/pylint/checkers/utils.py
/usr/lib/python3.6/site-packages/pylint/checkers/variables.py
/usr/lib/python3.6/site-packages/pylint/config.py
/usr/lib/python3.6/site-packages/pylint/constants.py
/usr/lib/python3.6/site-packages/pylint/epylint.py
/usr/lib/python3.6/site-packages/pylint/exceptions.py
/usr/lib/python3.6/site-packages/pylint/extensions
/usr/lib/python3.6/site-packages/pylint/extensions/__init__.py
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/_check_docs_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/_check_docs_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/bad_builtin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/bad_builtin.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/broad_try_clause.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/broad_try_clause.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/check_docs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/check_docs.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/check_elif.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/check_elif.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/comparetozero.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/comparetozero.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/docparams.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/docparams.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/docstyle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/docstyle.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/emptystring.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/emptystring.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/mccabe.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/mccabe.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/overlapping_exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/overlapping_exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/redefined_variable_type.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/__pycache__/redefined_variable_type.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/extensions/_check_docs_utils.py
/usr/lib/python3.6/site-packages/pylint/extensions/bad_builtin.py
/usr/lib/python3.6/site-packages/pylint/extensions/broad_try_clause.py
/usr/lib/python3.6/site-packages/pylint/extensions/check_docs.py
/usr/lib/python3.6/site-packages/pylint/extensions/check_elif.py
/usr/lib/python3.6/site-packages/pylint/extensions/comparetozero.py
/usr/lib/python3.6/site-packages/pylint/extensions/docparams.py
/usr/lib/python3.6/site-packages/pylint/extensions/docstyle.py
/usr/lib/python3.6/site-packages/pylint/extensions/emptystring.py
/usr/lib/python3.6/site-packages/pylint/extensions/mccabe.py
/usr/lib/python3.6/site-packages/pylint/extensions/overlapping_exceptions.py
/usr/lib/python3.6/site-packages/pylint/extensions/redefined_variable_type.py
/usr/lib/python3.6/site-packages/pylint/graph.py
/usr/lib/python3.6/site-packages/pylint/interfaces.py
/usr/lib/python3.6/site-packages/pylint/lint.py
/usr/lib/python3.6/site-packages/pylint/message
/usr/lib/python3.6/site-packages/pylint/message/__init__.py
/usr/lib/python3.6/site-packages/pylint/message/__pycache__
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message_definition.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message_definition.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message_definition_store.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message_definition_store.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message_handler_mix_in.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message_handler_mix_in.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message_id_store.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/message/__pycache__/message_id_store.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/message/message.py
/usr/lib/python3.6/site-packages/pylint/message/message_definition.py
/usr/lib/python3.6/site-packages/pylint/message/message_definition_store.py
/usr/lib/python3.6/site-packages/pylint/message/message_handler_mix_in.py
/usr/lib/python3.6/site-packages/pylint/message/message_id_store.py
/usr/lib/python3.6/site-packages/pylint/pyreverse
/usr/lib/python3.6/site-packages/pylint/pyreverse/__init__.py
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/diadefslib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/diadefslib.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/diagrams.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/diagrams.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/inspector.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/inspector.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/main.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/vcgutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/vcgutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/writer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/__pycache__/writer.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/pyreverse/diadefslib.py
/usr/lib/python3.6/site-packages/pylint/pyreverse/diagrams.py
/usr/lib/python3.6/site-packages/pylint/pyreverse/inspector.py
/usr/lib/python3.6/site-packages/pylint/pyreverse/main.py
/usr/lib/python3.6/site-packages/pylint/pyreverse/utils.py
/usr/lib/python3.6/site-packages/pylint/pyreverse/vcgutils.py
/usr/lib/python3.6/site-packages/pylint/pyreverse/writer.py
/usr/lib/python3.6/site-packages/pylint/reporters
/usr/lib/python3.6/site-packages/pylint/reporters/__init__.py
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/base_reporter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/base_reporter.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/collecting_reporter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/collecting_reporter.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/json_reporter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/json_reporter.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/reports_handler_mix_in.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/reports_handler_mix_in.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/text.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/__pycache__/text.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/base_reporter.py
/usr/lib/python3.6/site-packages/pylint/reporters/collecting_reporter.py
/usr/lib/python3.6/site-packages/pylint/reporters/json_reporter.py
/usr/lib/python3.6/site-packages/pylint/reporters/reports_handler_mix_in.py
/usr/lib/python3.6/site-packages/pylint/reporters/text.py
/usr/lib/python3.6/site-packages/pylint/reporters/ureports
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__init__.py
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__pycache__
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__pycache__/nodes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__pycache__/nodes.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__pycache__/text_writer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__pycache__/text_writer.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/nodes.py
/usr/lib/python3.6/site-packages/pylint/reporters/ureports/text_writer.py
/usr/lib/python3.6/site-packages/pylint/testutils.py
/usr/lib/python3.6/site-packages/pylint/utils
/usr/lib/python3.6/site-packages/pylint/utils/__init__.py
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__/ast_walker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__/ast_walker.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__/file_state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__/file_state.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pylint/utils/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pylint/utils/ast_walker.py
/usr/lib/python3.6/site-packages/pylint/utils/file_state.py
/usr/lib/python3.6/site-packages/pylint/utils/utils.py
/usr/share/licenses/python3-pylint
/usr/share/licenses/python3-pylint/COPYING
/usr/share/man/man1/epylint-3.1.gz
/usr/share/man/man1/epylint-3.6.1.gz
/usr/share/man/man1/pylint-3.1.gz
/usr/share/man/man1/pylint-3.6.1.gz
/usr/share/man/man1/pyreverse-3.1.gz
/usr/share/man/man1/pyreverse-3.6.1.gz
/usr/share/man/man1/symilar-3.1.gz
/usr/share/man/man1/symilar-3.6.1.gz

References

Summary

In this tutorial we learn how to install python3-pylint on Rocky Linux 8 using yum and dnf.