How To Install libtiff on Fedora 36
Introduction
In this tutorial we learn how to install libtiff
on Fedora 36.
What is libtiff
The libtiff package contains a library of functions for manipulating TIFF (Tagged Image File Format) image format files. TIFF is a widely used file format for bitmapped images. TIFF files usually end in the .tif extension and they are often quite large. The libtiff package should be installed if you need to manipulate TIFF format image files.
We can use yum
or dnf
to install libtiff
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtiff.
Install libtiff 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 libtiff
using dnf
by running the following command:
sudo dnf -y install libtiff
Install libtiff 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 libtiff
using yum
by running the following command:
sudo yum -y install libtiff
How To Uninstall libtiff on Fedora 36
To uninstall only the libtiff
package we can use the following command:
sudo dnf remove libtiff
libtiff Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/61dca7c7c91918ee086d0a61259b0460ea36b7
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/86bdd30c0a36b91f3009ef592e7a5ba858e8c2
/usr/lib64/libtiff.so.5
/usr/lib64/libtiff.so.5.7.0
/usr/lib64/libtiffxx.so.5
/usr/lib64/libtiffxx.so.5.7.0
/usr/share/doc/libtiff
/usr/share/doc/libtiff/README.md
/usr/share/doc/libtiff/RELEASE-DATE
/usr/share/doc/libtiff/VERSION
/usr/share/licenses/libtiff
/usr/share/licenses/libtiff/COPYRIGHT
References
Summary
In this tutorial we learn how to install libtiff
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libtiff on Fedora 36” linkTitle: “libtiff” type: “docs” description: “In this tutorial we learn how to install libtiff in Fedora 36. libtiff is Library of functions for manipulating TIFF format image files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libtiff-featured.png
Introduction
In this tutorial we learn how to install libtiff
on Fedora 36.
What is libtiff
The libtiff package contains a library of functions for manipulating TIFF (Tagged Image File Format) image format files. TIFF is a widely used file format for bitmapped images. TIFF files usually end in the .tif extension and they are often quite large. The libtiff package should be installed if you need to manipulate TIFF format image files.
We can use yum
or dnf
to install libtiff
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtiff.
Install libtiff 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 libtiff
using dnf
by running the following command:
sudo dnf -y install libtiff
Install libtiff 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 libtiff
using yum
by running the following command:
sudo yum -y install libtiff
How To Uninstall libtiff on Fedora 36
To uninstall only the libtiff
package we can use the following command:
sudo dnf remove libtiff
libtiff Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/b4ae872221c322adc5ae863783334e0339720d
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/a4e2d0735989d82c7a6c8b37a932a1b38c2d7c
/usr/lib/libtiff.so.5
/usr/lib/libtiff.so.5.7.0
/usr/lib/libtiffxx.so.5
/usr/lib/libtiffxx.so.5.7.0
/usr/share/doc/libtiff
/usr/share/doc/libtiff/README.md
/usr/share/doc/libtiff/RELEASE-DATE
/usr/share/doc/libtiff/VERSION
/usr/share/licenses/libtiff
/usr/share/licenses/libtiff/COPYRIGHT
References
Summary
In this tutorial we learn how to install libtiff
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).