How To Install liblunar-calendar-dev on Debian 12

Learn how to install liblunar-calendar-dev on Debian 12 with this tutorial. liblunar-calendar-dev is Chinese Lunar Calendar widget for GTK+ - develop files

Introduction

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

What is liblunar-calendar-dev

liblunar-calendar-dev is:

The LunarCalendar provide Chinese lunar Calendar Wieget for GTK+ .

It support the application that use GTK3 calendar to display Chinese Lunar Calendar, such as xfce4-panel, mate-panel, gtk3-widget-factory, etc.

This package contains develop files:

  • C headers
  • pkgconfig lunar-calendar-3.0.pc

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

sudo apt-get -y install liblunar-calendar-dev

Install liblunar-calendar-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install liblunar-calendar-dev

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

sudo aptitude -y install liblunar-calendar-dev

How To Uninstall liblunar-calendar-dev on Debian 12

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

sudo apt-get remove liblunar-calendar-dev

Uninstall liblunar-calendar-dev And Its Dependencies

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

sudo apt-get -y autoremove liblunar-calendar-dev

Remove liblunar-calendar-dev Configurations and Data

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

sudo apt-get -y purge liblunar-calendar-dev

Remove liblunar-calendar-dev configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge liblunar-calendar-dev

Dependencies

liblunar-calendar-dev have the following dependencies:

References

Summary

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