How To Install erlang-protobuffs on Fedora 36

In this tutorial we learn how to install erlang-protobuffs in Fedora 36. erlang-protobuffs is A set of Protocol Buffers tools and modules for Erlang applications

Introduction

In this tutorial we learn how to install erlang-protobuffs on Fedora 36.

What is erlang-protobuffs

A set of Protocol Buffers tools and modules for Erlang applications.

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

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

sudo dnf -y install erlang-protobuffs

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

sudo yum -y install erlang-protobuffs

How To Uninstall erlang-protobuffs on Fedora 36

To uninstall only the erlang-protobuffs package we can use the following command:

sudo dnf remove erlang-protobuffs

erlang-protobuffs Package Contents on Fedora 36

/usr/bin/protoc-erl
/usr/share/doc/erlang-protobuffs
/usr/share/doc/erlang-protobuffs/AUTHORS
/usr/share/doc/erlang-protobuffs/CONTRIBUTING.md
/usr/share/doc/erlang-protobuffs/README.md
/usr/share/doc/erlang-protobuffs/README_ORIG.md
/usr/share/doc/erlang-protobuffs/RELNOTES.md
/usr/share/erlang/lib/protobuffs-0.9.2
/usr/share/erlang/lib/protobuffs-0.9.2/ebin
/usr/share/erlang/lib/protobuffs-0.9.2/ebin/pokemon_pb.beam
/usr/share/erlang/lib/protobuffs-0.9.2/ebin/protobuffs.beam
/usr/share/erlang/lib/protobuffs-0.9.2/ebin/protobuffs_cli.beam
/usr/share/erlang/lib/protobuffs-0.9.2/ebin/protobuffs_compile.beam
/usr/share/erlang/lib/protobuffs-0.9.2/ebin/protobuffs_file.beam
/usr/share/erlang/lib/protobuffs-0.9.2/ebin/protobuffs_parser.beam
/usr/share/erlang/lib/protobuffs-0.9.2/ebin/protobuffs_scanner.beam
/usr/share/licenses/erlang-protobuffs
/usr/share/licenses/erlang-protobuffs/LICENSE

References

Summary

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