How To Install airnef on Fedora 36

In this tutorial we learn how to install airnef in Fedora 36. airnef is Wireless download from your Nikon/Canon Camera

Introduction

In this tutorial we learn how to install airnef on Fedora 36.

What is airnef

Open-source utility for downloading images and videos from WiFi-equipped cameras. Airnef supports all Nikon cameras that have built-in WiFi interfaces, along with those using external Nikon WU-1a and WU-1b WiFi adapters, Canon and Sony cameras.

We can use yum or dnf to install airnef on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install airnef.

Install airnef 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 airnef using dnf by running the following command:

sudo dnf -y install airnef

Install airnef 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 airnef using yum by running the following command:

sudo yum -y install airnef

How To Uninstall airnef on Fedora 36

To uninstall only the airnef package we can use the following command:

sudo dnf remove airnef

airnef Package Contents on Fedora 36

/usr/bin/airnef
/usr/bin/airnefcmd
/usr/lib/python3.10/site-packages/airnef
/usr/lib/python3.10/site-packages/airnef/__pycache__
/usr/lib/python3.10/site-packages/airnef/__pycache__/airnef.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/airnef.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/airnefcmd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/airnefcmd.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/applog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/applog.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/dlinkedlist.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/dlinkedlist.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/mtpdef.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/mtpdef.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/mtpwifi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/mtpwifi.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/rename.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/rename.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/ssdp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/ssdp.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/strutil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/airnef/__pycache__/strutil.cpython-310.pyc
/usr/lib/python3.10/site-packages/airnef/airnef.py
/usr/lib/python3.10/site-packages/airnef/airnefcmd.py
/usr/lib/python3.10/site-packages/airnef/applog.py
/usr/lib/python3.10/site-packages/airnef/appresource
/usr/lib/python3.10/site-packages/airnef/appresource/airnef.ico
/usr/lib/python3.10/site-packages/airnef/appresource/airnef.xbm
/usr/lib/python3.10/site-packages/airnef/appresource/camera_button_200x134.gif
/usr/lib/python3.10/site-packages/airnef/appresource/computer_200x134.gif
/usr/lib/python3.10/site-packages/airnef/appresource/wifi_200x134.gif
/usr/lib/python3.10/site-packages/airnef/dlinkedlist.py
/usr/lib/python3.10/site-packages/airnef/mtpdef.py
/usr/lib/python3.10/site-packages/airnef/mtpwifi.py
/usr/lib/python3.10/site-packages/airnef/rename.py
/usr/lib/python3.10/site-packages/airnef/ssdp.py
/usr/lib/python3.10/site-packages/airnef/strutil.py

References

Summary

In this tutorial we learn how to install airnef on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).