How To Install nomacs on Fedora 36
Introduction
In this tutorial we learn how to install nomacs
on Fedora 36.
What is nomacs
nomacs is image viewer based on Qt5 library. nomacs is small, fast and able to handle the most common image formats. Additionally it is possible to synchronize multiple viewers running on the same computer or via LAN is possible. It allows to compare images and spot the differences e.g. schemes of architects to show the progress).
We can use yum
or dnf
to install nomacs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nomacs.
Install nomacs 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
using dnf
by running the following command:
sudo dnf -y install nomacs
Install nomacs 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
using yum
by running the following command:
sudo yum -y install nomacs
How To Uninstall nomacs on Fedora 36
To uninstall only the nomacs
package we can use the following command:
sudo dnf remove nomacs
nomacs Package Contents on Fedora 36
/usr/bin/nomacs
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/5bfdc59fc959d38a8fc2b79f459ba551d5ece9
/usr/lib/.build-id/61
/usr/lib/.build-id/61/e461fbe64a75f692b483ffe64c8f14125531a2
/usr/lib/libnomacsCore.so
/usr/lib/libnomacsCore.so.3
/usr/lib/libnomacsCore.so.3.16.0
/usr/share/applications/nomacs.desktop
/usr/share/doc/nomacs
/usr/share/doc/nomacs/README.md
/usr/share/icons/hicolor/scalable/apps/nomacs.svg
/usr/share/licenses/nomacs
/usr/share/licenses/nomacs/COPYING.EXPAT
/usr/share/licenses/nomacs/COPYING.LIBDE256
/usr/share/licenses/nomacs/COPYING.LIBHEIF
/usr/share/licenses/nomacs/COPYING.LIBRAW
/usr/share/licenses/nomacs/COPYING.QUAZIP
/usr/share/licenses/nomacs/COPYRIGHT
/usr/share/licenses/nomacs/LICENSE.GPLv2
/usr/share/licenses/nomacs/LICENSE.GPLv3
/usr/share/licenses/nomacs/LICENSE.LGPLv2
/usr/share/licenses/nomacs/LICENSE.LGPLv3
/usr/share/licenses/nomacs/LICENSE.OPENCV
/usr/share/licenses/nomacs/README.md
/usr/share/man/man1/nomacs.1.gz
/usr/share/metainfo/nomacs.appdata.xml
/usr/share/nomacs
/usr/share/nomacs/Image Lounge
/usr/share/nomacs/Image Lounge/themes
/usr/share/nomacs/Image Lounge/themes/Dark-Theme.css
/usr/share/nomacs/Image Lounge/themes/Light-Theme.css
/usr/share/nomacs/Image Lounge/themes/System.css
/usr/share/nomacs/Image Lounge/translations
/usr/share/nomacs/Image Lounge/translations/nomacs_ar.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_bg.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_br_pt.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_bs.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_ca.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_cs.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_de.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_el.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_es.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_et.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_fi.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_fr.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_hr.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_hu.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_id.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_it.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_ja.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_ko.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_nl.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_pl.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_pt.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_ru.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_sk.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_sr.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_sv.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_tr.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_tw_zh.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_uk.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_zh_CN.qm
References
Summary
In this tutorial we learn how to install nomacs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install nomacs on Fedora 36” linkTitle: “nomacs” type: “docs” description: “In this tutorial we learn how to install nomacs in Fedora 36. nomacs is Lightweight image viewer” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nomacs-featured.png
Introduction
In this tutorial we learn how to install nomacs
on Fedora 36.
What is nomacs
nomacs is image viewer based on Qt5 library. nomacs is small, fast and able to handle the most common image formats. Additionally it is possible to synchronize multiple viewers running on the same computer or via LAN is possible. It allows to compare images and spot the differences e.g. schemes of architects to show the progress).
We can use yum
or dnf
to install nomacs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nomacs.
Install nomacs 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
using dnf
by running the following command:
sudo dnf -y install nomacs
Install nomacs 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
using yum
by running the following command:
sudo yum -y install nomacs
How To Uninstall nomacs on Fedora 36
To uninstall only the nomacs
package we can use the following command:
sudo dnf remove nomacs
nomacs Package Contents on Fedora 36
/usr/bin/nomacs
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/5fa3862183549380d9f552ac2ee97f6f31c43b
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/826851e6d01cb89658467166c493d628903da7
/usr/lib64/libnomacsCore.so
/usr/lib64/libnomacsCore.so.3
/usr/lib64/libnomacsCore.so.3.16.0
/usr/share/applications/nomacs.desktop
/usr/share/doc/nomacs
/usr/share/doc/nomacs/README.md
/usr/share/icons/hicolor/scalable/apps/nomacs.svg
/usr/share/licenses/nomacs
/usr/share/licenses/nomacs/COPYING.EXPAT
/usr/share/licenses/nomacs/COPYING.LIBDE256
/usr/share/licenses/nomacs/COPYING.LIBHEIF
/usr/share/licenses/nomacs/COPYING.LIBRAW
/usr/share/licenses/nomacs/COPYING.QUAZIP
/usr/share/licenses/nomacs/COPYRIGHT
/usr/share/licenses/nomacs/LICENSE.GPLv2
/usr/share/licenses/nomacs/LICENSE.GPLv3
/usr/share/licenses/nomacs/LICENSE.LGPLv2
/usr/share/licenses/nomacs/LICENSE.LGPLv3
/usr/share/licenses/nomacs/LICENSE.OPENCV
/usr/share/licenses/nomacs/README.md
/usr/share/man/man1/nomacs.1.gz
/usr/share/metainfo/nomacs.appdata.xml
/usr/share/nomacs
/usr/share/nomacs/Image Lounge
/usr/share/nomacs/Image Lounge/themes
/usr/share/nomacs/Image Lounge/themes/Dark-Theme.css
/usr/share/nomacs/Image Lounge/themes/Light-Theme.css
/usr/share/nomacs/Image Lounge/themes/System.css
/usr/share/nomacs/Image Lounge/translations
/usr/share/nomacs/Image Lounge/translations/nomacs_ar.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_bg.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_br_pt.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_bs.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_ca.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_cs.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_de.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_el.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_es.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_et.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_fi.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_fr.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_hr.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_hu.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_id.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_it.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_ja.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_ko.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_nl.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_pl.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_pt.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_ru.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_sk.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_sr.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_sv.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_tr.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_tw_zh.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_uk.qm
/usr/share/nomacs/Image Lounge/translations/nomacs_zh_CN.qm
References
Summary
In this tutorial we learn how to install nomacs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).