How to Install and Uninstall qbs Package on openSUSE Leap
Last updated: December 23,2024
1. Install "qbs" package
In this section, we are going to explain the necessary steps to install qbs on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
qbs
Copied
2. Uninstall "qbs" package
Please follow the steps below to uninstall qbs on openSUSE Leap:
$
sudo zypper remove
qbs
Copied
3. Information about the qbs package on openSUSE Leap
Information for package qbs:
----------------------------
Repository : Main Repository
Name : qbs
Version : 1.24.0-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.8 MiB
Installed : No
Status : not installed
Source package : qbs-1.24.0-bp155.1.6.src
Upstream URL : https://wiki.qt.io/Qbs
Summary : Modern 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.
----------------------------
Repository : Main Repository
Name : qbs
Version : 1.24.0-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.8 MiB
Installed : No
Status : not installed
Source package : qbs-1.24.0-bp155.1.6.src
Upstream URL : https://wiki.qt.io/Qbs
Summary : Modern 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.