How To Install flam3 on Fedora 36

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

Introduction

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

What is flam3

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).

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

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

sudo dnf -y install flam3

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

sudo yum -y install flam3

How To Uninstall flam3 on Fedora 36

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

sudo dnf remove flam3

flam3 Package Contents on Fedora 36

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

## Introduction

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

### What is `flam3`

> 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).  

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

## Install flam3 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install flam3 using dnf by running the following command:

sudo dnf -y install flam3

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

sudo yum -y install flam3

How To Uninstall flam3 on Fedora 36

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

sudo dnf remove flam3

flam3 Package Contents on Fedora 36

/usr/bin/flam3-animate
/usr/bin/flam3-convert
/usr/bin/flam3-genome
/usr/bin/flam3-render
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/71c18d2a1b1d12ffb04211451cb9633addd6fe
/usr/lib/.build-id/70
/usr/lib/.build-id/70/83efd5fd07dd11ed957d6f1d467a9d5555a0d7
/usr/lib/.build-id/70/adb864334eb371821579c275b0b949439f5073
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/fba31bdaa631a379d718d72b099ba3b55fd443
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/835b1c710663e875ab4f445bcbb77d066b6edc
/usr/lib/libflam3.so.0
/usr/lib/libflam3.so.0.0.0
/usr/share/doc/flam3
/usr/share/doc/flam3/COPYING.txt
/usr/share/doc/flam3/README.txt
/usr/share/flam3
/usr/share/flam3/flam3-palettes.xml
/usr/share/man/man1/flam3-animate.1.gz
/usr/share/man/man1/flam3-convert.1.gz
/usr/share/man/man1/flam3-genome.1.gz
/usr/share/man/man1/flam3-render.1.gz

References

Summary

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

/usr/bin/flam3-animate /usr/bin/flam3-convert /usr/bin/flam3-genome /usr/bin/flam3-render /usr/lib/.build-id /usr/lib/.build-id/12 /usr/lib/.build-id/12/5f111b4c7b0a8caeb3209709b3a630277ef45a /usr/lib/.build-id/19 /usr/lib/.build-id/19/619e8b1b2cf41f56f00ab2b0041f8bc9f94e9e /usr/lib/.build-id/88 /usr/lib/.build-id/88/e063b0a22857138d73aacef507697856cc1511 /usr/lib/.build-id/b2 /usr/lib/.build-id/b2/0073cda0f39926aa4fae2e53b5641eaa179ed6 /usr/lib/.build-id/ce /usr/lib/.build-id/ce/e78e5a3f4a76a1305405ddc7d5942d0182ad41 /usr/lib64/libflam3.so.0 /usr/lib64/libflam3.so.0.0.0 /usr/share/doc/flam3 /usr/share/doc/flam3/COPYING.txt /usr/share/doc/flam3/README.txt /usr/share/flam3 /usr/share/flam3/flam3-palettes.xml /usr/share/man/man1/flam3-animate.1.gz /usr/share/man/man1/flam3-convert.1.gz /usr/share/man/man1/flam3-genome.1.gz /usr/share/man/man1/flam3-render.1.gz


## References

* [flam3 website](http://www.flam3.com/)

## Summary

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