How To Install libndn-cxx on Fedora 36

In this tutorial we learn how to install libndn-cxx in Fedora 36. libndn-cxx is C++ library implementing Named Data Networking primitives

Introduction

In this tutorial we learn how to install libndn-cxx on Fedora 36.

What is libndn-cxx

libndn-cxx is a C++ library that implements NDN primitives.

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

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

sudo dnf -y install libndn-cxx

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

sudo yum -y install libndn-cxx

How To Uninstall libndn-cxx on Fedora 36

To uninstall only the libndn-cxx package we can use the following command:

sudo dnf remove libndn-cxx

libndn-cxx Package Contents on Fedora 36

/etc/ndn
/etc/ndn/client.conf.sample
/usr/bin/ndnsec
/usr/bin/ndnsec-cert-dump
/usr/bin/ndnsec-cert-gen
/usr/bin/ndnsec-cert-install
/usr/bin/ndnsec-certgen
/usr/bin/ndnsec-delete
/usr/bin/ndnsec-dump-certificate
/usr/bin/ndnsec-export
/usr/bin/ndnsec-get-default
/usr/bin/ndnsec-import
/usr/bin/ndnsec-install-cert
/usr/bin/ndnsec-key-gen
/usr/bin/ndnsec-keygen
/usr/bin/ndnsec-list
/usr/bin/ndnsec-ls-identity
/usr/bin/ndnsec-set-default
/usr/bin/ndnsec-sign-req
/usr/bin/ndnsec-unlock-tpm
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/ea6100de2198db1b3f46fad6f26f0545a24eae
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/0cab0f42ba110047db37db3b3f50df07c8704d
/usr/lib64/libndn-cxx.so.0.7.1
/usr/share/doc/libndn-cxx
/usr/share/doc/libndn-cxx/AUTHORS.md
/usr/share/doc/libndn-cxx/README-dev.md
/usr/share/doc/libndn-cxx/README.md
/usr/share/licenses/libndn-cxx
/usr/share/licenses/libndn-cxx/COPYING.md

References

Summary

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


title: “How To Install libndn-cxx on Fedora 36” linkTitle: “libndn-cxx” type: “docs” description: “In this tutorial we learn how to install libndn-cxx in Fedora 36. libndn-cxx is C++ library implementing Named Data Networking primitives” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libndn-cxx-featured.png

Introduction

In this tutorial we learn how to install libndn-cxx on Fedora 36.

What is libndn-cxx

libndn-cxx is a C++ library that implements NDN primitives.

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

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

sudo dnf -y install libndn-cxx

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

sudo yum -y install libndn-cxx

How To Uninstall libndn-cxx on Fedora 36

To uninstall only the libndn-cxx package we can use the following command:

sudo dnf remove libndn-cxx

libndn-cxx Package Contents on Fedora 36

/etc/ndn
/etc/ndn/client.conf.sample
/usr/bin/ndnsec
/usr/bin/ndnsec-cert-dump
/usr/bin/ndnsec-cert-gen
/usr/bin/ndnsec-cert-install
/usr/bin/ndnsec-certgen
/usr/bin/ndnsec-delete
/usr/bin/ndnsec-dump-certificate
/usr/bin/ndnsec-export
/usr/bin/ndnsec-get-default
/usr/bin/ndnsec-import
/usr/bin/ndnsec-install-cert
/usr/bin/ndnsec-key-gen
/usr/bin/ndnsec-keygen
/usr/bin/ndnsec-list
/usr/bin/ndnsec-ls-identity
/usr/bin/ndnsec-set-default
/usr/bin/ndnsec-sign-req
/usr/bin/ndnsec-unlock-tpm
/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/d35f94d842a41267f10cddf396caef3d55521b
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/d9fb8e717d6a2471b93ff44e3416f13b4f03a2
/usr/lib/libndn-cxx.so.0.7.1
/usr/share/doc/libndn-cxx
/usr/share/doc/libndn-cxx/AUTHORS.md
/usr/share/doc/libndn-cxx/README-dev.md
/usr/share/doc/libndn-cxx/README.md
/usr/share/licenses/libndn-cxx
/usr/share/licenses/libndn-cxx/COPYING.md

References

Summary

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