How To Install bochs-debugger on Fedora 36
Introduction
In this tutorial we learn how to install bochs-debugger on Fedora 36.
What is bochs-debugger
Special version of bochs compiled with the builtin debugger.
We can use yum or dnf to install bochs-debugger on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bochs-debugger.
Install bochs-debugger on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install bochs-debugger using dnf by running the following command:
sudo dnf -y install bochs-debugger
Install bochs-debugger on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install bochs-debugger using yum by running the following command:
sudo yum -y install bochs-debugger
How To Uninstall bochs-debugger on Fedora 36
To uninstall only the bochs-debugger package we can use the following command:
sudo dnf remove bochs-debugger
bochs-debugger Package Contents on Fedora 36
/usr/bin/bochs-debugger
/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/b0285e906fb542dbd28c7db9da611af0936f12
References
Summary
In this tutorial we learn how to install bochs-debugger on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).