How To Install alembic-libs on Fedora 36

In this tutorial we learn how to install alembic-libs in Fedora 36. alembic-libs is Core Alembic libraries

Introduction

In this tutorial we learn how to install alembic-libs on Fedora 36.

What is alembic-libs

Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This ‘distillation’ of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data.

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

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

sudo dnf -y install alembic-libs

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

sudo yum -y install alembic-libs

How To Uninstall alembic-libs on Fedora 36

To uninstall only the alembic-libs package we can use the following command:

sudo dnf remove alembic-libs

alembic-libs Package Contents on Fedora 36

---
title: "How To Install alembic-libs on Fedora 36"
linkTitle: "alembic-libs"
type: "docs"
description: "In this tutorial we learn how to install alembic-libs in Fedora 36. alembic-libs is Core Alembic libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/alembic-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `alembic-libs` on Fedora 36.

### What is `alembic-libs`

> Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This 'distillation' of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data.  

We can use `yum` or `dnf` to install `alembic-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alembic-libs.
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/48f02bb87ee6be07e1c64b9bc4ca48af83188a
/usr/lib/libAlembic.so.1.8
/usr/lib/libAlembic.so.1.8.3
/usr/share/doc/alembic-libs
/usr/share/doc/alembic-libs/ACKNOWLEDGEMENTS.txt
/usr/share/doc/alembic-libs/FEEDBACK.txt
/usr/share/doc/alembic-libs/NEWS.txt
/usr/share/doc/alembic-libs/README.txt
/usr/share/licenses/alembic-libs
/usr/share/licenses/alembic-libs/LICENSE.txt

## Install alembic-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
## References

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

Summary

sudo dnf -y install alembic-libs

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

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

sudo yum -y install alembic-libs

How To Uninstall alembic-libs on Fedora 36

To uninstall only the alembic-libs package we can use the following command:

sudo dnf remove alembic-libs

alembic-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/7ae3909f0d5a865f6c980e6989d361a5112d4b
/usr/lib64/libAlembic.so.1.8
/usr/lib64/libAlembic.so.1.8.3
/usr/share/doc/alembic-libs
/usr/share/doc/alembic-libs/ACKNOWLEDGEMENTS.txt
/usr/share/doc/alembic-libs/FEEDBACK.txt
/usr/share/doc/alembic-libs/NEWS.txt
/usr/share/doc/alembic-libs/README.txt
/usr/share/licenses/alembic-libs
/usr/share/licenses/alembic-libs/LICENSE.txt

References

Summary

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