How To Install cmake3-gui.x86_64 on Amazon Linux 2

In this tutorial we learn how to install cmake3-gui.x86_64 in Amazon Linux 2. cmake3-gui.x86_64 is Qt GUI for cmake3

Introduction

In this tutorial we learn how to install cmake3-gui.x86_64 on Amazon Linux 2.

What is cmake3-gui.x86_64

The cmake3-gui package contains the Qt based GUI for cmake3.

We can use yum to install cmake3-gui.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install cmake3-gui.x86_64.

Install cmake3-gui.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 cmake3-gui.x86_64 using yum by running the following command:

sudo yum -y install cmake3-gui.x86_64

How To Uninstall cmake3-gui.x86_64 on Amazon Linux 2

To uninstall only the cmake3-gui.x86_64 package we can use the following command:

sudo yum remove cmake3-gui.x86_64

cmake3-gui.x86_64 Package Contents on Amazon Linux 2

/usr/bin/cmake3-gui
/usr/share/applications/CMake3.desktop
/usr/share/icons/hicolor/128x128/apps/CMake3Setup.png
/usr/share/icons/hicolor/32x32/apps/CMake3Setup.png
/usr/share/man/man1/cmake3-gui.1.gz
/usr/share/mime/packages
/usr/share/mime/packages/cmake3cache.xml

References

Summary

In this tutorial we learn how to install cmake3-gui.x86_64 on Amazon Linux 2 using yum.