How To Install neard-tools on Fedora 36

In this tutorial we learn how to install neard-tools in Fedora 36. neard-tools is Tools for use with neard

Introduction

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

What is neard-tools

These are tools to use neard.

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

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

sudo dnf -y install neard-tools

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

sudo yum -y install neard-tools

How To Uninstall neard-tools on Fedora 36

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

sudo dnf remove neard-tools

neard-tools Package Contents on Fedora 36

/usr/bin/nciattach
/usr/bin/nfctool
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/5ff77567bc577fe7e3994a2adb828a7399374f
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/69a7d663d8b1f6da7b31f0b09ac77a3006058c
/usr/share/man/man1/nfctool.1.gz

References

Summary

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