How To Install libcryptui-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libcryptui-devel.x86_64 in Amazon Linux 2. libcryptui-devel.x86_64 is Header files required to develop with libcryptui
Introduction
In this tutorial we learn how to install libcryptui-devel.x86_64 on Amazon Linux 2.
What is libcryptui-devel.x86_64
The libcryptui-devel package contains the header files and developer documentation for the libcryptui library.
We can use yum to install libcryptui-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 libcryptui-devel.x86_64.
Install libcryptui-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 libcryptui-devel.x86_64 using yum by running the following command:
sudo yum -y install libcryptui-devel.x86_64
How To Uninstall libcryptui-devel.x86_64 on Amazon Linux 2
To uninstall only the libcryptui-devel.x86_64 package we can use the following command:
sudo yum remove libcryptui-devel.x86_64
libcryptui-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/libcryptui
/usr/include/libcryptui/cryptui-key-chooser.h
/usr/include/libcryptui/cryptui-key-combo.h
/usr/include/libcryptui/cryptui-key-list.h
/usr/include/libcryptui/cryptui-key-store.h
/usr/include/libcryptui/cryptui-keyset.h
/usr/include/libcryptui/cryptui.h
/usr/lib64/libcryptui.so
/usr/lib64/pkgconfig/cryptui-0.0.pc
/usr/share/gir-1.0/CryptUI-0.0.gir
/usr/share/gtk-doc/html/libcryptui
/usr/share/gtk-doc/html/libcryptui/ch01.html
/usr/share/gtk-doc/html/libcryptui/home.png
/usr/share/gtk-doc/html/libcryptui/index.html
/usr/share/gtk-doc/html/libcryptui/index.sgml
/usr/share/gtk-doc/html/libcryptui/left-insensitive.png
/usr/share/gtk-doc/html/libcryptui/left.png
/usr/share/gtk-doc/html/libcryptui/libcryptui-cryptui-defines.html
/usr/share/gtk-doc/html/libcryptui/libcryptui-cryptui-key-chooser.html
/usr/share/gtk-doc/html/libcryptui/libcryptui-cryptui-key-combo.html
/usr/share/gtk-doc/html/libcryptui/libcryptui-cryptui-key-list.html
/usr/share/gtk-doc/html/libcryptui/libcryptui-cryptui-key-store.html
/usr/share/gtk-doc/html/libcryptui/libcryptui-cryptui-keyset.html
/usr/share/gtk-doc/html/libcryptui/libcryptui-cryptui-marshal.html
/usr/share/gtk-doc/html/libcryptui/libcryptui-cryptui.html
/usr/share/gtk-doc/html/libcryptui/libcryptui.devhelp2
/usr/share/gtk-doc/html/libcryptui/right-insensitive.png
/usr/share/gtk-doc/html/libcryptui/right.png
/usr/share/gtk-doc/html/libcryptui/style.css
/usr/share/gtk-doc/html/libcryptui/up-insensitive.png
/usr/share/gtk-doc/html/libcryptui/up.png
References
Summary
In this tutorial we learn how to install libcryptui-devel.x86_64 on Amazon Linux 2 using yum.