How To Install nacl-devel on Fedora 36

description: “In this tutorial we learn how to install nacl-devel in Fedora 36. nacl-devel is Development files” title: “How To Install nacl-devel on Fedora 36” date: “2022-08-17” linkTitle: “nacl-devel” lastmod: “2022-08-17” type: “docs” #image: /images/fedora/36/nacl-devel-featured.png

description: “In this tutorial we learn how to install nacl-devel in Fedora 36. nacl-devel is Development files”

date: “2022-08-17”

Introduction

lastmod: “2022-08-17”

#image: /images/fedora/36/nacl-devel-featured.png In this tutorial we learn how to install nacl-devel on Fedora 36.

What is nacl-devel

Introduction

Include files and devel library.

In this tutorial we learn how to install nacl-devel on Fedora 36.

What is nacl-devel

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

Include files and devel library.

Install nacl-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command. We can use yum or dnf to install nacl-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nacl-devel.

sudo dnf makecache --refresh
## Install nacl-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

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


sudo dnf makecache --refresh
```bash

sudo dnf -y install nacl-devel


After updating yum database, We can install `nacl-devel` using `dnf` by running the following command:

## Install nacl-devel on Fedora 36 Using yum

```bash
sudo dnf -y install nacl-devel
Update yum database with `yum` using the following command.

sudo yum makecache --refresh
## Install nacl-devel on Fedora 36 Using yum

Update yum database with yum using the following command. After updating yum database, We can install nacl-devel using yum by running the following command:

```bash
sudo yum makecache --refresh
sudo yum -y install nacl-devel

## How To Uninstall nacl-devel on Fedora 36

After updating yum database, We can install `nacl-devel` using `yum` by running the following command:

To uninstall only the `nacl-devel` package we can use the following command:

```bash
```bash
sudo yum -y install nacl-devel
sudo dnf remove nacl-devel

## How To Uninstall nacl-devel on Fedora 36

## nacl-devel Package Contents on Fedora 36

To uninstall only the `nacl-devel` package we can use the following command:
```bash

```bash
sudo dnf remove nacl-devel

nacl-devel Package Contents on Fedora 36

/usr/include/nacl
/usr/include/nacl/cpucycles.h
/usr/include/nacl/crypto_auth.h
/usr/include/nacl/crypto_auth_hmacsha256.h
/usr/include/nacl/crypto_auth_hmacsha512256.h
/usr/include/nacl/crypto_box.h
/usr/include/nacl/crypto_box_curve25519xsalsa20poly1305.h
/usr/include/nacl/crypto_core_hsalsa20.h
/usr/include/nacl/crypto_core_salsa20.h
/usr/include/nacl/crypto_core_salsa2012.h
/usr/include/nacl/crypto_core_salsa208.h
/usr/include/nacl/crypto_hash.h
/usr/include/nacl/crypto_hash_sha256.h
/usr/include/nacl/crypto_hash_sha512.h
/usr/include/nacl/crypto_hashblocks.h
/usr/include/nacl/crypto_hashblocks_sha256.h
/usr/include/nacl/crypto_hashblocks_sha512.h
/usr/include/nacl/crypto_int16.h
/usr/include/nacl/crypto_int8.h
/usr/include/nacl/crypto_onetimeauth.h
/usr/include/nacl/crypto_onetimeauth_poly1305.h
/usr/include/nacl/crypto_scalarmult_curve25519.h
/usr/include/nacl/crypto_secretbox.h
/usr/include/nacl/crypto_secretbox_xsalsa20poly1305.h
/usr/include/nacl/crypto_sign.h
/usr/include/nacl/crypto_sign_edwards25519sha512batch.h
/usr/include/nacl/crypto_stream.h
/usr/include/nacl/crypto_stream_aes128ctr.h
/usr/include/nacl/crypto_stream_salsa20.h
/usr/include/nacl/crypto_stream_salsa2012.h
/usr/include/nacl/crypto_stream_salsa208.h
/usr/include/nacl/crypto_stream_xsalsa20.h
/usr/include/nacl/crypto_uint16.h
/usr/include/nacl/crypto_uint32.h
/usr/include/nacl/crypto_uint64.h
/usr/include/nacl/crypto_uint8.h
/usr/include/nacl/crypto_verify_16.h
/usr/include/nacl/crypto_verify_32.h
/usr/include/nacl/randombytes.h
/usr/lib/libnacl.so

References

Summary

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

/usr/include/nacl /usr/include/nacl/cpucycles.h /usr/include/nacl/crypto_auth.h /usr/include/nacl/crypto_auth_hmacsha256.h /usr/include/nacl/crypto_auth_hmacsha512256.h /usr/include/nacl/crypto_box.h /usr/include/nacl/crypto_box_curve25519xsalsa20poly1305.h /usr/include/nacl/crypto_core_hsalsa20.h /usr/include/nacl/crypto_core_salsa20.h /usr/include/nacl/crypto_core_salsa2012.h /usr/include/nacl/crypto_core_salsa208.h /usr/include/nacl/crypto_hash.h /usr/include/nacl/crypto_hash_sha256.h /usr/include/nacl/crypto_hash_sha512.h /usr/include/nacl/crypto_hashblocks.h /usr/include/nacl/crypto_hashblocks_sha256.h /usr/include/nacl/crypto_hashblocks_sha512.h /usr/include/nacl/crypto_int16.h /usr/include/nacl/crypto_int8.h /usr/include/nacl/crypto_onetimeauth.h /usr/include/nacl/crypto_onetimeauth_poly1305.h /usr/include/nacl/crypto_scalarmult_curve25519.h /usr/include/nacl/crypto_secretbox.h /usr/include/nacl/crypto_secretbox_xsalsa20poly1305.h /usr/include/nacl/crypto_sign.h /usr/include/nacl/crypto_sign_edwards25519sha512batch.h /usr/include/nacl/crypto_stream.h /usr/include/nacl/crypto_stream_aes128ctr.h /usr/include/nacl/crypto_stream_salsa20.h /usr/include/nacl/crypto_stream_salsa2012.h /usr/include/nacl/crypto_stream_salsa208.h /usr/include/nacl/crypto_stream_xsalsa20.h /usr/include/nacl/crypto_uint16.h /usr/include/nacl/crypto_uint32.h /usr/include/nacl/crypto_uint64.h /usr/include/nacl/crypto_uint8.h /usr/include/nacl/crypto_verify_16.h /usr/include/nacl/crypto_verify_32.h /usr/include/nacl/randombytes.h /usr/lib64/libnacl.so


## References

* [nacl-devel website](http://nacl.cace-project.eu/)

## Summary

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