How To Install nemo-devel on Fedora 36
Introduction
In this tutorial we learn how to install nemo-devel
on Fedora 36.
What is nemo-devel
This package provides libraries and header files needed for developing nemo extensions.
We can use yum
or dnf
to install nemo-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nemo-devel.
Install nemo-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 nemo-devel
using dnf
by running the following command:
sudo dnf -y install nemo-devel
Install nemo-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 nemo-devel
using yum
by running the following command:
sudo yum -y install nemo-devel
How To Uninstall nemo-devel on Fedora 36
To uninstall only the nemo-devel
package we can use the following command:
sudo dnf remove nemo-devel
nemo-devel Package Contents on Fedora 36
/usr/include/nemo
/usr/include/nemo/libnemo-extension
/usr/include/nemo/libnemo-extension/nemo-column-provider.h
/usr/include/nemo/libnemo-extension/nemo-column.h
/usr/include/nemo/libnemo-extension/nemo-desktop-preferences.h
/usr/include/nemo/libnemo-extension/nemo-extension-types.h
/usr/include/nemo/libnemo-extension/nemo-file-info.h
/usr/include/nemo/libnemo-extension/nemo-info-provider.h
/usr/include/nemo/libnemo-extension/nemo-location-widget-provider.h
/usr/include/nemo/libnemo-extension/nemo-menu-item.h
/usr/include/nemo/libnemo-extension/nemo-menu-provider.h
/usr/include/nemo/libnemo-extension/nemo-menu.h
/usr/include/nemo/libnemo-extension/nemo-name-and-desc-provider.h
/usr/include/nemo/libnemo-extension/nemo-property-page-provider.h
/usr/include/nemo/libnemo-extension/nemo-property-page.h
/usr/include/nemo/libnemo-extension/nemo-simple-button.h
/usr/lib64/libnemo-extension.so
/usr/lib64/pkgconfig/libnemo-extension.pc
/usr/share/gir-1.0/Nemo-3.0.gir
References
Summary
In this tutorial we learn how to install nemo-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).