How To Install neard on Fedora 36

In this tutorial we learn how to install neard in Fedora 36. neard is Near Field Communication (NFC) manager

Introduction

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

What is neard

neard is an NFC (Near Field Communication) daemon for managing NFC operations on devices running the Linux operating system. It relies on the Linux kernel NFC socket and generic netlink families, and is a fully modular system that can be extended through plug-ins. It supports all 4 NFC tag types reading and writing, along with NFC LLCP (peer to peer mode) in both target and initiator modes.

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

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

sudo dnf -y install neard

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

sudo yum -y install neard

How To Uninstall neard on Fedora 36

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

sudo dnf remove neard

neard Package Contents on Fedora 36

/etc/dbus-1/system.d/org.neard.conf
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/7739aee51bcb4f2a40bfe213215bcc2b61df55
/usr/lib/systemd/system/neard.service
/usr/libexec/nfc/neard
/usr/share/licenses/neard
/usr/share/licenses/neard/COPYING
/usr/share/man/man5/neard.conf.5.gz
/usr/share/man/man8/neard.8.gz

References

Summary

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


title: “How To Install neard on Fedora 36” linkTitle: “neard” type: “docs” description: “In this tutorial we learn how to install neard in Fedora 36. neard is Near Field Communication (NFC) manager” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/neard-featured.png

Introduction

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

What is neard

neard is an NFC (Near Field Communication) daemon for managing NFC operations on devices running the Linux operating system. It relies on the Linux kernel NFC socket and generic netlink families, and is a fully modular system that can be extended through plug-ins. It supports all 4 NFC tag types reading and writing, along with NFC LLCP (peer to peer mode) in both target and initiator modes.

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

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

sudo dnf -y install neard

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

sudo yum -y install neard

How To Uninstall neard on Fedora 36

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

sudo dnf remove neard

neard Package Contents on Fedora 36

/etc/dbus-1/system.d/org.neard.conf
/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/401ef62385d7ebce762118673c1eee19b53a6c
/usr/lib/systemd/system/neard.service
/usr/libexec/nfc/neard
/usr/share/licenses/neard
/usr/share/licenses/neard/COPYING
/usr/share/man/man5/neard.conf.5.gz
/usr/share/man/man8/neard.8.gz

References

Summary

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