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

Last updated: June 02,2024

1. Install "kf6-kconfig" package

This tutorial shows how to install kf6-kconfig on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install kf6-kconfig

2. Uninstall "kf6-kconfig" package

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

$ sudo zypper remove kf6-kconfig

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

Information for package kf6-kconfig:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : kf6-kconfig
Version : 6.0.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 45.0 KiB
Installed : No
Status : not installed
Source package : kf6-kconfig-6.0.0-1.1.src
Upstream URL : https://www.kde.org
Summary : Advanced configuration system
Description :
KConfig provides an advanced configuration system. It is made of three parts:
KConfigCore, KConfigGui and KConfigQml.
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.
KConfigQml provides QtQuick bindings to KConfig, allowing it to be used with QML.