How to Install and Uninstall dtc Package on openSuSE Tumbleweed
Last updated: November 16,2024
1. Install "dtc" package
In this section, we are going to explain the necessary steps to install dtc on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
dtc
Copied
2. Uninstall "dtc" package
Please follow the guidance below to uninstall dtc on openSuSE Tumbleweed:
$
sudo zypper remove
dtc
Copied
3. Information about the dtc package on openSuSE Tumbleweed
Information for package dtc:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dtc
Version : 1.7.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 261.7 KiB
Installed : No
Status : not installed
Source package : dtc-1.7.0-1.4.src
Upstream URL : https://github.com/dgibson/dtc
Summary : Device-tree compiler
Description :
PowerPC kernels are moving towards requiring a small Open
Firmware-style device tree as the only means of passing information
from bootloaders/firmware to the kernel. This does not require a full
Open Firmware implementation. DTC (Device Tree Compiler) is a tool to
create a static device tree, which is adequate for most embedded
systems (since their topology will not vary across reboots). DTC is
available via a git tree: git://ozlabs.org/srv/projects/dtc/dtc.git
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dtc
Version : 1.7.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 261.7 KiB
Installed : No
Status : not installed
Source package : dtc-1.7.0-1.4.src
Upstream URL : https://github.com/dgibson/dtc
Summary : Device-tree compiler
Description :
PowerPC kernels are moving towards requiring a small Open
Firmware-style device tree as the only means of passing information
from bootloaders/firmware to the kernel. This does not require a full
Open Firmware implementation. DTC (Device Tree Compiler) is a tool to
create a static device tree, which is adequate for most embedded
systems (since their topology will not vary across reboots). DTC is
available via a git tree: git://ozlabs.org/srv/projects/dtc/dtc.git