How To Install ocaml-cil-cilly on Fedora 36

In this tutorial we learn how to install ocaml-cil-cilly in Fedora 36. ocaml-cil-cilly is Support programs for ocaml-cil

Introduction

In this tutorial we learn how to install ocaml-cil-cilly on Fedora 36.

What is ocaml-cil-cilly

The ocaml-cil-cilly package contains the ‘cilly’ wrapper/replacement for gcc.

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

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

sudo dnf -y install ocaml-cil-cilly

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

sudo yum -y install ocaml-cil-cilly

How To Uninstall ocaml-cil-cilly on Fedora 36

To uninstall only the ocaml-cil-cilly package we can use the following command:

sudo dnf remove ocaml-cil-cilly

ocaml-cil-cilly Package Contents on Fedora 36

/usr/bin/cilly
/usr/bin/cilly.byte
/usr/bin/cilly.native
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/d554921d50d90ffd92ba1cf31951b199db42d1
/usr/share/doc/ocaml-cil-cilly
/usr/share/doc/ocaml-cil-cilly/LICENSE
/usr/share/doc/ocaml-cil-cilly/README.md
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/Cilly
/usr/share/perl5/vendor_perl/App/Cilly.pm
/usr/share/perl5/vendor_perl/App/Cilly/CilConfig.pm
/usr/share/perl5/vendor_perl/App/Cilly/KeptFile.pm
/usr/share/perl5/vendor_perl/App/Cilly/OutputFile.pm
/usr/share/perl5/vendor_perl/App/Cilly/TempFile.pm

References

Summary

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