How To Install protobuf-parent on Fedora 36

In this tutorial we learn how to install protobuf-parent in Fedora 36. protobuf-parent is Protocol Buffer Parent POM

Introduction

In this tutorial we learn how to install protobuf-parent on Fedora 36.

What is protobuf-parent

Protocol Buffer Parent POM.

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

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

sudo dnf -y install protobuf-parent

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

sudo yum -y install protobuf-parent

How To Uninstall protobuf-parent on Fedora 36

To uninstall only the protobuf-parent package we can use the following command:

sudo dnf remove protobuf-parent

protobuf-parent Package Contents on Fedora 36

/usr/share/licenses/protobuf-parent
/usr/share/licenses/protobuf-parent/LICENSE
/usr/share/maven-metadata/protobuf-protobuf-parent.xml
/usr/share/maven-poms/protobuf
/usr/share/maven-poms/protobuf/protobuf-parent.pom

References

Summary

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