How To Install flam3-devel on Fedora 36

In this tutorial we learn how to install flam3-devel in Fedora 36. flam3-devel is C headers to generate and render cosmic recursive fractal flames

Introduction

In this tutorial we learn how to install flam3-devel on Fedora 36.

What is flam3-devel

Flam3, or Fractal Flames, are algorithmically generated images and animations. This is free software to render fractal flames as described on http images. Flam3-genome creates and manipulates genomes (parameter sets). This package contains a header file for C, a library, and a pkgconfig file.

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

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

sudo dnf -y install flam3-devel

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

sudo yum -y install flam3-devel

How To Uninstall flam3-devel on Fedora 36

To uninstall only the flam3-devel package we can use the following command:

sudo dnf remove flam3-devel

flam3-devel Package Contents on Fedora 36

/usr/include/flam3
/usr/include/flam3/flam3.h
/usr/include/flam3/isaac.h
/usr/include/flam3/isaacs.h
/usr/include/flam3/rect.c
/usr/lib/libflam3.so
/usr/lib/pkgconfig/flam3.pc
/usr/share/doc/flam3-devel
/usr/share/doc/flam3-devel/COPYING.txt
/usr/share/doc/flam3-devel/README.txt

References

Summary

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


title: “How To Install flam3-devel on Fedora 36” linkTitle: “flam3-devel” type: “docs” description: “In this tutorial we learn how to install flam3-devel in Fedora 36. flam3-devel is C headers to generate and render cosmic recursive fractal flames” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flam3-devel-featured.png

Introduction

In this tutorial we learn how to install flam3-devel on Fedora 36.

What is flam3-devel

Flam3, or Fractal Flames, are algorithmically generated images and animations. This is free software to render fractal flames as described on http images. Flam3-genome creates and manipulates genomes (parameter sets). This package contains a header file for C, a library, and a pkgconfig file.

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

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

sudo dnf -y install flam3-devel

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

sudo yum -y install flam3-devel

How To Uninstall flam3-devel on Fedora 36

To uninstall only the flam3-devel package we can use the following command:

sudo dnf remove flam3-devel

flam3-devel Package Contents on Fedora 36

/usr/include/flam3
/usr/include/flam3/flam3.h
/usr/include/flam3/isaac.h
/usr/include/flam3/isaacs.h
/usr/include/flam3/rect.c
/usr/lib64/libflam3.so
/usr/lib64/pkgconfig/flam3.pc
/usr/share/doc/flam3-devel
/usr/share/doc/flam3-devel/COPYING.txt
/usr/share/doc/flam3-devel/README.txt

References

Summary

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