How To Install aces_container on Fedora 34
Introduction
In this tutorial we learn how to install aces_container
on Fedora 34.
What is aces_container
This folder contains a reference implementation for an ACES container file writer intended to be used with the Academy Color Encoding System (ACES). The resulting file is compliant with the ACES container specification (SMPTE S2065-4). However, there are a few things that are not demonstrated by this reference implementation. Stereo channels EndOfFileFiller Arbitrary attributes and naming validations half type attributes keycode value validations aces_container 1.0.2 9.fc34 x86_64 43 k aces_container-1.0.2-9.fc34.src.rpm fedora ACES Container Reference https AMPAS BSD This folder contains a reference implementation for an ACES container file writer intended to be used with the Academy Color Encoding System (ACES). The resulting file is compliant with the ACES container specification (SMPTE S2065-4). However, there are a few things that are not demonstrated by this reference implementation. Stereo channels EndOfFileFiller Arbitrary attributes and naming validations half type attributes keycode value validations
We can use yum
or dnf
to install aces_container
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install aces_container.
Install aces_container on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install aces_container
using dnf
by running the following command:
sudo dnf -y install aces_container
Install aces_container on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install aces_container
using yum
by running the following command:
sudo yum -y install aces_container
How To Uninstall aces_container on Fedora 34
To uninstall only the aces_container
package we can use the following command:
sudo dnf remove aces_container
aces_container Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/c6e9a46546eed6ba73fa3c1f07f12e34fffbd8
/usr/lib64/libAcesContainer.so.1
/usr/lib64/libAcesContainer.so.1.0.2
/usr/share/doc/aces_container
/usr/share/doc/aces_container/README.md
/usr/share/licenses/aces_container
/usr/share/licenses/aces_container/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/77faebc68d044240509fe28f02334ec73883ce
/usr/lib/libAcesContainer.so.1
/usr/lib/libAcesContainer.so.1.0.2
/usr/share/doc/aces_container
/usr/share/doc/aces_container/README.md
/usr/share/licenses/aces_container
/usr/share/licenses/aces_container/LICENSE
References
- [aces_container website](https://github.com/ampas/aces_container https://github.com/ampas/aces_container)
Summary
In this tutorial we learn how to install aces_container
on Fedora 34 using yum and dnf.