How to Install and Uninstall dtc Package on openSUSE Leap
Last updated: November 23,2024
1. Install "dtc" package
Please follow the instructions below to install dtc on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
dtc
Copied
2. Uninstall "dtc" package
This tutorial shows how to uninstall dtc on openSUSE Leap:
$
sudo zypper remove
dtc
Copied
3. Information about the dtc package on openSUSE Leap
Information for package dtc:
----------------------------
Repository : Main Repository
Name : dtc
Version : 1.6.1-150500.1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 281.4 KiB
Installed : No
Status : not installed
Source package : dtc-1.6.1-150500.1.1.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 : Main Repository
Name : dtc
Version : 1.6.1-150500.1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 281.4 KiB
Installed : No
Status : not installed
Source package : dtc-1.6.1-150500.1.1.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