How To Install meanwhile-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install meanwhile-devel.x86_64 on Amazon Linux 2.
What is meanwhile-devel.x86_64
This package contains the header files, static libraries and development documentation for meanwhile. If you like to develop programs using meanwhile, you will need to install meanwhile-devel.
We can use yum to install meanwhile-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 meanwhile-devel.x86_64.
Install meanwhile-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 meanwhile-devel.x86_64 using yum by running the following command:
sudo yum -y install meanwhile-devel.x86_64
How To Uninstall meanwhile-devel.x86_64 on Amazon Linux 2
To uninstall only the meanwhile-devel.x86_64 package we can use the following command:
sudo yum remove meanwhile-devel.x86_64
meanwhile-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/meanwhile
/usr/include/meanwhile/mw_channel.h
/usr/include/meanwhile/mw_cipher.h
/usr/include/meanwhile/mw_common.h
/usr/include/meanwhile/mw_error.h
/usr/include/meanwhile/mw_message.h
/usr/include/meanwhile/mw_service.h
/usr/include/meanwhile/mw_session.h
/usr/include/meanwhile/mw_srvc_aware.h
/usr/include/meanwhile/mw_srvc_conf.h
/usr/include/meanwhile/mw_srvc_dir.h
/usr/include/meanwhile/mw_srvc_ft.h
/usr/include/meanwhile/mw_srvc_im.h
/usr/include/meanwhile/mw_srvc_place.h
/usr/include/meanwhile/mw_srvc_resolve.h
/usr/include/meanwhile/mw_srvc_store.h
/usr/include/meanwhile/mw_st_list.h
/usr/lib64/libmeanwhile.so
/usr/lib64/pkgconfig/meanwhile.pc
References
Summary
In this tutorial we learn how to install meanwhile-devel.x86_64 on Amazon Linux 2 using yum.