How To Install golang-filippo-age-devel on Fedora 36

In this tutorial we learn how to install golang-filippo-age-devel in Fedora 36. golang-filippo-age-devel is Simple, modern and secure encryption tool

Introduction

In this tutorial we learn how to install golang-filippo-age-devel on Fedora 36.

What is golang-filippo-age-devel

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. This package contains the source code needed for building packages that reference the following Go import paths – filippo.io/age

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

Install golang-filippo-age-devel 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 golang-filippo-age-devel using dnf by running the following command:

sudo dnf -y install golang-filippo-age-devel

Install golang-filippo-age-devel 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 golang-filippo-age-devel using yum by running the following command:

sudo yum -y install golang-filippo-age-devel

How To Uninstall golang-filippo-age-devel on Fedora 36

To uninstall only the golang-filippo-age-devel package we can use the following command:

sudo dnf remove golang-filippo-age-devel

golang-filippo-age-devel Package Contents on Fedora 36

/usr/share/doc/golang-filippo-age-devel
/usr/share/doc/golang-filippo-age-devel/README.md
/usr/share/gocode/src/filippo.io
/usr/share/gocode/src/filippo.io/age
/usr/share/gocode/src/filippo.io/age/.goipath
/usr/share/gocode/src/filippo.io/age/README.md
/usr/share/gocode/src/filippo.io/age/age.go
/usr/share/gocode/src/filippo.io/age/age_test.go
/usr/share/gocode/src/filippo.io/age/agessh
/usr/share/gocode/src/filippo.io/age/agessh/agessh.go
/usr/share/gocode/src/filippo.io/age/agessh/agessh_test.go
/usr/share/gocode/src/filippo.io/age/agessh/encrypted_keys.go
/usr/share/gocode/src/filippo.io/age/armor
/usr/share/gocode/src/filippo.io/age/armor/armor.go
/usr/share/gocode/src/filippo.io/age/armor/armor_test.go
/usr/share/gocode/src/filippo.io/age/cmd
/usr/share/gocode/src/filippo.io/age/cmd/age
/usr/share/gocode/src/filippo.io/age/cmd/age-keygen
/usr/share/gocode/src/filippo.io/age/cmd/age-keygen/keygen.go
/usr/share/gocode/src/filippo.io/age/cmd/age/age.go
/usr/share/gocode/src/filippo.io/age/cmd/age/age_test.go
/usr/share/gocode/src/filippo.io/age/cmd/age/encrypted_keys.go
/usr/share/gocode/src/filippo.io/age/cmd/age/parse.go
/usr/share/gocode/src/filippo.io/age/cmd/age/wordlist.go
/usr/share/gocode/src/filippo.io/age/go.mod
/usr/share/gocode/src/filippo.io/age/internal
/usr/share/gocode/src/filippo.io/age/internal/bech32
/usr/share/gocode/src/filippo.io/age/internal/bech32/bech32.go
/usr/share/gocode/src/filippo.io/age/internal/bech32/bech32_test.go
/usr/share/gocode/src/filippo.io/age/internal/format
/usr/share/gocode/src/filippo.io/age/internal/format/format.go
/usr/share/gocode/src/filippo.io/age/internal/format/format_test.go
/usr/share/gocode/src/filippo.io/age/internal/stream
/usr/share/gocode/src/filippo.io/age/internal/stream/stream.go
/usr/share/gocode/src/filippo.io/age/internal/stream/stream_test.go
/usr/share/gocode/src/filippo.io/age/parse.go
/usr/share/gocode/src/filippo.io/age/primitives.go
/usr/share/gocode/src/filippo.io/age/recipients_test.go
/usr/share/gocode/src/filippo.io/age/scrypt.go
/usr/share/gocode/src/filippo.io/age/x25519.go
/usr/share/licenses/golang-filippo-age-devel
/usr/share/licenses/golang-filippo-age-devel/LICENSE

References

Summary

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