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

Last updated: October 06,2024

1. Install "qbs.i686" package

This tutorial shows how to install qbs.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install qbs.i686

2. Uninstall "qbs.i686" package

This tutorial shows how to uninstall qbs.i686 on Fedora 34:

$ sudo dnf remove qbs.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:23:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : qbs
Epoch : 1
Version : 1.18.2
Release : 1.fc34
Architecture : i686
Size : 2.0 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).