How To Install libdap on Fedora 36

In this tutorial we learn how to install libdap in Fedora 36. libdap is The C++ DAP2 library from OPeNDAP

Introduction

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

What is libdap

The libdap++ library contains an implementation of DAP2. This package contains the library, dap-config, and getdap. The script dap-config simplifies using the library in other projects. The getdap utility is a simple command-line tool to read from DAP2 servers. It is built using the library and demonstrates simple uses of it.


We can use yum or dnf to install libdap on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdap. title: “How To Install libdap on Fedora 36”

linkTitle: “libdap”

Install libdap on Fedora 36 Using dnf

type: “docs”

description: “In this tutorial we learn how to install libdap in Fedora 36. libdap is The C++ DAP2 library from OPeNDAP” Update yum database with dnf using the following command. date: “2022-08-17”

lastmod: “2022-08-17”

#image: /images/fedora/36/libdap-featured.png
sudo dnf makecache --refresh
---

Introduction

After updating yum database, We can install libdap using dnf by running the following command:

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

### What is `libdap`
sudo dnf -y install libdap

The libdap++ library contains an implementation of DAP2. This package contains the library, dap-config, and getdap. The script dap-config simplifies using the library in other projects. The getdap utility is a simple command-line tool to read from DAP2 servers. It is built using the library and demonstrates simple uses of it.

Install libdap on Fedora 36 Using yum

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

Update yum database with yum using the following command.

Install libdap on Fedora 36 Using dnf


sudo yum makecache --refresh
Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install `libdap` using `yum` by running the following command:
sudo yum -y install libdap
After updating yum database, We can install `libdap` using `dnf` by running the following command:

How To Uninstall libdap on Fedora 36


sudo dnf -y install libdap

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

## Install libdap on Fedora 36 Using yum
sudo dnf remove libdap

Update yum database with yum using the following command.

libdap Package Contents on Fedora 36


sudo yum makecache --refresh
```bash

After updating yum database, We can install libdap using yum by running the following command:

sudo yum -y install libdap

How To Uninstall libdap on Fedora 36

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

sudo dnf remove libdap

libdap Package Contents on Fedora 36

/usr/bin/getdap
/usr/bin/getdap4
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/e32db9dc3af80d78a840f6a778f3a6bc05a0e1
/usr/lib/.build-id/54
/usr/lib/.build-id/54/f2c84213b2619624009b2cc2edaa23576290c9
/usr/lib/.build-id/62
/usr/lib/.build-id/62/3caf0ab5f043b519d511fbff6ae4aa5cb278c3
/usr/lib/.build-id/72
/usr/lib/.build-id/72/796a23fc09c7ee1223898a93b09e5e5b02707c
/usr/lib/.build-id/83
/usr/lib/.build-id/83/5b688226285794d96371c0b690300aa508d067
/usr/lib/libdap.so.27
/usr/lib/libdap.so.27.0.5
/usr/lib/libdapclient.so.6
/usr/lib/libdapclient.so.6.1.11
/usr/lib/libdapserver.so.7
/usr/lib/libdapserver.so.7.6.11
/usr/share/doc/libdap
/usr/share/doc/libdap/NEWS
/usr/share/doc/libdap/README.dodsrc
/usr/share/doc/libdap/README.md
/usr/share/licenses/libdap
/usr/share/licenses/libdap/COPYING
/usr/share/licenses/libdap/COPYRIGHT_URI
/usr/share/licenses/libdap/COPYRIGHT_W3C
/usr/share/man/man1/getdap.1.gz
/usr/share/man/man1/getdap4.1.gz

References

Summary

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

/usr/bin/getdap /usr/bin/getdap4 /usr/lib/.build-id /usr/lib/.build-id/2a /usr/lib/.build-id/2a/e84da59afb3c5601445d9036a6a8b23cc0cde0 /usr/lib/.build-id/6f /usr/lib/.build-id/6f/adb43f73868cb3e013587408b3c9462cd9b160 /usr/lib/.build-id/93 /usr/lib/.build-id/93/edf26745c1cac8a3c537ac3227583776c4dcf0 /usr/lib/.build-id/ad /usr/lib/.build-id/ad/eaf65b3557f1087ab54984e26dbe02ed2091b9 /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/9e356798d3b9e919d8cdb9b3d613192252e8dc /usr/lib64/libdap.so.27 /usr/lib64/libdap.so.27.0.5 /usr/lib64/libdapclient.so.6 /usr/lib64/libdapclient.so.6.1.11 /usr/lib64/libdapserver.so.7 /usr/lib64/libdapserver.so.7.6.11 /usr/share/doc/libdap /usr/share/doc/libdap/NEWS /usr/share/doc/libdap/README.dodsrc /usr/share/doc/libdap/README.md /usr/share/licenses/libdap /usr/share/licenses/libdap/COPYING /usr/share/licenses/libdap/COPYRIGHT_URI /usr/share/licenses/libdap/COPYRIGHT_W3C /usr/share/man/man1/getdap.1.gz /usr/share/man/man1/getdap4.1.gz


## References

* [libdap website](http://www.opendap.org/)

## Summary

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