How To Install monocypher on Fedora 36
Introduction
In this tutorial we learn how to install monocypher
on Fedora 36.
What is monocypher
Monocypher is an easy to use cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures. It is - Small. Monocypher contains under 2000 lines of code, small enough to allow audits. The binaries can be under 50KB, small enough for many embedded targets. - Easy to deploy. Just add monocypher.c and monocypher.h to your project. They compile as C99 or C++ and are dedicated to the public domain (CC0-1.0, alternatively 2-clause BSD). - Portable. There are no dependencies, not even on libc. - Honest. The API is small, consistent, and cannot fail on correct input. - Direct. The abstractions are minimal. A developer with experience in applied cryptography can be productive in minutes. - Fast. The primitives are fast to begin with, and performance wasn’t needlessly sacrificed. Monocypher holds up pretty well against Libsodium, despite being closer in size to TweetNaCl.
We can use yum
or dnf
to install monocypher
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install monocypher.
Install monocypher 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 monocypher
using dnf
by running the following command:
sudo dnf -y install monocypher
Install monocypher 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 monocypher
using yum
by running the following command:
sudo yum -y install monocypher
How To Uninstall monocypher on Fedora 36
To uninstall only the monocypher
package we can use the following command:
sudo dnf remove monocypher
monocypher Package Contents on Fedora 36
---
title: "How To Install monocypher on Fedora 36"
linkTitle: "monocypher"
type: "docs"
description: "In this tutorial we learn how to install monocypher in Fedora 36. monocypher is Boring crypto that simply works"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/monocypher-featured.png
---
## Introduction
In this tutorial we learn how to install `monocypher` on Fedora 36.
### What is `monocypher`
> Monocypher is an easy to use cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures. It is - Small. Monocypher contains under 2000 lines of code, small enough to allow audits. The binaries can be under 50KB, small enough for many embedded targets. - Easy to deploy. Just add monocypher.c and monocypher.h to your project. They compile as C99 or C++ and are dedicated to the public domain (CC0-1.0, alternatively 2-clause BSD). - Portable. There are no dependencies, not even on libc. - Honest. The API is small, consistent, and cannot fail on correct input. - Direct. The abstractions are minimal. A developer with experience in applied cryptography can be productive in minutes. - Fast. The primitives are fast to begin with, and performance wasn't needlessly sacrificed. Monocypher holds up pretty well against Libsodium, despite being closer in size to TweetNaCl.
We can use `yum` or `dnf` to install `monocypher` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install monocypher.
## Install monocypher on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install monocypher
using dnf
by running the following command:
sudo dnf -y install monocypher
Install monocypher 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 monocypher
using yum
by running the following command:
sudo yum -y install monocypher
How To Uninstall monocypher on Fedora 36
To uninstall only the monocypher
package we can use the following command:
sudo dnf remove monocypher
monocypher Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/ee740ad14e99cbc771ab47e4d1025916674408
/usr/lib64/libmonocypher.so.3
/usr/share/doc/monocypher
/usr/share/doc/monocypher/AUTHORS.md
/usr/share/doc/monocypher/CHANGELOG.md
/usr/share/doc/monocypher/README.md
/usr/share/licenses/monocypher
/usr/share/licenses/monocypher/LICENCE.md
References
Summary
In this tutorial we learn how to install monocypher
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/91 /usr/lib/.build-id/91/b4e673a6ac867cacf89c11c742abb2eee30122 /usr/lib/libmonocypher.so.3 /usr/share/doc/monocypher /usr/share/doc/monocypher/AUTHORS.md /usr/share/doc/monocypher/CHANGELOG.md /usr/share/doc/monocypher/README.md /usr/share/licenses/monocypher /usr/share/licenses/monocypher/LICENCE.md
## References
* [monocypher website](https://monocypher.org/)
## Summary
In this tutorial we learn how to install `monocypher` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).