How To Install alembic on Fedora 36
Introduction
In this tutorial we learn how to install alembic
on Fedora 36.
What is alembic
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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alembic.
Install alembic 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
using dnf
by running the following command:
sudo dnf -y install alembic
Install alembic 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
using yum
by running the following command:
sudo yum -y install alembic
How To Uninstall alembic on Fedora 36
To uninstall only the alembic
package we can use the following command:
sudo dnf remove alembic
alembic Package Contents on Fedora 36
/usr/bin/abcconvert
/usr/bin/abcdiff
/usr/bin/abcecho
/usr/bin/abcechobounds
/usr/bin/abcls
/usr/bin/abcstitcher
/usr/bin/abctree
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/2e5185b91b5fd4c23e06b9cf1364dc2308a649
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/b6720c12f091e834dc1e5694a61a1933980b05
/usr/lib/.build-id/60
/usr/lib/.build-id/60/ae81bf01d6fb8e9287ea7daaaf585d363db9ff
/usr/lib/.build-id/67
/usr/lib/.build-id/67/1ae7a1d909b4f5e02d88446043e375b46a3818
/usr/lib/.build-id/89
/usr/lib/.build-id/89/c38bb274feea3a3a255a6b9834da6ab3902c0f
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/7957b888a096ee1277a4642c8fd45a2c53dcc4
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/8dbed20ded218f6acac919b491ae7f0b40875e
References
Summary
In this tutorial we learn how to install alembic
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install alembic on Fedora 36” linkTitle: “alembic” type: “docs” description: “In this tutorial we learn how to install alembic in Fedora 36. alembic is Open framework for storing and sharing scene data” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/alembic-featured.png
Introduction
In this tutorial we learn how to install alembic
on Fedora 36.
What is alembic
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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alembic.
Install alembic 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
using dnf
by running the following command:
sudo dnf -y install alembic
Install alembic 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
using yum
by running the following command:
sudo yum -y install alembic
How To Uninstall alembic on Fedora 36
To uninstall only the alembic
package we can use the following command:
sudo dnf remove alembic
alembic Package Contents on Fedora 36
/usr/bin/abcconvert
/usr/bin/abcdiff
/usr/bin/abcecho
/usr/bin/abcechobounds
/usr/bin/abcls
/usr/bin/abcstitcher
/usr/bin/abctree
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/b51c98f53ff985701e82ff8bcacf767c1b04b8
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/309fce8df5ce763ac5fbd64c27e7f7803af498
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/184e5b273bf8f3b20082c6466c32cd578c87ff
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/ca9479d1b2ddf0c6eefa09c99c02258a0a8203
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/557c54dd4f212ee04bda984994b9ca22ac0b60
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/c313b955810dc69e7f76b3bb640124a57705f5
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/e1f240c38e015d31196dadc9d0a2e7d0245b70
References
Summary
In this tutorial we learn how to install alembic
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).