How to Install and Uninstall dtc.src Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "dtc.src" package

This guide covers the steps necessary to install dtc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install dtc.src

2. Uninstall "dtc.src" package

Here is a brief guide to show you how to uninstall dtc.src on Oracle Linux 9:

$ sudo dnf remove dtc.src $ sudo dnf autoremove

3. Information about the dtc.src package on Oracle Linux 9

Last metadata expiration check: 0:32:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : dtc
Version : 1.6.0
Release : 7.el9
Architecture : src
Size : 167 k
Source : None
Repository : ol9_appstream
Summary : Device Tree Compiler
URL : https://devicetree.org/
License : GPLv2+
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.