How To Install libnfc on Fedora 36
Introduction
In this tutorial we learn how to install libnfc
on Fedora 36.
What is libnfc
libnfc is the first free NFC SDK and Programmers API released under the GNU Lesser General Public License. It provides complete transparency and royalty-free use for everyone.
We can use yum
or dnf
to install libnfc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnfc.
Install libnfc 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 libnfc
using dnf
by running the following command:
---
sudo dnf -y install libnfc
title: “How To Install libnfc on Fedora 36”
linkTitle: “libnfc” type: “docs”
Install libnfc on Fedora 36 Using yum
description: “In this tutorial we learn how to install libnfc in Fedora 36. libnfc is NFC SDK and Programmers API”
Update yum database with yum
using the following command.
date: “2022-08-17”
lastmod: "2022-08-17"
sudo yum makecache --refresh
#image: /images/fedora/36/libnfc-featured.png
After updating yum database, We can install libnfc
using yum
by running the following command:
Introduction
sudo yum -y install libnfc
In this tutorial we learn how to install `libnfc` on Fedora 36.
What is libnfc
libnfc is the first free NFC SDK and Programmers API released under the GNU Lesser General Public License. It provides complete transparency and royalty-free use for everyone.
How To Uninstall libnfc on Fedora 36
We can use yum
or dnf
to install libnfc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnfc.
To uninstall only the libnfc
package we can use the following command:
Install libnfc on Fedora 36 Using dnf
sudo dnf remove libnfc
Update yum database with `dnf` using the following command.
## libnfc Package Contents on Fedora 36
sudo dnf makecache --refresh
After updating yum database, We can install `libnfc` using `dnf` by running the following command:
```bash
sudo dnf -y install libnfc
Install libnfc 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 libnfc
using yum
by running the following command:
sudo yum -y install libnfc
How To Uninstall libnfc on Fedora 36
To uninstall only the libnfc
package we can use the following command:
sudo dnf remove libnfc
/etc/nfc /etc/nfc/devices.d /etc/nfc/libnfc.conf /usr/lib/.build-id /usr/lib/.build-id/16 /usr/lib/.build-id/16/47bd6c0893e505a94b9dea9a50180fc5d72b47 /usr/lib/libnfc.so.6 /usr/lib/libnfc.so.6.0.0 /usr/lib/udev/rules.d/93-pn53x.rules /usr/share/doc/libnfc /usr/share/doc/libnfc/AUTHORS /usr/share/doc/libnfc/COPYING /usr/share/doc/libnfc/ChangeLog /usr/share/doc/libnfc/README.fedora /usr/share/doc/libnfc/README.md /usr/share/libnfc /usr/share/libnfc/blacklist-libnfc.conf
libnfc Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install libnfc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/etc/nfc /etc/nfc/devices.d /etc/nfc/libnfc.conf /usr/lib/.build-id /usr/lib/.build-id/8b /usr/lib/.build-id/8b/343765a3a675a4d915034b79e63c52e04c2029 /usr/lib/udev/rules.d/93-pn53x.rules /usr/lib64/libnfc.so.6 /usr/lib64/libnfc.so.6.0.0 /usr/share/doc/libnfc /usr/share/doc/libnfc/AUTHORS /usr/share/doc/libnfc/COPYING /usr/share/doc/libnfc/ChangeLog /usr/share/doc/libnfc/README.fedora /usr/share/doc/libnfc/README.md /usr/share/libnfc /usr/share/libnfc/blacklist-libnfc.conf
## References
* [libnfc website](http://www.libnfc.org/)
## Summary
In this tutorial we learn how to install `libnfc` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).