How To Install d52 on Fedora 36

In this tutorial we learn how to install d52 in Fedora 36. d52 is Disassemblers for 8051, 8048, and Z80 families

Introduction

In this tutorial we learn how to install d52 on Fedora 36.

What is d52

D52 is collection of disassemblers for the 8051, 8048, and Z80 families of microcontrollers and microprocessors.

We can use yum or dnf to install d52 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install d52.

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

sudo dnf -y install d52

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

sudo yum -y install d52

How To Uninstall d52 on Fedora 36

To uninstall only the d52 package we can use the following command:

sudo dnf remove d52

d52 Package Contents on Fedora 36

/usr/bin/d48
/usr/bin/d52
/usr/bin/dz80
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/f053ee4b946357c4b455a4678329240915fa1c
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/0ab2c1b24bf37ea50fc3ecc559e87664f71aca
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/93563da3b2487e80cc2bc4db35819b56466555
/usr/share/d52
/usr/share/d52/cyclefiles
/usr/share/d52/cyclefiles/8051.cyc
/usr/share/d52/cyclefiles/ADuC84x.cyc
/usr/share/d52/cyclefiles/AT89LP.cyc
/usr/share/d52/cyclefiles/DS80C320.cyc
/usr/share/d52/cyclefiles/DS89C4x0.cyc
/usr/share/d52/cyclefiles/MSC12xx.cyc
/usr/share/d52/cyclefiles/SiLabs.cyc
/usr/share/d52/cyclefiles/W77e.cyc
/usr/share/d52/cyclefiles/upsd33xx.cyc
/usr/share/d52/examples
/usr/share/d52/examples/BENCH0.HEX
/usr/share/d52/examples/BENCH0.LST
/usr/share/d52/examples/Bench0.ctl
/usr/share/d52/examples/bench0.a51
/usr/share/d52/examples/bench0.aduc84x.d52
/usr/share/d52/examples/bench0.at89lp.d52
/usr/share/d52/examples/bench0.ds80c320.d52
/usr/share/d52/examples/bench0.ds89c4x0.d52
/usr/share/d52/examples/bench0.msc12xx.d52
/usr/share/d52/examples/bench0.silabs.d52
/usr/share/d52/examples/bench0.w77e.d52
/usr/share/d52/examples/z.bin
/usr/share/d52/examples/z.ctl
/usr/share/d52/examples/z.z80
/usr/share/doc/d52
/usr/share/doc/d52/COPYING
/usr/share/doc/d52/README
/usr/share/doc/d52/cycle_counting.doc
/usr/share/doc/d52/cycle_counting.htm
/usr/share/doc/d52/cycle_counting.rtf
/usr/share/doc/d52/d52manual.html
/usr/share/doc/d52/dz80-d48addendum.html

References

Summary

In this tutorial we learn how to install d52 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).