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

Last updated: January 08,2025

1. Install "qbs.i686" package

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

$ sudo dnf update $ sudo dnf install qbs.i686

2. Uninstall "qbs.i686" package

Here is a brief guide to show you how to uninstall qbs.i686 on Fedora 36:

$ sudo dnf remove qbs.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:40:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : qbs
Epoch : 1
Version : 1.21.0
Release : 5.fc36
Architecture : i686
Size : 2.2 M
Source : qbs-1.21.0-5.fc36.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).