How To Install nomacs-plugins on Fedora 36
Introduction
In this tutorial we learn how to install nomacs-plugins
on Fedora 36.
What is nomacs-plugins
Some usefull plugins for nomacs - Affine transformations - RGB image from greyscales - Fake miniature filter - Page extractions - Painting
We can use yum
or dnf
to install nomacs-plugins
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nomacs-plugins.
Install nomacs-plugins 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 nomacs-plugins
using dnf
by running the following command:
sudo dnf -y install nomacs-plugins
Install nomacs-plugins 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 nomacs-plugins
using yum
by running the following command:
sudo yum -y install nomacs-plugins
How To Uninstall nomacs-plugins on Fedora 36
To uninstall only the nomacs-plugins
package we can use the following command:
sudo dnf remove nomacs-plugins
nomacs-plugins Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/99cc1a542c28132e79b497ae0d00053d9478d2
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/436a943e9d0971719d17d2c52bb1dcf98cfca9
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/4931e91efa562a1bc25600831fcf02a569d409
/usr/lib/.build-id/99
/usr/lib/.build-id/99/65d088ac69624577cb7b30f6df7144a61557e4
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/23a6f5cfe1bd793273139c9db31ec17e279bf5
/usr/lib64/nomacs-plugins
/usr/lib64/nomacs-plugins/libCompositePlugin.so
/usr/lib64/nomacs-plugins/libCompositePlugin.so.3
/usr/lib64/nomacs-plugins/libCompositePlugin.so.3.16.0
/usr/lib64/nomacs-plugins/libaffineTransformPlugin.so
/usr/lib64/nomacs-plugins/libaffineTransformPlugin.so.3
/usr/lib64/nomacs-plugins/libaffineTransformPlugin.so.3.16.0
/usr/lib64/nomacs-plugins/libfakeMiniaturesPlugin.so
/usr/lib64/nomacs-plugins/libfakeMiniaturesPlugin.so.3
/usr/lib64/nomacs-plugins/libfakeMiniaturesPlugin.so.3.16.0
/usr/lib64/nomacs-plugins/libpageExtractionPlugin.so
/usr/lib64/nomacs-plugins/libpageExtractionPlugin.so.3
/usr/lib64/nomacs-plugins/libpageExtractionPlugin.so.3.16.0
/usr/lib64/nomacs-plugins/libpaintPlugin.so
/usr/lib64/nomacs-plugins/libpaintPlugin.so.3
/usr/lib64/nomacs-plugins/libpaintPlugin.so.3.16.0
/usr/share/licenses/nomacs-plugins
/usr/share/licenses/nomacs-plugins/COPYING.EXPAT
/usr/share/licenses/nomacs-plugins/COPYING.LIBDE256
/usr/share/licenses/nomacs-plugins/COPYING.LIBHEIF
/usr/share/licenses/nomacs-plugins/COPYING.LIBRAW
/usr/share/licenses/nomacs-plugins/COPYING.QUAZIP
/usr/share/licenses/nomacs-plugins/COPYRIGHT
/usr/share/licenses/nomacs-plugins/LICENSE.GPLv2
/usr/share/licenses/nomacs-plugins/LICENSE.GPLv3
/usr/share/licenses/nomacs-plugins/LICENSE.LGPLv2
/usr/share/licenses/nomacs-plugins/LICENSE.LGPLv3
/usr/share/licenses/nomacs-plugins/LICENSE.OPENCV
/usr/share/licenses/nomacs-plugins/README.md
References
Summary
In this tutorial we learn how to install nomacs-plugins
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).