How to Install and Uninstall GraphicsMagick-c++-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

1. Install "GraphicsMagick-c++-devel.x86_64" package

In this section, we are going to explain the necessary steps to install GraphicsMagick-c++-devel.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install GraphicsMagick-c++-devel.x86_64

2. Uninstall "GraphicsMagick-c++-devel.x86_64" package

This is a short guide on how to uninstall GraphicsMagick-c++-devel.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove GraphicsMagick-c++-devel.x86_64 $ sudo dnf autoremove

3. Information about the GraphicsMagick-c++-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:40:33 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : GraphicsMagick-c++-devel
Version : 1.3.36
Release : 2.el8
Architecture : x86_64
Size : 53 k
Source : GraphicsMagick-1.3.36-2.el8.src.rpm
Repository : epel
Summary : C++ bindings for the GraphicsMagick library
URL : http://www.graphicsmagick.org/
License : MIT
Description : GraphicsMagick-devel contains the Libraries and header files you'll
: need to develop GraphicsMagick applications using the Magick++ C++ bindings.
: GraphicsMagick is an image manipulation program.
:
: If you want to create applications that will use Magick++ code
: or APIs, you'll need to install GraphicsMagick-c++-devel, ImageMagick-devel and
: GraphicsMagick.
: You don't need to install it if you just want to use GraphicsMagick, or if you
: want to develop/compile applications using the GraphicsMagick C interface,
: however.