How To Install python3-lldb on Rocky Linux 8

In this tutorial we learn how to install python3-lldb on Rocky Linux 8. python3-lldb is Python module for LLDB

Introduction

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

What is python3-lldb

The package contains the LLDB Python module.

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

Install python3-lldb 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-lldb using dnf by running the following command:

sudo dnf -y install python3-lldb

Install python3-lldb 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-lldb using yum by running the following command:

sudo yum -y install python3-lldb

How To Uninstall python3-lldb on Rocky Linux 8

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

sudo dnf remove python3-lldb

python3-lldb Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/lldb
/usr/lib/python3.6/site-packages/lldb/__init__.py
/usr/lib/python3.6/site-packages/lldb/__pycache__
/usr/lib/python3.6/site-packages/lldb/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/__pycache__/embedded_interpreter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/__pycache__/embedded_interpreter.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/_lldb.so
/usr/lib/python3.6/site-packages/lldb/embedded_interpreter.py
/usr/lib/python3.6/site-packages/lldb/formatters
/usr/lib/python3.6/site-packages/lldb/formatters/Logger.py
/usr/lib/python3.6/site-packages/lldb/formatters/__init__.py
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/Logger.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/Logger.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/attrib_fromdict.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/attrib_fromdict.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/metrics.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/metrics.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/synth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/__pycache__/synth.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/attrib_fromdict.py
/usr/lib/python3.6/site-packages/lldb/formatters/cache.py
/usr/lib/python3.6/site-packages/lldb/formatters/cpp
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/__init__.py
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/__pycache__
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/__pycache__/gnu_libstdcpp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/__pycache__/gnu_libstdcpp.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/__pycache__/libcxx.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/__pycache__/libcxx.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/gnu_libstdcpp.py
/usr/lib/python3.6/site-packages/lldb/formatters/cpp/libcxx.py
/usr/lib/python3.6/site-packages/lldb/formatters/metrics.py
/usr/lib/python3.6/site-packages/lldb/formatters/synth.py
/usr/lib/python3.6/site-packages/lldb/lldb-argdumper
/usr/lib/python3.6/site-packages/lldb/utils
/usr/lib/python3.6/site-packages/lldb/utils/__init__.py
/usr/lib/python3.6/site-packages/lldb/utils/__pycache__
/usr/lib/python3.6/site-packages/lldb/utils/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/utils/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/utils/__pycache__/in_call_stack.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/utils/__pycache__/in_call_stack.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/utils/__pycache__/symbolication.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/lldb/utils/__pycache__/symbolication.cpython-36.pyc
/usr/lib/python3.6/site-packages/lldb/utils/in_call_stack.py
/usr/lib/python3.6/site-packages/lldb/utils/symbolication.py
/usr/lib64/python3.6/site-packages/lldb
/usr/lib64/python3.6/site-packages/lldb/__init__.py
/usr/lib64/python3.6/site-packages/lldb/__pycache__
/usr/lib64/python3.6/site-packages/lldb/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/__pycache__/embedded_interpreter.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/__pycache__/embedded_interpreter.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/_lldb.so
/usr/lib64/python3.6/site-packages/lldb/embedded_interpreter.py
/usr/lib64/python3.6/site-packages/lldb/formatters
/usr/lib64/python3.6/site-packages/lldb/formatters/Logger.py
/usr/lib64/python3.6/site-packages/lldb/formatters/__init__.py
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/Logger.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/Logger.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/attrib_fromdict.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/attrib_fromdict.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/cache.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/metrics.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/metrics.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/synth.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/__pycache__/synth.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/attrib_fromdict.py
/usr/lib64/python3.6/site-packages/lldb/formatters/cache.py
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/__init__.py
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/__pycache__
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/__pycache__/gnu_libstdcpp.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/__pycache__/gnu_libstdcpp.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/__pycache__/libcxx.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/__pycache__/libcxx.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/gnu_libstdcpp.py
/usr/lib64/python3.6/site-packages/lldb/formatters/cpp/libcxx.py
/usr/lib64/python3.6/site-packages/lldb/formatters/metrics.py
/usr/lib64/python3.6/site-packages/lldb/formatters/synth.py
/usr/lib64/python3.6/site-packages/lldb/lldb-argdumper
/usr/lib64/python3.6/site-packages/lldb/utils
/usr/lib64/python3.6/site-packages/lldb/utils/__init__.py
/usr/lib64/python3.6/site-packages/lldb/utils/__pycache__
/usr/lib64/python3.6/site-packages/lldb/utils/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/utils/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/utils/__pycache__/in_call_stack.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/utils/__pycache__/in_call_stack.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/utils/__pycache__/symbolication.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/lldb/utils/__pycache__/symbolication.cpython-36.pyc
/usr/lib64/python3.6/site-packages/lldb/utils/in_call_stack.py
/usr/lib64/python3.6/site-packages/lldb/utils/symbolication.py

References

Summary

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