How To Install protobuf-bom on Fedora 36
Introduction
In this tutorial we learn how to install protobuf-bom
on Fedora 36.
What is protobuf-bom
Protocol Buffer BOM POM.
We can use yum
or dnf
to install protobuf-bom
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install protobuf-bom.
Install protobuf-bom 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-bom
using dnf
by running the following command:
sudo dnf -y install protobuf-bom
Install protobuf-bom 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-bom
using yum
by running the following command:
sudo yum -y install protobuf-bom
How To Uninstall protobuf-bom on Fedora 36
To uninstall only the protobuf-bom
package we can use the following command:
sudo dnf remove protobuf-bom
protobuf-bom Package Contents on Fedora 36
/usr/share/licenses/protobuf-bom
/usr/share/licenses/protobuf-bom/LICENSE
/usr/share/maven-metadata/protobuf-protobuf-bom.xml
/usr/share/maven-poms/protobuf
/usr/share/maven-poms/protobuf/protobuf-bom.pom
References
Summary
In this tutorial we learn how to install protobuf-bom
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).