How To Install qbs on Fedora 36

In this tutorial we learn how to install qbs in Fedora 36. qbs is Cross platform build tool

Introduction

In this tutorial we learn how to install qbs on Fedora 36.

What is qbs

Qbs is a tool that helps simplify the build process for developing projects across multiple platforms. Qbs can be used for any software project, regardless of programming language, toolkit, or libraries used. Qbs is an all-in-one tool that generates a build graph from a high-level project description (like qmake or CMake) and additionally undertakes the task of executing the commands in the low-level build graph (like make).

We can use yum or dnf to install qbs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qbs.

Install qbs 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 qbs using dnf by running the following command:

sudo dnf -y install qbs

Install qbs 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 qbs using yum by running the following command:

sudo yum -y install qbs

How To Uninstall qbs on Fedora 36

To uninstall only the qbs package we can use the following command:

sudo dnf remove qbs

qbs Package Contents on Fedora 36

/usr/bin/qbs
/usr/bin/qbs-config
/usr/bin/qbs-config-ui
/usr/bin/qbs-create-project
/usr/bin/qbs-setup-android
/usr/bin/qbs-setup-qt
/usr/bin/qbs-setup-toolchains
/usr/bin/qbs_benchmarker
/usr/bin/qbs_fuzzy-test
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/a9ee4c013913cf87fe64356bd0ea221572cbfb
/usr/lib/.build-id/11
/usr/lib/.build-id/11/49f4d632a509576524663c650bf60e5db1ad81
/usr/lib/.build-id/22
/usr/lib/.build-id/22/4b055336f2860d39d9c3549281fb595debddd7
/usr/lib/.build-id/43
/usr/lib/.build-id/43/c9990bb9a935d721389cea4299c7b425f9d397
/usr/lib/.build-id/50
/usr/lib/.build-id/50/570555304769c3a58d23d9f2a0a346c46e2911
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/e47089153157ce1ec31b1fd6bd9828f79de67a
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/56b1d6606ee337ec272fbff66ff6ed52f54c76
/usr/lib/.build-id/60
/usr/lib/.build-id/60/dbd69a001cb03f066fb74fd2866ade8108628e
/usr/lib/.build-id/67
/usr/lib/.build-id/67/8d9359c88675508707a173052cb1cd54df226a
/usr/lib/.build-id/80
/usr/lib/.build-id/80/5caa116f04f1fca2009f5c03d1bb026c601002
/usr/lib/.build-id/84
/usr/lib/.build-id/84/44df37a07ff895b707446b109e5df117f264ee
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/ca0acdf03f8466ed89eedf2171f3a394ad35d4
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/7e44cb4fe098e1e5aa9431b61050862b64db06
/usr/lib/.build-id/98
/usr/lib/.build-id/98/913403087fc3415667c9e13b32a64ef339601f
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/769afeb2b6b5a9d6bf9567fb5adcfd49a08699
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/a97b13de6c2560bfa2cf6c50775aff09320225
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/95a80a7f40bcc009ef72dcd32fcc39db19c02a
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/2ab99c9a53d211e5f974e6a5a12b8bec9ae48e
/usr/lib64/libqbscore.so.1.21
/usr/lib64/libqbscore.so.1.21.0
/usr/lib64/qbs
/usr/lib64/qbs/plugins
/usr/lib64/qbs/plugins/libclangcompilationdbgenerator.so
/usr/lib64/qbs/plugins/libiarewgenerator.so
/usr/lib64/qbs/plugins/libkeiluvgenerator.so
/usr/lib64/qbs/plugins/libmakefilegenerator.so
/usr/lib64/qbs/plugins/libqbs_cpp_scanner.so
/usr/lib64/qbs/plugins/libqbs_qt_scanner.so
/usr/lib64/qbs/plugins/libvisualstudiogenerator.so
/usr/libexec/qbs
/usr/libexec/qbs/qbs_processlauncher
/usr/share/doc/qbs
/usr/share/doc/qbs/README.md
/usr/share/licenses/qbs
/usr/share/licenses/qbs/LGPL_EXCEPTION.txt
/usr/share/licenses/qbs/LICENSE.LGPLv21
/usr/share/licenses/qbs/LICENSE.LGPLv3
/usr/share/man/man1/qbs.1.gz
/usr/share/qbs
/usr/share/qbs/imports
/usr/share/qbs/imports/qbs
/usr/share/qbs/imports/qbs/BundleTools
/usr/share/qbs/imports/qbs/BundleTools/bundle-tools.js
/usr/share/qbs/imports/qbs/DarwinTools
/usr/share/qbs/imports/qbs/DarwinTools/darwin-tools.js
/usr/share/qbs/imports/qbs/ModUtils
/usr/share/qbs/imports/qbs/ModUtils/utils.js
/usr/share/qbs/imports/qbs/PathTools
/usr/share/qbs/imports/qbs/PathTools/path-tools.js
/usr/share/qbs/imports/qbs/Probes
/usr/share/qbs/imports/qbs/Probes/AndroidNdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/AndroidSdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/BinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClangClBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClangClProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ConanfileProbe.qbs
/usr/share/qbs/imports/qbs/Probes/CosmicProbe.qbs
/usr/share/qbs/imports/qbs/Probes/DmcProbe.qbs
/usr/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IarProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IcoUtilsVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IncludeProbe.qbs
/usr/share/qbs/imports/qbs/Probes/InnoSetupProbe.qbs
/usr/share/qbs/imports/qbs/Probes/JdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/JdkVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/KeilProbe.qbs
/usr/share/qbs/imports/qbs/Probes/LibraryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/MsvcProbe.qbs
/usr/share/qbs/imports/qbs/Probes/NodeJsProbe.qbs
/usr/share/qbs/imports/qbs/Probes/NpmProbe.qbs
/usr/share/qbs/imports/qbs/Probes/PathProbe.qbs
/usr/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs
/usr/share/qbs/imports/qbs/Probes/SdccProbe.qbs
/usr/share/qbs/imports/qbs/Probes/TypeScriptProbe.qbs
/usr/share/qbs/imports/qbs/Probes/WiXProbe.qbs
/usr/share/qbs/imports/qbs/Probes/XcodeLocationProbe.qbs
/usr/share/qbs/imports/qbs/Probes/XcodeProbe.qbs
/usr/share/qbs/imports/qbs/Probes/path-probe.js
/usr/share/qbs/imports/qbs/UnixUtils
/usr/share/qbs/imports/qbs/UnixUtils/unix-utils.js
/usr/share/qbs/imports/qbs/WindowsUtils
/usr/share/qbs/imports/qbs/WindowsUtils/windows-utils.js
/usr/share/qbs/imports/qbs/base
/usr/share/qbs/imports/qbs/base/AndroidApk.qbs
/usr/share/qbs/imports/qbs/base/AppleApplicationDiskImage.qbs
/usr/share/qbs/imports/qbs/base/AppleDiskImage.qbs
/usr/share/qbs/imports/qbs/base/Application.qbs
/usr/share/qbs/imports/qbs/base/ApplicationExtension.qbs
/usr/share/qbs/imports/qbs/base/AutotestRunner.qbs
/usr/share/qbs/imports/qbs/base/CppApplication.qbs
/usr/share/qbs/imports/qbs/base/DynamicLibrary.qbs
/usr/share/qbs/imports/qbs/base/InnoSetup.qbs
/usr/share/qbs/imports/qbs/base/InstallPackage.qbs
/usr/share/qbs/imports/qbs/base/JavaClassCollection.qbs
/usr/share/qbs/imports/qbs/base/JavaJarFile.qbs
/usr/share/qbs/imports/qbs/base/Library.qbs
/usr/share/qbs/imports/qbs/base/LoadableModule.qbs
/usr/share/qbs/imports/qbs/base/NSISSetup.qbs
/usr/share/qbs/imports/qbs/base/NativeBinary.qbs
/usr/share/qbs/imports/qbs/base/NetModule.qbs
/usr/share/qbs/imports/qbs/base/NodeJSApplication.qbs
/usr/share/qbs/imports/qbs/base/QtApplication.qbs
/usr/share/qbs/imports/qbs/base/QtGuiApplication.qbs
/usr/share/qbs/imports/qbs/base/StaticLibrary.qbs
/usr/share/qbs/imports/qbs/base/WindowsInstallerPackage.qbs
/usr/share/qbs/imports/qbs/base/WindowsSetupPackage.qbs
/usr/share/qbs/imports/qbs/base/XPCService.qbs
/usr/share/qbs/module-providers
/usr/share/qbs/module-providers/Qt
/usr/share/qbs/module-providers/Qt/provider.qbs
/usr/share/qbs/module-providers/Qt/setup-qt.js
/usr/share/qbs/module-providers/Qt/templates
/usr/share/qbs/module-providers/Qt/templates/QtModule.qbs
/usr/share/qbs/module-providers/Qt/templates/QtPlugin.qbs
/usr/share/qbs/module-providers/Qt/templates/android_support.qbs
/usr/share/qbs/module-providers/Qt/templates/core.qbs
/usr/share/qbs/module-providers/Qt/templates/dbus.js
/usr/share/qbs/module-providers/Qt/templates/dbus.qbs
/usr/share/qbs/module-providers/Qt/templates/gui.qbs
/usr/share/qbs/module-providers/Qt/templates/moc.js
/usr/share/qbs/module-providers/Qt/templates/module.qbs
/usr/share/qbs/module-providers/Qt/templates/plugin.qbs
/usr/share/qbs/module-providers/Qt/templates/plugin_support.qbs
/usr/share/qbs/module-providers/Qt/templates/qdoc.js
/usr/share/qbs/module-providers/Qt/templates/qml.js
/usr/share/qbs/module-providers/Qt/templates/qml.qbs
/usr/share/qbs/module-providers/Qt/templates/qmlcache.qbs
/usr/share/qbs/module-providers/Qt/templates/quick.js
/usr/share/qbs/module-providers/Qt/templates/quick.qbs
/usr/share/qbs/module-providers/Qt/templates/rcc.js
/usr/share/qbs/module-providers/Qt/templates/scxml.qbs
/usr/share/qbs/module-providers/__fallback
/usr/share/qbs/module-providers/__fallback/fallback.qbs
/usr/share/qbs/module-providers/__fallback/provider.qbs
/usr/share/qbs/module-providers/qbspkgconfig.qbs
/usr/share/qbs/modules
/usr/share/qbs/modules/Android
/usr/share/qbs/modules/Android/android-utils.js
/usr/share/qbs/modules/Android/ndk
/usr/share/qbs/modules/Android/ndk/ndk.qbs
/usr/share/qbs/modules/Android/ndk/utils.js
/usr/share/qbs/modules/Android/sdk
/usr/share/qbs/modules/Android/sdk/sdk.qbs
/usr/share/qbs/modules/Android/sdk/utils.js
/usr/share/qbs/modules/Exporter
/usr/share/qbs/modules/Exporter/pkgconfig
/usr/share/qbs/modules/Exporter/pkgconfig/pkgconfig.js
/usr/share/qbs/modules/Exporter/pkgconfig/pkgconfig.qbs
/usr/share/qbs/modules/Exporter/qbs
/usr/share/qbs/modules/Exporter/qbs/qbsexporter.js
/usr/share/qbs/modules/Exporter/qbs/qbsexporter.qbs
/usr/share/qbs/modules/archiver
/usr/share/qbs/modules/archiver/archiver.qbs
/usr/share/qbs/modules/autotest
/usr/share/qbs/modules/autotest/autotest.qbs
/usr/share/qbs/modules/bundle
/usr/share/qbs/modules/bundle/BundleModule.qbs
/usr/share/qbs/modules/bundle/MacOSX-Package-Types.xcspec
/usr/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
/usr/share/qbs/modules/bundle/bundle.js
/usr/share/qbs/modules/capnproto
/usr/share/qbs/modules/capnproto/capnproto.js
/usr/share/qbs/modules/capnproto/capnprotobase.qbs
/usr/share/qbs/modules/capnproto/cpp
/usr/share/qbs/modules/capnproto/cpp/capnprotocpp.qbs
/usr/share/qbs/modules/cli
/usr/share/qbs/modules/cli/CLIModule.qbs
/usr/share/qbs/modules/cli/cli.js
/usr/share/qbs/modules/cli/mono.qbs
/usr/share/qbs/modules/cli/windows-dotnet.qbs
/usr/share/qbs/modules/codesign
/usr/share/qbs/modules/codesign/CodeSignModule.qbs
/usr/share/qbs/modules/codesign/android.qbs
/usr/share/qbs/modules/codesign/apple.qbs
/usr/share/qbs/modules/codesign/codesign.js
/usr/share/qbs/modules/codesign/noop.qbs
/usr/share/qbs/modules/codesign/signtool.qbs
/usr/share/qbs/modules/cpp
/usr/share/qbs/modules/cpp/CppModule.qbs
/usr/share/qbs/modules/cpp/DarwinGCC.qbs
/usr/share/qbs/modules/cpp/GenericGCC.qbs
/usr/share/qbs/modules/cpp/LinuxGCC.qbs
/usr/share/qbs/modules/cpp/MingwBaseModule.qbs
/usr/share/qbs/modules/cpp/UnixGCC.qbs
/usr/share/qbs/modules/cpp/android-gcc.qbs
/usr/share/qbs/modules/cpp/cosmic.js
/usr/share/qbs/modules/cpp/cosmic.qbs
/usr/share/qbs/modules/cpp/cpp.js
/usr/share/qbs/modules/cpp/darwin.js
/usr/share/qbs/modules/cpp/dmc.js
/usr/share/qbs/modules/cpp/dmc.qbs
/usr/share/qbs/modules/cpp/freebsd-gcc.qbs
/usr/share/qbs/modules/cpp/freebsd.js
/usr/share/qbs/modules/cpp/gcc.js
/usr/share/qbs/modules/cpp/iar.js
/usr/share/qbs/modules/cpp/iar.qbs
/usr/share/qbs/modules/cpp/ios-gcc.qbs
/usr/share/qbs/modules/cpp/keil.js
/usr/share/qbs/modules/cpp/keil.qbs
/usr/share/qbs/modules/cpp/macos-gcc.qbs
/usr/share/qbs/modules/cpp/msvc.js
/usr/share/qbs/modules/cpp/qnx-qcc.qbs
/usr/share/qbs/modules/cpp/sdcc.js
/usr/share/qbs/modules/cpp/sdcc.qbs
/usr/share/qbs/modules/cpp/setuprunenv.js
/usr/share/qbs/modules/cpp/tvos-gcc.qbs
/usr/share/qbs/modules/cpp/watchos-gcc.qbs
/usr/share/qbs/modules/cpp/windows-clang-cl.qbs
/usr/share/qbs/modules/cpp/windows-clang-mingw.qbs
/usr/share/qbs/modules/cpp/windows-mingw.qbs
/usr/share/qbs/modules/cpp/windows-msvc-base.qbs
/usr/share/qbs/modules/cpp/windows-msvc.qbs
/usr/share/qbs/modules/cpufeatures
/usr/share/qbs/modules/cpufeatures/cpufeatures.qbs
/usr/share/qbs/modules/dmg
/usr/share/qbs/modules/dmg/DMGModule.qbs
/usr/share/qbs/modules/dmg/dmg.js
/usr/share/qbs/modules/freedesktop
/usr/share/qbs/modules/freedesktop/FreeDesktop.qbs
/usr/share/qbs/modules/freedesktop/freedesktop.js
/usr/share/qbs/modules/ib
/usr/share/qbs/modules/ib/IBModule.qbs
/usr/share/qbs/modules/ib/ib.js
/usr/share/qbs/modules/ico
/usr/share/qbs/modules/ico/IcoModule.qbs
/usr/share/qbs/modules/ico/ico.js
/usr/share/qbs/modules/innosetup
/usr/share/qbs/modules/innosetup/InnoSetupModule.qbs
/usr/share/qbs/modules/java
/usr/share/qbs/modules/java/JavaModule.qbs
/usr/share/qbs/modules/java/io
/usr/share/qbs/modules/java/io/qt
/usr/share/qbs/modules/java/io/qt/qbs
/usr/share/qbs/modules/java/io/qt/qbs/Artifact.java
/usr/share/qbs/modules/java/io/qt/qbs/ArtifactListJsonWriter.java
/usr/share/qbs/modules/java/io/qt/qbs/ArtifactListWriter.java
/usr/share/qbs/modules/java/io/qt/qbs/tools
/usr/share/qbs/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/NullFileObject.java
/usr/share/qbs/modules/java/utils.js
/usr/share/qbs/modules/lex_yacc
/usr/share/qbs/modules/lex_yacc/lexyacc.js
/usr/share/qbs/modules/lex_yacc/lexyacc.qbs
/usr/share/qbs/modules/nodejs
/usr/share/qbs/modules/nodejs/NodeJS.qbs
/usr/share/qbs/modules/nodejs/nodejs.js
/usr/share/qbs/modules/nsis
/usr/share/qbs/modules/nsis/NSISModule.qbs
/usr/share/qbs/modules/pkgconfig
/usr/share/qbs/modules/pkgconfig/pkgconfig.qbs
/usr/share/qbs/modules/protobuf
/usr/share/qbs/modules/protobuf/cpp
/usr/share/qbs/modules/protobuf/cpp/protobufcpp.qbs
/usr/share/qbs/modules/protobuf/nanopb
/usr/share/qbs/modules/protobuf/nanopb/nanopb.qbs
/usr/share/qbs/modules/protobuf/objc
/usr/share/qbs/modules/protobuf/objc/protobufobjc.qbs
/usr/share/qbs/modules/protobuf/protobuf.js
/usr/share/qbs/modules/protobuf/protobufbase.qbs
/usr/share/qbs/modules/qbs
/usr/share/qbs/modules/qbs/common.qbs
/usr/share/qbs/modules/qnx
/usr/share/qbs/modules/qnx/qnx.qbs
/usr/share/qbs/modules/texttemplate
/usr/share/qbs/modules/texttemplate/texttemplate.qbs
/usr/share/qbs/modules/typescript
/usr/share/qbs/modules/typescript/TypeScriptModule.qbs
/usr/share/qbs/modules/typescript/qbs-tsc-scan
/usr/share/qbs/modules/typescript/qbs-tsc-scan/.gitignore
/usr/share/qbs/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts
/usr/share/qbs/modules/typescript/typescript.js
/usr/share/qbs/modules/vcs
/usr/share/qbs/modules/vcs/vcs-module.qbs
/usr/share/qbs/modules/wix
/usr/share/qbs/modules/wix/WiXModule.qbs
/usr/share/qbs/modules/xcode
/usr/share/qbs/modules/xcode/xcode.js
/usr/share/qbs/modules/xcode/xcode.qbs
/usr/share/qbs/qml-type-descriptions
/usr/share/qbs/qml-type-descriptions/qbs-bundle.json
/usr/share/qbs/qml-type-descriptions/qbs.qmltypes

References

Summary

In this tutorial we learn how to install qbs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install qbs on Fedora 36” linkTitle: “qbs” type: “docs” description: “In this tutorial we learn how to install qbs in Fedora 36. qbs is Cross platform build tool” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qbs-featured.png

Introduction

In this tutorial we learn how to install qbs on Fedora 36.

What is qbs

Qbs is a tool that helps simplify the build process for developing projects across multiple platforms. Qbs can be used for any software project, regardless of programming language, toolkit, or libraries used. Qbs is an all-in-one tool that generates a build graph from a high-level project description (like qmake or CMake) and additionally undertakes the task of executing the commands in the low-level build graph (like make).

We can use yum or dnf to install qbs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qbs.

Install qbs 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 qbs using dnf by running the following command:

sudo dnf -y install qbs

Install qbs 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 qbs using yum by running the following command:

sudo yum -y install qbs

How To Uninstall qbs on Fedora 36

To uninstall only the qbs package we can use the following command:

sudo dnf remove qbs

qbs Package Contents on Fedora 36

/usr/bin/qbs
/usr/bin/qbs-config
/usr/bin/qbs-config-ui
/usr/bin/qbs-create-project
/usr/bin/qbs-setup-android
/usr/bin/qbs-setup-qt
/usr/bin/qbs-setup-toolchains
/usr/bin/qbs_benchmarker
/usr/bin/qbs_fuzzy-test
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/0454597df12614b46ae7b6f691b35c9269e011
/usr/lib/.build-id/23
/usr/lib/.build-id/23/5d893a63c10dd01bd50932c441b70aa7b42161
/usr/lib/.build-id/26
/usr/lib/.build-id/26/7f71beec4b123db2d0790fe0d10b1f918435b1
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/f9ca39b783f6b987a197b35ce7024a43c69a3b
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/f862e6c25dbffa653cfcd6bc941163a82d9358
/usr/lib/.build-id/53
/usr/lib/.build-id/53/4e7e2c5f2677c6ab575a7cbf076b4c3602e4fc
/usr/lib/.build-id/66
/usr/lib/.build-id/66/6817e75c5f382de5fea120c1907140007e93ef
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/6f0227b2c80676d6a67739bb7fcb419dc69ef4
/usr/lib/.build-id/71
/usr/lib/.build-id/71/9ff7434ae854fe290a5cf1bd5f82c0ba8ec8cc
/usr/lib/.build-id/73
/usr/lib/.build-id/73/0b52b0390e911f6c756a0b76a586630b7bd5d4
/usr/lib/.build-id/74
/usr/lib/.build-id/74/21d90e35837490ebe39b413f8a129ea9bc0e35
/usr/lib/.build-id/74/9180eb15461417b18beb1ec7b3fe6a92a2359d
/usr/lib/.build-id/86
/usr/lib/.build-id/86/24228aa9ccf121f243f17fff56858b428ee8ac
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/155fa592fe0647d74159608ccd4a830a0ed338
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/7fe5f65e704f403435a8b4e6f27c35a9aa0c5f
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/5a0c4be6adeab489359bc94d6d9bc5107aa815
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/d3542dc4efd8068cf078f6f590b325ecedef0a
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/22cd3dc4305c4c20c95809777603c4d9a72360
/usr/lib/libqbscore.so.1.21
/usr/lib/libqbscore.so.1.21.0
/usr/lib/qbs
/usr/lib/qbs/plugins
/usr/lib/qbs/plugins/libclangcompilationdbgenerator.so
/usr/lib/qbs/plugins/libiarewgenerator.so
/usr/lib/qbs/plugins/libkeiluvgenerator.so
/usr/lib/qbs/plugins/libmakefilegenerator.so
/usr/lib/qbs/plugins/libqbs_cpp_scanner.so
/usr/lib/qbs/plugins/libqbs_qt_scanner.so
/usr/lib/qbs/plugins/libvisualstudiogenerator.so
/usr/libexec/qbs
/usr/libexec/qbs/qbs_processlauncher
/usr/share/doc/qbs
/usr/share/doc/qbs/README.md
/usr/share/licenses/qbs
/usr/share/licenses/qbs/LGPL_EXCEPTION.txt
/usr/share/licenses/qbs/LICENSE.LGPLv21
/usr/share/licenses/qbs/LICENSE.LGPLv3
/usr/share/man/man1/qbs.1.gz
/usr/share/qbs
/usr/share/qbs/imports
/usr/share/qbs/imports/qbs
/usr/share/qbs/imports/qbs/BundleTools
/usr/share/qbs/imports/qbs/BundleTools/bundle-tools.js
/usr/share/qbs/imports/qbs/DarwinTools
/usr/share/qbs/imports/qbs/DarwinTools/darwin-tools.js
/usr/share/qbs/imports/qbs/ModUtils
/usr/share/qbs/imports/qbs/ModUtils/utils.js
/usr/share/qbs/imports/qbs/PathTools
/usr/share/qbs/imports/qbs/PathTools/path-tools.js
/usr/share/qbs/imports/qbs/Probes
/usr/share/qbs/imports/qbs/Probes/AndroidNdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/AndroidSdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/BinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClangClBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ClangClProbe.qbs
/usr/share/qbs/imports/qbs/Probes/ConanfileProbe.qbs
/usr/share/qbs/imports/qbs/Probes/CosmicProbe.qbs
/usr/share/qbs/imports/qbs/Probes/DmcProbe.qbs
/usr/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccBinaryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccProbe.qbs
/usr/share/qbs/imports/qbs/Probes/GccVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IarProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IcoUtilsVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/IncludeProbe.qbs
/usr/share/qbs/imports/qbs/Probes/InnoSetupProbe.qbs
/usr/share/qbs/imports/qbs/Probes/JdkProbe.qbs
/usr/share/qbs/imports/qbs/Probes/JdkVersionProbe.qbs
/usr/share/qbs/imports/qbs/Probes/KeilProbe.qbs
/usr/share/qbs/imports/qbs/Probes/LibraryProbe.qbs
/usr/share/qbs/imports/qbs/Probes/MsvcProbe.qbs
/usr/share/qbs/imports/qbs/Probes/NodeJsProbe.qbs
/usr/share/qbs/imports/qbs/Probes/NpmProbe.qbs
/usr/share/qbs/imports/qbs/Probes/PathProbe.qbs
/usr/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs
/usr/share/qbs/imports/qbs/Probes/SdccProbe.qbs
/usr/share/qbs/imports/qbs/Probes/TypeScriptProbe.qbs
/usr/share/qbs/imports/qbs/Probes/WiXProbe.qbs
/usr/share/qbs/imports/qbs/Probes/XcodeLocationProbe.qbs
/usr/share/qbs/imports/qbs/Probes/XcodeProbe.qbs
/usr/share/qbs/imports/qbs/Probes/path-probe.js
/usr/share/qbs/imports/qbs/UnixUtils
/usr/share/qbs/imports/qbs/UnixUtils/unix-utils.js
/usr/share/qbs/imports/qbs/WindowsUtils
/usr/share/qbs/imports/qbs/WindowsUtils/windows-utils.js
/usr/share/qbs/imports/qbs/base
/usr/share/qbs/imports/qbs/base/AndroidApk.qbs
/usr/share/qbs/imports/qbs/base/AppleApplicationDiskImage.qbs
/usr/share/qbs/imports/qbs/base/AppleDiskImage.qbs
/usr/share/qbs/imports/qbs/base/Application.qbs
/usr/share/qbs/imports/qbs/base/ApplicationExtension.qbs
/usr/share/qbs/imports/qbs/base/AutotestRunner.qbs
/usr/share/qbs/imports/qbs/base/CppApplication.qbs
/usr/share/qbs/imports/qbs/base/DynamicLibrary.qbs
/usr/share/qbs/imports/qbs/base/InnoSetup.qbs
/usr/share/qbs/imports/qbs/base/InstallPackage.qbs
/usr/share/qbs/imports/qbs/base/JavaClassCollection.qbs
/usr/share/qbs/imports/qbs/base/JavaJarFile.qbs
/usr/share/qbs/imports/qbs/base/Library.qbs
/usr/share/qbs/imports/qbs/base/LoadableModule.qbs
/usr/share/qbs/imports/qbs/base/NSISSetup.qbs
/usr/share/qbs/imports/qbs/base/NativeBinary.qbs
/usr/share/qbs/imports/qbs/base/NetModule.qbs
/usr/share/qbs/imports/qbs/base/NodeJSApplication.qbs
/usr/share/qbs/imports/qbs/base/QtApplication.qbs
/usr/share/qbs/imports/qbs/base/QtGuiApplication.qbs
/usr/share/qbs/imports/qbs/base/StaticLibrary.qbs
/usr/share/qbs/imports/qbs/base/WindowsInstallerPackage.qbs
/usr/share/qbs/imports/qbs/base/WindowsSetupPackage.qbs
/usr/share/qbs/imports/qbs/base/XPCService.qbs
/usr/share/qbs/module-providers
/usr/share/qbs/module-providers/Qt
/usr/share/qbs/module-providers/Qt/provider.qbs
/usr/share/qbs/module-providers/Qt/setup-qt.js
/usr/share/qbs/module-providers/Qt/templates
/usr/share/qbs/module-providers/Qt/templates/QtModule.qbs
/usr/share/qbs/module-providers/Qt/templates/QtPlugin.qbs
/usr/share/qbs/module-providers/Qt/templates/android_support.qbs
/usr/share/qbs/module-providers/Qt/templates/core.qbs
/usr/share/qbs/module-providers/Qt/templates/dbus.js
/usr/share/qbs/module-providers/Qt/templates/dbus.qbs
/usr/share/qbs/module-providers/Qt/templates/gui.qbs
/usr/share/qbs/module-providers/Qt/templates/moc.js
/usr/share/qbs/module-providers/Qt/templates/module.qbs
/usr/share/qbs/module-providers/Qt/templates/plugin.qbs
/usr/share/qbs/module-providers/Qt/templates/plugin_support.qbs
/usr/share/qbs/module-providers/Qt/templates/qdoc.js
/usr/share/qbs/module-providers/Qt/templates/qml.js
/usr/share/qbs/module-providers/Qt/templates/qml.qbs
/usr/share/qbs/module-providers/Qt/templates/qmlcache.qbs
/usr/share/qbs/module-providers/Qt/templates/quick.js
/usr/share/qbs/module-providers/Qt/templates/quick.qbs
/usr/share/qbs/module-providers/Qt/templates/rcc.js
/usr/share/qbs/module-providers/Qt/templates/scxml.qbs
/usr/share/qbs/module-providers/__fallback
/usr/share/qbs/module-providers/__fallback/fallback.qbs
/usr/share/qbs/module-providers/__fallback/provider.qbs
/usr/share/qbs/module-providers/qbspkgconfig.qbs
/usr/share/qbs/modules
/usr/share/qbs/modules/Android
/usr/share/qbs/modules/Android/android-utils.js
/usr/share/qbs/modules/Android/ndk
/usr/share/qbs/modules/Android/ndk/ndk.qbs
/usr/share/qbs/modules/Android/ndk/utils.js
/usr/share/qbs/modules/Android/sdk
/usr/share/qbs/modules/Android/sdk/sdk.qbs
/usr/share/qbs/modules/Android/sdk/utils.js
/usr/share/qbs/modules/Exporter
/usr/share/qbs/modules/Exporter/pkgconfig
/usr/share/qbs/modules/Exporter/pkgconfig/pkgconfig.js
/usr/share/qbs/modules/Exporter/pkgconfig/pkgconfig.qbs
/usr/share/qbs/modules/Exporter/qbs
/usr/share/qbs/modules/Exporter/qbs/qbsexporter.js
/usr/share/qbs/modules/Exporter/qbs/qbsexporter.qbs
/usr/share/qbs/modules/archiver
/usr/share/qbs/modules/archiver/archiver.qbs
/usr/share/qbs/modules/autotest
/usr/share/qbs/modules/autotest/autotest.qbs
/usr/share/qbs/modules/bundle
/usr/share/qbs/modules/bundle/BundleModule.qbs
/usr/share/qbs/modules/bundle/MacOSX-Package-Types.xcspec
/usr/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
/usr/share/qbs/modules/bundle/bundle.js
/usr/share/qbs/modules/capnproto
/usr/share/qbs/modules/capnproto/capnproto.js
/usr/share/qbs/modules/capnproto/capnprotobase.qbs
/usr/share/qbs/modules/capnproto/cpp
/usr/share/qbs/modules/capnproto/cpp/capnprotocpp.qbs
/usr/share/qbs/modules/cli
/usr/share/qbs/modules/cli/CLIModule.qbs
/usr/share/qbs/modules/cli/cli.js
/usr/share/qbs/modules/cli/mono.qbs
/usr/share/qbs/modules/cli/windows-dotnet.qbs
/usr/share/qbs/modules/codesign
/usr/share/qbs/modules/codesign/CodeSignModule.qbs
/usr/share/qbs/modules/codesign/android.qbs
/usr/share/qbs/modules/codesign/apple.qbs
/usr/share/qbs/modules/codesign/codesign.js
/usr/share/qbs/modules/codesign/noop.qbs
/usr/share/qbs/modules/codesign/signtool.qbs
/usr/share/qbs/modules/cpp
/usr/share/qbs/modules/cpp/CppModule.qbs
/usr/share/qbs/modules/cpp/DarwinGCC.qbs
/usr/share/qbs/modules/cpp/GenericGCC.qbs
/usr/share/qbs/modules/cpp/LinuxGCC.qbs
/usr/share/qbs/modules/cpp/MingwBaseModule.qbs
/usr/share/qbs/modules/cpp/UnixGCC.qbs
/usr/share/qbs/modules/cpp/android-gcc.qbs
/usr/share/qbs/modules/cpp/cosmic.js
/usr/share/qbs/modules/cpp/cosmic.qbs
/usr/share/qbs/modules/cpp/cpp.js
/usr/share/qbs/modules/cpp/darwin.js
/usr/share/qbs/modules/cpp/dmc.js
/usr/share/qbs/modules/cpp/dmc.qbs
/usr/share/qbs/modules/cpp/freebsd-gcc.qbs
/usr/share/qbs/modules/cpp/freebsd.js
/usr/share/qbs/modules/cpp/gcc.js
/usr/share/qbs/modules/cpp/iar.js
/usr/share/qbs/modules/cpp/iar.qbs
/usr/share/qbs/modules/cpp/ios-gcc.qbs
/usr/share/qbs/modules/cpp/keil.js
/usr/share/qbs/modules/cpp/keil.qbs
/usr/share/qbs/modules/cpp/macos-gcc.qbs
/usr/share/qbs/modules/cpp/msvc.js
/usr/share/qbs/modules/cpp/qnx-qcc.qbs
/usr/share/qbs/modules/cpp/sdcc.js
/usr/share/qbs/modules/cpp/sdcc.qbs
/usr/share/qbs/modules/cpp/setuprunenv.js
/usr/share/qbs/modules/cpp/tvos-gcc.qbs
/usr/share/qbs/modules/cpp/watchos-gcc.qbs
/usr/share/qbs/modules/cpp/windows-clang-cl.qbs
/usr/share/qbs/modules/cpp/windows-clang-mingw.qbs
/usr/share/qbs/modules/cpp/windows-mingw.qbs
/usr/share/qbs/modules/cpp/windows-msvc-base.qbs
/usr/share/qbs/modules/cpp/windows-msvc.qbs
/usr/share/qbs/modules/cpufeatures
/usr/share/qbs/modules/cpufeatures/cpufeatures.qbs
/usr/share/qbs/modules/dmg
/usr/share/qbs/modules/dmg/DMGModule.qbs
/usr/share/qbs/modules/dmg/dmg.js
/usr/share/qbs/modules/freedesktop
/usr/share/qbs/modules/freedesktop/FreeDesktop.qbs
/usr/share/qbs/modules/freedesktop/freedesktop.js
/usr/share/qbs/modules/ib
/usr/share/qbs/modules/ib/IBModule.qbs
/usr/share/qbs/modules/ib/ib.js
/usr/share/qbs/modules/ico
/usr/share/qbs/modules/ico/IcoModule.qbs
/usr/share/qbs/modules/ico/ico.js
/usr/share/qbs/modules/innosetup
/usr/share/qbs/modules/innosetup/InnoSetupModule.qbs
/usr/share/qbs/modules/java
/usr/share/qbs/modules/java/JavaModule.qbs
/usr/share/qbs/modules/java/io
/usr/share/qbs/modules/java/io/qt
/usr/share/qbs/modules/java/io/qt/qbs
/usr/share/qbs/modules/java/io/qt/qbs/Artifact.java
/usr/share/qbs/modules/java/io/qt/qbs/ArtifactListJsonWriter.java
/usr/share/qbs/modules/java/io/qt/qbs/ArtifactListWriter.java
/usr/share/qbs/modules/java/io/qt/qbs/tools
/usr/share/qbs/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java
/usr/share/qbs/modules/java/io/qt/qbs/tools/utils/NullFileObject.java
/usr/share/qbs/modules/java/utils.js
/usr/share/qbs/modules/lex_yacc
/usr/share/qbs/modules/lex_yacc/lexyacc.js
/usr/share/qbs/modules/lex_yacc/lexyacc.qbs
/usr/share/qbs/modules/nodejs
/usr/share/qbs/modules/nodejs/NodeJS.qbs
/usr/share/qbs/modules/nodejs/nodejs.js
/usr/share/qbs/modules/nsis
/usr/share/qbs/modules/nsis/NSISModule.qbs
/usr/share/qbs/modules/pkgconfig
/usr/share/qbs/modules/pkgconfig/pkgconfig.qbs
/usr/share/qbs/modules/protobuf
/usr/share/qbs/modules/protobuf/cpp
/usr/share/qbs/modules/protobuf/cpp/protobufcpp.qbs
/usr/share/qbs/modules/protobuf/nanopb
/usr/share/qbs/modules/protobuf/nanopb/nanopb.qbs
/usr/share/qbs/modules/protobuf/objc
/usr/share/qbs/modules/protobuf/objc/protobufobjc.qbs
/usr/share/qbs/modules/protobuf/protobuf.js
/usr/share/qbs/modules/protobuf/protobufbase.qbs
/usr/share/qbs/modules/qbs
/usr/share/qbs/modules/qbs/common.qbs
/usr/share/qbs/modules/qnx
/usr/share/qbs/modules/qnx/qnx.qbs
/usr/share/qbs/modules/texttemplate
/usr/share/qbs/modules/texttemplate/texttemplate.qbs
/usr/share/qbs/modules/typescript
/usr/share/qbs/modules/typescript/TypeScriptModule.qbs
/usr/share/qbs/modules/typescript/qbs-tsc-scan
/usr/share/qbs/modules/typescript/qbs-tsc-scan/.gitignore
/usr/share/qbs/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts
/usr/share/qbs/modules/typescript/typescript.js
/usr/share/qbs/modules/vcs
/usr/share/qbs/modules/vcs/vcs-module.qbs
/usr/share/qbs/modules/wix
/usr/share/qbs/modules/wix/WiXModule.qbs
/usr/share/qbs/modules/xcode
/usr/share/qbs/modules/xcode/xcode.js
/usr/share/qbs/modules/xcode/xcode.qbs
/usr/share/qbs/qml-type-descriptions
/usr/share/qbs/qml-type-descriptions/qbs-bundle.json
/usr/share/qbs/qml-type-descriptions/qbs.qmltypes

References

Summary

In this tutorial we learn how to install qbs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).