How To Install adwaita-icon-theme-devel on Fedora 36
Introduction
In this tutorial we learn how to install adwaita-icon-theme-devel
on Fedora 36.
What is adwaita-icon-theme-devel
The adwaita-icon-theme-devel package contains the pkgconfig file for developing applications that use adwaita-icon-theme.
We can use yum
or dnf
to install adwaita-icon-theme-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install adwaita-icon-theme-devel.
Install adwaita-icon-theme-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install adwaita-icon-theme-devel
using dnf
by running the following command:
sudo dnf -y install adwaita-icon-theme-devel
Install adwaita-icon-theme-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install adwaita-icon-theme-devel
using yum
by running the following command:
sudo yum -y install adwaita-icon-theme-devel
How To Uninstall adwaita-icon-theme-devel on Fedora 36
To uninstall only the adwaita-icon-theme-devel
package we can use the following command:
sudo dnf remove adwaita-icon-theme-devel
adwaita-icon-theme-devel Package Contents on Fedora 36
/usr/share/pkgconfig/adwaita-icon-theme.pc
References
Summary
In this tutorial we learn how to install adwaita-icon-theme-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).