How To Install libmuffin-dev on Debian 12
Introduction
In this tutorial we learn how to install libmuffin-dev
on Debian 12.
What is libmuffin-dev
libmuffin-dev is:
Muffin is a window manager performing compositing as well based on GTK+ and Clutter and used in Cinnamon desktop environment.
This package contains the development files.
There are three methods to install libmuffin-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 libmuffin-dev Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libmuffin-dev
using apt-get
by running the following command:
Install libmuffin-dev Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libmuffin-dev
using apt
by running the following command:
Install libmuffin-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.
After updating apt database, We can install libmuffin-dev
using aptitude
by running the following command:
How To Uninstall libmuffin-dev on Debian 12
To uninstall only the libmuffin-dev
package we can use the following command:
Uninstall libmuffin-dev And Its Dependencies
To uninstall libmuffin-dev
and its dependencies that are no longer needed by Debian 12, we can use the command below:
Remove libmuffin-dev Configurations and Data
To remove libmuffin-dev
configuration and data from Debian 12 we can use the following command:
Remove libmuffin-dev configuration, data, and all of its dependencies
We can use the following command to remove libmuffin-dev
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libmuffin-dev have the following dependencies:
- gir1.2-meta-muffin-0.0
- libatk1.0-dev
- libcairo2-dev
- libcinnamon-desktop-dev
- libdrm-dev
- libegl1-mesa-dev
- libgdk-pixbuf-2.0-dev
- libgles2-mesa-dev
- libglib2.0-dev
- libgraphene-1.0-dev
- libgtk-3-dev
- libinput-dev
- libjson-glib-dev
- libmuffin0
- libpango1.0-dev
- libudev-dev
- libx11-dev
- libxcomposite-dev
- libxdamage-dev
- libxext-dev
- libxfixes-dev
- libxi-dev
- libxrandr-dev
References
Summary
In this tutorial we learn how to install libmuffin-dev
package on Debian 12 using different package management tools: apt
, apt-get
and aptitude
.