How to Install and Uninstall dtc.x86_64 Package on Amazon Linux 2

Last updated: May 02,2024

1. Install "dtc.x86_64" package

In this section, we are going to explain the necessary steps to install dtc.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install dtc.x86_64

2. Uninstall "dtc.x86_64" package

Learn how to uninstall dtc.x86_64 on Amazon Linux 2:

$ sudo yum remove dtc.x86_64 $ sudo yum autoremove

3. Information about the dtc.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : dtc
Arch : x86_64
Version : 1.4.7
Release : 1.amzn2.0.1
Size : 102 k
Repo : amzn2-core/2/x86_64
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.