How To Install libqqc2breezestyle-dev on Debian 12

Learn how to install libqqc2breezestyle-dev on Debian 12 with this tutorial. libqqc2breezestyle-dev is development files for Breeze inspired QQC2 Style

Introduction

In this tutorial we learn how to install libqqc2breezestyle-dev on Debian 12.

What is libqqc2breezestyle-dev

libqqc2breezestyle-dev is:

This is a pure Qt Quick/Kirigami Qt Quick Controls style. Unlike QQC2-Desktop-Style, it does not depend on Qt Widgets and the system QStyle.

This package contains the development files.

There are three methods to install libqqc2breezestyle-dev on Debian 12. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libqqc2breezestyle-dev Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libqqc2breezestyle-dev using apt-get by running the following command:

sudo apt-get -y install libqqc2breezestyle-dev

Install libqqc2breezestyle-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libqqc2breezestyle-dev using apt by running the following command:

sudo apt -y install libqqc2breezestyle-dev

Install libqqc2breezestyle-dev Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libqqc2breezestyle-dev using aptitude by running the following command:

sudo aptitude -y install libqqc2breezestyle-dev

How To Uninstall libqqc2breezestyle-dev on Debian 12

To uninstall only the libqqc2breezestyle-dev package we can use the following command:

sudo apt-get remove libqqc2breezestyle-dev

Uninstall libqqc2breezestyle-dev And Its Dependencies

To uninstall libqqc2breezestyle-dev and its dependencies that are no longer needed by Debian 12, we can use the command below:

sudo apt-get -y autoremove libqqc2breezestyle-dev

Remove libqqc2breezestyle-dev Configurations and Data

To remove libqqc2breezestyle-dev configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge libqqc2breezestyle-dev

Remove libqqc2breezestyle-dev configuration, data, and all of its dependencies

We can use the following command to remove libqqc2breezestyle-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libqqc2breezestyle-dev

Dependencies

libqqc2breezestyle-dev have the following dependencies:

References

Summary

In this tutorial we learn how to install libqqc2breezestyle-dev package on Debian 12 using different package management tools: apt, apt-get and aptitude.