How to Install and Uninstall qbs Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "qbs" package

Please follow the step by step instructions below to install qbs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install qbs

2. Uninstall "qbs" package

Please follow the guidance below to uninstall qbs on openSuSE Tumbleweed:

$ sudo zypper remove qbs

3. Information about the qbs package on openSuSE Tumbleweed

Information for package qbs:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : qbs
Version : 2.1.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.1 MiB
Installed : No
Status : not installed
Source package : qbs-2.1.2-1.2.src
Upstream URL : https://wiki.qt.io/Qbs
Summary : Build tool for software projects
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, whether
it is written with Qt or not.
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 tasks
of executing the commands in the low-level build graph (like make).
This package contains the command line interface. The Qt Creator IDE does
directly support working qbs projects.