How To Install kdebugsettings on Fedora 36
Introduction
In this tutorial we learn how to install kdebugsettings on Fedora 36.
What is kdebugsettings
An application to enable/disable qCDebug
We can use yum or dnf to install kdebugsettings on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kdebugsettings.
Install kdebugsettings on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install kdebugsettings using dnf by running the following command:
sudo dnf -y install kdebugsettings
Install kdebugsettings on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install kdebugsettings using yum by running the following command:
sudo yum -y install kdebugsettings
How To Uninstall kdebugsettings on Fedora 36
To uninstall only the kdebugsettings package we can use the following command:
sudo dnf remove kdebugsettings
kdebugsettings Package Contents on Fedora 36
/usr/bin/kdebugsettings
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/b10f8d3b386b50d34979bb6b269975c81e7e79
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/ebf46ebc35e04964003b53e7f5475368c3a397
/usr/lib/libkdebugsettings.so.21.12.1
/usr/lib/libkdebugsettings.so.5
/usr/share/applications/org.kde.kdebugsettings.desktop
/usr/share/kdebugsettings
/usr/share/kdebugsettings/groups
/usr/share/kdebugsettings/groups/Full Debug Ruqola
/usr/share/licenses/kdebugsettings
/usr/share/licenses/kdebugsettings/BSD-3-Clause.txt
/usr/share/licenses/kdebugsettings/CC0-1.0.txt
/usr/share/licenses/kdebugsettings/LGPL-2.0-or-later.txt
/usr/share/licenses/kdebugsettings/MIT.txt
/usr/share/locale/ar/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/az/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ca/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/cs/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/da/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/de/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/el/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/en_GB/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/es/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/et/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/eu/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/fi/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/fr/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/gl/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/hu/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ia/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/it/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ja/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ko/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/lt/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/nl/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/nn/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/pl/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/pt/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ro/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ru/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/sk/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/sl/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/sr/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/sv/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/tr/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/uk/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kdebugsettings.mo
/usr/share/metainfo/org.kde.kdebugsettings.appdata.xml
/usr/share/qlogging-categories5/kde.renamecategories
/usr/share/qlogging-categories5/kdebugsettings.categories
References
Summary
In this tutorial we learn how to install kdebugsettings on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install kdebugsettings on Fedora 36” linkTitle: “kdebugsettings” type: “docs” description: “In this tutorial we learn how to install kdebugsettings in Fedora 36. kdebugsettings is Configure debug output from Qt5 applications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/kdebugsettings-featured.png
Introduction
In this tutorial we learn how to install kdebugsettings on Fedora 36.
What is kdebugsettings
An application to enable/disable qCDebug
We can use yum or dnf to install kdebugsettings on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kdebugsettings.
Install kdebugsettings on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install kdebugsettings using dnf by running the following command:
sudo dnf -y install kdebugsettings
Install kdebugsettings on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install kdebugsettings using yum by running the following command:
sudo yum -y install kdebugsettings
How To Uninstall kdebugsettings on Fedora 36
To uninstall only the kdebugsettings package we can use the following command:
sudo dnf remove kdebugsettings
kdebugsettings Package Contents on Fedora 36
/usr/bin/kdebugsettings
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/5b5a26e9142e9f474e397435ef397e27c20ff9
/usr/lib/.build-id/69
/usr/lib/.build-id/69/c7a62d31f99db262c42cd0866161c0815b2e88
/usr/lib64/libkdebugsettings.so.21.12.1
/usr/lib64/libkdebugsettings.so.5
/usr/share/applications/org.kde.kdebugsettings.desktop
/usr/share/kdebugsettings
/usr/share/kdebugsettings/groups
/usr/share/kdebugsettings/groups/Full Debug Ruqola
/usr/share/licenses/kdebugsettings
/usr/share/licenses/kdebugsettings/BSD-3-Clause.txt
/usr/share/licenses/kdebugsettings/CC0-1.0.txt
/usr/share/licenses/kdebugsettings/LGPL-2.0-or-later.txt
/usr/share/licenses/kdebugsettings/MIT.txt
/usr/share/locale/ar/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/az/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ca/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/cs/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/da/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/de/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/el/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/en_GB/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/es/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/et/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/eu/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/fi/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/fr/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/gl/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/hu/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ia/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/it/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ja/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ko/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/lt/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/nl/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/nn/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/pl/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/pt/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ro/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/ru/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/sk/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/sl/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/sr/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/sv/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/tr/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/uk/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kdebugsettings.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kdebugsettings.mo
/usr/share/metainfo/org.kde.kdebugsettings.appdata.xml
/usr/share/qlogging-categories5/kde.renamecategories
/usr/share/qlogging-categories5/kdebugsettings.categories
References
Summary
In this tutorial we learn how to install kdebugsettings on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).