How To Install pommes on Fedora 36

In this tutorial we learn how to install pommes in Fedora 36. pommes is Project object model model (and parser using serde)

Introduction

In this tutorial we learn how to install pommes on Fedora 36.

What is pommes

Project object model model (and parser using serde).

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

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

sudo dnf -y install pommes

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

sudo yum -y install pommes

How To Uninstall pommes on Fedora 36

To uninstall only the pommes package we can use the following command:

sudo dnf remove pommes

pommes Package Contents on Fedora 36

/usr/bin/mvn-genbr
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/0d7bb68d01f84ce0116486ab004b4f44690b55
/usr/share/doc/pommes
/usr/share/doc/pommes/README.md
/usr/share/licenses/pommes
/usr/share/licenses/pommes/LICENSE-APACHE
/usr/share/licenses/pommes/LICENSE-MIT

References

Summary

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