How to Install and Uninstall kf6-kconfig-devel Package on openSuSE Tumbleweed

Last updated: September 19,2024

1. Install "kf6-kconfig-devel" package

Learn how to install kf6-kconfig-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install kf6-kconfig-devel

2. Uninstall "kf6-kconfig-devel" package

Please follow the instructions below to uninstall kf6-kconfig-devel on openSuSE Tumbleweed:

$ sudo zypper remove kf6-kconfig-devel

3. Information about the kf6-kconfig-devel package on openSuSE Tumbleweed

Information for package kf6-kconfig-devel:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : kf6-kconfig-devel
Version : 6.0.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : kf6-kconfig-6.0.0-1.1.src
Upstream URL : https://www.kde.org
Summary : KConfig Development files
Description :
KConfig provides an advanced configuration system. It is made of two parts:
KConfigCore and KConfigGui.
KConfigCore provides access to the configuration files themselves. It features:
- centralized definition: define your configuration in an XML file and use
`kconfig_compiler` to generate classes to read and write configuration entries.
- lock-down (kiosk) support.
KConfigGui provides a way to hook widgets to the configuration so that they are
automatically initialized from the configuration and automatically propagate
their changes to their respective configuration files. Development files.