How to Install and Uninstall dtc.x86_64 Package on Fedora 39

Last updated: October 01,2024

1. Install "dtc.x86_64" package

Please follow the instructions below to install dtc.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install dtc.x86_64

2. Uninstall "dtc.x86_64" package

This guide covers the steps necessary to uninstall dtc.x86_64 on Fedora 39:

$ sudo dnf remove dtc.x86_64 $ sudo dnf autoremove

3. Information about the dtc.x86_64 package on Fedora 39

Last metadata expiration check: 1:37:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : dtc
Version : 1.7.0
Release : 5.fc39
Architecture : x86_64
Size : 104 k
Source : dtc-1.7.0-5.fc39.src.rpm
Repository : updates
Summary : Device Tree Compiler
URL : https://devicetree.org/
License : GPL-2.0-or-later
Description : Devicetree is a data structure for describing hardware. Rather than hard coding
: every detail of a device into an operating system, many aspects of the hardware
: can be described in a data structure that is passed to the operating system at
: boot time. The devicetree is used by OpenFirmware, OpenPOWER Abstraction Layer
: (OPAL), Power Architecture Platform Requirements (PAPR) and in the standalone
: Flattened Device Tree (FDT) form.