How To Install libiptcdata-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libiptcdata-devel.x86_64 in Amazon Linux 2. libiptcdata-devel.x86_64 is Headers and libraries for libiptcdata application development
Introduction
In this tutorial we learn how to install libiptcdata-devel.x86_64
on Amazon Linux 2.
What is libiptcdata-devel.x86_64
The libiptcdata-devel package contains the libraries and include files that you can use to develop libiptcdata applications.
We can use yum
to install libiptcdata-devel.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libiptcdata-devel.x86_64.
Install libiptcdata-devel.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libiptcdata-devel.x86_64
using yum
by running the following command:
sudo yum -y install libiptcdata-devel.x86_64
How To Uninstall libiptcdata-devel.x86_64 on Amazon Linux 2
To uninstall only the libiptcdata-devel.x86_64
package we can use the following command:
sudo yum remove libiptcdata-devel.x86_64
libiptcdata-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/libiptcdata
/usr/include/libiptcdata/_stdint.h
/usr/include/libiptcdata/iptc-data.h
/usr/include/libiptcdata/iptc-dataset.h
/usr/include/libiptcdata/iptc-jpeg.h
/usr/include/libiptcdata/iptc-log.h
/usr/include/libiptcdata/iptc-mem.h
/usr/include/libiptcdata/iptc-tag.h
/usr/include/libiptcdata/iptc-utils.h
/usr/lib64/libiptcdata.so
/usr/lib64/pkgconfig/libiptcdata.pc
/usr/share/gtk-doc/html/libiptcdata
/usr/share/gtk-doc/html/libiptcdata/ch01.html
/usr/share/gtk-doc/html/libiptcdata/ch02.html
/usr/share/gtk-doc/html/libiptcdata/ch03.html
/usr/share/gtk-doc/html/libiptcdata/home.png
/usr/share/gtk-doc/html/libiptcdata/index.html
/usr/share/gtk-doc/html/libiptcdata/iptc-about.html
/usr/share/gtk-doc/html/libiptcdata/iptc-commandline.html
/usr/share/gtk-doc/html/libiptcdata/iptc-i18n.html
/usr/share/gtk-doc/html/libiptcdata/iptc-libjpeg.html
/usr/share/gtk-doc/html/libiptcdata/iptc-overview.html
/usr/share/gtk-doc/html/libiptcdata/left-insensitive.png
/usr/share/gtk-doc/html/libiptcdata/left.png
/usr/share/gtk-doc/html/libiptcdata/libiptcdata-data.html
/usr/share/gtk-doc/html/libiptcdata/libiptcdata-dataset.html
/usr/share/gtk-doc/html/libiptcdata/libiptcdata-jpeg.html
/usr/share/gtk-doc/html/libiptcdata/libiptcdata-log.html
/usr/share/gtk-doc/html/libiptcdata/libiptcdata-mem.html
/usr/share/gtk-doc/html/libiptcdata/libiptcdata-tag.html
/usr/share/gtk-doc/html/libiptcdata/libiptcdata-utils.html
/usr/share/gtk-doc/html/libiptcdata/libiptcdata.devhelp2
/usr/share/gtk-doc/html/libiptcdata/right-insensitive.png
/usr/share/gtk-doc/html/libiptcdata/right.png
/usr/share/gtk-doc/html/libiptcdata/style.css
/usr/share/gtk-doc/html/libiptcdata/up-insensitive.png
/usr/share/gtk-doc/html/libiptcdata/up.png
References
Summary
In this tutorial we learn how to install libiptcdata-devel.x86_64
on Amazon Linux 2 using yum.