How To Install gegl-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install gegl-devel.x86_64 in Amazon Linux 2. gegl-devel.x86_64 is Headers for developing programs that will use gegl
Introduction
In this tutorial we learn how to install gegl-devel.x86_64
on Amazon Linux 2.
What is gegl-devel.x86_64
This package contains the libraries and header files needed for developing with gegl.
We can use yum
to install gegl-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 gegl-devel.x86_64.
Install gegl-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 gegl-devel.x86_64
using yum
by running the following command:
sudo yum -y install gegl-devel.x86_64
How To Uninstall gegl-devel.x86_64 on Amazon Linux 2
To uninstall only the gegl-devel.x86_64
package we can use the following command:
sudo yum remove gegl-devel.x86_64
gegl-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/gegl-0.2
/usr/include/gegl-0.2/gegl-buffer-backend.h
/usr/include/gegl-0.2/gegl-buffer-iterator.h
/usr/include/gegl-0.2/gegl-buffer.h
/usr/include/gegl-0.2/gegl-chant.h
/usr/include/gegl-0.2/gegl-color.h
/usr/include/gegl-0.2/gegl-curve.h
/usr/include/gegl-0.2/gegl-enums.h
/usr/include/gegl-0.2/gegl-lookup.h
/usr/include/gegl-0.2/gegl-matrix.h
/usr/include/gegl-0.2/gegl-paramspecs.h
/usr/include/gegl-0.2/gegl-path.h
/usr/include/gegl-0.2/gegl-plugin.h
/usr/include/gegl-0.2/gegl-tile-backend.h
/usr/include/gegl-0.2/gegl-tile-source.h
/usr/include/gegl-0.2/gegl-tile.h
/usr/include/gegl-0.2/gegl-types.h
/usr/include/gegl-0.2/gegl-utils.h
/usr/include/gegl-0.2/gegl-version.h
/usr/include/gegl-0.2/gegl.h
/usr/include/gegl-0.2/opencl
/usr/include/gegl-0.2/opencl/cl.h
/usr/include/gegl-0.2/opencl/cl_d3d10.h
/usr/include/gegl-0.2/opencl/cl_ext.h
/usr/include/gegl-0.2/opencl/cl_gl.h
/usr/include/gegl-0.2/opencl/cl_gl_ext.h
/usr/include/gegl-0.2/opencl/cl_platform.h
/usr/include/gegl-0.2/opencl/gegl-cl-color.h
/usr/include/gegl-0.2/opencl/gegl-cl-init.h
/usr/include/gegl-0.2/opencl/gegl-cl-types.h
/usr/include/gegl-0.2/opencl/gegl-cl.h
/usr/include/gegl-0.2/opencl/opencl.h
/usr/include/gegl-0.2/operation
/usr/include/gegl-0.2/operation/gegl-operation-area-filter.h
/usr/include/gegl-0.2/operation/gegl-operation-composer.h
/usr/include/gegl-0.2/operation/gegl-operation-composer3.h
/usr/include/gegl-0.2/operation/gegl-operation-filter.h
/usr/include/gegl-0.2/operation/gegl-operation-meta.h
/usr/include/gegl-0.2/operation/gegl-operation-point-composer.h
/usr/include/gegl-0.2/operation/gegl-operation-point-composer3.h
/usr/include/gegl-0.2/operation/gegl-operation-point-filter.h
/usr/include/gegl-0.2/operation/gegl-operation-point-render.h
/usr/include/gegl-0.2/operation/gegl-operation-sink.h
/usr/include/gegl-0.2/operation/gegl-operation-source.h
/usr/include/gegl-0.2/operation/gegl-operation-temporal.h
/usr/include/gegl-0.2/operation/gegl-operation.h
/usr/lib64/libgegl-0.2.so
/usr/lib64/pkgconfig/gegl-0.2.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/gegl
/usr/share/gtk-doc/html/gegl/api.html
/usr/share/gtk-doc/html/gegl/brightness-contrast.c.html
/usr/share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-composer.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-filter.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-meta.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-point-composer.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-point-filter.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-point-render.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-sink.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-source.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation-temporal.h.html
/usr/share/gtk-doc/html/gegl/gegl-operation.h.html
/usr/share/gtk-doc/html/gegl/gegl-plugin.h.html
/usr/share/gtk-doc/html/gegl/gegl.css
/usr/share/gtk-doc/html/gegl/gegl.devhelp
/usr/share/gtk-doc/html/gegl/gegl.h.html
/usr/share/gtk-doc/html/gegl/operations.html
References
Summary
In this tutorial we learn how to install gegl-devel.x86_64
on Amazon Linux 2 using yum.