How To Install golang-github-apache-beam-2 on Fedora 36

In this tutorial we learn how to install golang-github-apache-beam-2 in Fedora 36. golang-github-apache-beam-2 is Unified programming model for Batch and Streaming

Introduction

In this tutorial we learn how to install golang-github-apache-beam-2 on Fedora 36.

What is golang-github-apache-beam-2

Apache Beam is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including Apache Flink, Apache Spark, Google Cloud Dataflow, and Hazelcast Jet.

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

Install golang-github-apache-beam-2 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-github-apache-beam-2 using dnf by running the following command:

sudo dnf -y install golang-github-apache-beam-2

Install golang-github-apache-beam-2 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-github-apache-beam-2 using yum by running the following command:

sudo yum -y install golang-github-apache-beam-2

How To Uninstall golang-github-apache-beam-2 on Fedora 36

To uninstall only the golang-github-apache-beam-2 package we can use the following command:

sudo dnf remove golang-github-apache-beam-2

golang-github-apache-beam-2 Package Contents on Fedora 36

/usr/bin/beamctl
/usr/bin/specialize
/usr/bin/starcgen
/usr/bin/symtab
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/4ffbc9af697177e44b939766294d97b369345a
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/853538ca86fce4a1e909d28b54f82f3b0d8e64
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/0d22984a0951221bd62f6b845b74d6830fc8c2
/usr/lib/.build-id/db
/usr/lib/.build-id/db/e8c3249742451faf93196423466cb40559416a
/usr/share/doc/golang-github-apache-beam-2
/usr/share/doc/golang-github-apache-beam-2/CHANGES.md
/usr/share/doc/golang-github-apache-beam-2/OWNERS
/usr/share/doc/golang-github-apache-beam-2/README.md
/usr/share/licenses/golang-github-apache-beam-2
/usr/share/licenses/golang-github-apache-beam-2/LICENSE
/usr/share/licenses/golang-github-apache-beam-2/NOTICE

References

Summary

In this tutorial we learn how to install golang-github-apache-beam-2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).