How To Install CTL on Fedora 36
Introduction
In this tutorial we learn how to install CTL
on Fedora 36.
What is CTL
The Color Transformation Language, or CTL, is a programming language for digital color management.
We can use yum
or dnf
to install CTL
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install CTL.
Install CTL 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 CTL
using dnf
by running the following command:
sudo dnf -y install CTL
Install CTL 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 CTL
using yum
by running the following command:
sudo yum -y install CTL
How To Uninstall CTL on Fedora 36
To uninstall only the CTL
package we can use the following command:
sudo dnf remove CTL
CTL Package Contents on Fedora 36
---
title: "How To Install CTL on Fedora 36"
linkTitle: "CTL"
type: "docs"
description: "In this tutorial we learn how to install CTL in Fedora 36. CTL is The Color Transformation Language"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/CTL-featured.png
---
## Introduction
In this tutorial we learn how to install `CTL` on Fedora 36.
### What is `CTL`
> The Color Transformation Language, or CTL, is a programming language for digital color management.
We can use `yum` or `dnf` to install `CTL` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install CTL.
## Install CTL 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 CTL
using dnf
by running the following command:
sudo dnf -y install CTL
Install CTL 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 CTL
using yum
by running the following command:
sudo yum -y install CTL
How To Uninstall CTL on Fedora 36
To uninstall only the CTL
package we can use the following command:
sudo dnf remove CTL
CTL Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/8d9cf378a5440846cbfa4f18034c4eba814396
/usr/lib/.build-id/41
/usr/lib/.build-id/41/1144c99e2092b3194a4db5cc86a16b31289cdb
/usr/lib/.build-id/43
/usr/lib/.build-id/43/a9028af54a46c9eb08ce310305a7e79b759f0e
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/a49609639c42d3317e79d5280123e699322f18
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/4f02bffe540aba764ac62f43e4a89c52c0d9b5
/usr/lib64/CTL
/usr/lib64/CTL/change_saturation.ctl
/usr/lib64/CTL/transform_DPX_EXR.ctl
/usr/lib64/CTL/transform_EXR_DPX.ctl
/usr/lib64/CTL/utilities.ctl
/usr/lib64/libIlmCtl.so.1.5.0
/usr/lib64/libIlmCtlMath.so.1.5.0
/usr/lib64/libIlmCtlSimd.so.1.5.0
/usr/lib64/libIlmImfCtl.so.1.5.0
/usr/lib64/libctldpx.so.1.5.0
/usr/share/doc/CTL
/usr/share/doc/CTL/AUTHORS
/usr/share/doc/CTL/CHANGELOG
/usr/share/doc/CTL/README.md
/usr/share/licenses/CTL
/usr/share/licenses/CTL/LICENSE
References
Summary
In this tutorial we learn how to install CTL
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/19 /usr/lib/.build-id/19/799bd0d5ecf06a05d77af28e83ccc57a2cb0d2 /usr/lib/.build-id/42 /usr/lib/.build-id/42/2fe5518449dc0760f70ef07e65d874831567cd /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/37c820c7d244520cd6df5da23482a303996406 /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/22eb3cc27db2e8a06a72f46a68cf4285fc5a07 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/e981b927f3a983e62e4a8d72c6a0db6f5c8c14 /usr/lib/CTL /usr/lib/CTL/change_saturation.ctl /usr/lib/CTL/transform_DPX_EXR.ctl /usr/lib/CTL/transform_EXR_DPX.ctl /usr/lib/CTL/utilities.ctl /usr/lib/libIlmCtl.so.1.5.0 /usr/lib/libIlmCtlMath.so.1.5.0 /usr/lib/libIlmCtlSimd.so.1.5.0 /usr/lib/libIlmImfCtl.so.1.5.0 /usr/lib/libctldpx.so.1.5.0 /usr/share/doc/CTL /usr/share/doc/CTL/AUTHORS /usr/share/doc/CTL/CHANGELOG /usr/share/doc/CTL/README.md /usr/share/licenses/CTL /usr/share/licenses/CTL/LICENSE
## References
* [CTL website](http://github.com/ampas/CTL)
## Summary
In this tutorial we learn how to install `CTL` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).