How to Install and Uninstall qbs.x86_64 Package on Fedora 34

Last updated: September 19,2024

1. Install "qbs.x86_64" package

Learn how to install qbs.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install qbs.x86_64

2. Uninstall "qbs.x86_64" package

This guide covers the steps necessary to uninstall qbs.x86_64 on Fedora 34:

$ sudo dnf remove qbs.x86_64 $ sudo dnf autoremove

3. Information about the qbs.x86_64 package on Fedora 34

Last metadata expiration check: 2:26:16 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : qbs
Epoch : 1
Version : 1.18.2
Release : 1.fc34
Architecture : x86_64
Size : 1.9 M
Source : qbs-1.18.2-1.fc34.src.rpm
Repository : updates
Summary : Cross platform build tool
URL : https://wiki.qt.io/qbs
License : LGPLv2 with exceptions and LGPLv3 with exceptions
Description : 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).