How To Install libgwenhywfar-core-dev on Debian 12

Learn how to install libgwenhywfar-core-dev on Debian 12 with this tutorial. libgwenhywfar-core-dev is OS abstraction layer (core development files)

Introduction

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

What is libgwenhywfar-core-dev

libgwenhywfar-core-dev is:

Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc.

This package contains the core development files without GUI components.

There are three methods to install libgwenhywfar-core-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 libgwenhywfar-core-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 libgwenhywfar-core-dev using apt-get by running the following command:

sudo apt-get -y install libgwenhywfar-core-dev

Install libgwenhywfar-core-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libgwenhywfar-core-dev

Install libgwenhywfar-core-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 libgwenhywfar-core-dev using aptitude by running the following command:

sudo aptitude -y install libgwenhywfar-core-dev

How To Uninstall libgwenhywfar-core-dev on Debian 12

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

sudo apt-get remove libgwenhywfar-core-dev

Uninstall libgwenhywfar-core-dev And Its Dependencies

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

sudo apt-get -y autoremove libgwenhywfar-core-dev

Remove libgwenhywfar-core-dev Configurations and Data

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

sudo apt-get -y purge libgwenhywfar-core-dev

Remove libgwenhywfar-core-dev configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libgwenhywfar-core-dev

Dependencies

libgwenhywfar-core-dev have the following dependencies:

References

Summary

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