How To Install sendmail-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install sendmail-devel.x86_64 in Amazon Linux 2. sendmail-devel.x86_64 is Extra development include files and development files
Introduction
In this tutorial we learn how to install sendmail-devel.x86_64 on Amazon Linux 2.
What is sendmail-devel.x86_64
Include files and devel libraries for e.g. the milter add-ons as part of sendmail.
We can use yum to install sendmail-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 sendmail-devel.x86_64.
Install sendmail-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 sendmail-devel.x86_64 using yum by running the following command:
sudo yum -y install sendmail-devel.x86_64
How To Uninstall sendmail-devel.x86_64 on Amazon Linux 2
To uninstall only the sendmail-devel.x86_64 package we can use the following command:
sudo yum remove sendmail-devel.x86_64
sendmail-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/libmilter
/usr/include/libmilter/mfapi.h
/usr/include/libmilter/mfdef.h
/usr/lib64/libmilter.so
/usr/share/doc/sendmail-devel-8.14.7
/usr/share/doc/sendmail-devel-8.14.7/api.html
/usr/share/doc/sendmail-devel-8.14.7/design.html
/usr/share/doc/sendmail-devel-8.14.7/figure1.fig
/usr/share/doc/sendmail-devel-8.14.7/figure1.jpg
/usr/share/doc/sendmail-devel-8.14.7/figure1.ps
/usr/share/doc/sendmail-devel-8.14.7/figure2.fig
/usr/share/doc/sendmail-devel-8.14.7/figure2.jpg
/usr/share/doc/sendmail-devel-8.14.7/figure2.ps
/usr/share/doc/sendmail-devel-8.14.7/index.html
/usr/share/doc/sendmail-devel-8.14.7/installation.html
/usr/share/doc/sendmail-devel-8.14.7/other.html
/usr/share/doc/sendmail-devel-8.14.7/overview.html
/usr/share/doc/sendmail-devel-8.14.7/sample.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_addheader.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_addrcpt.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_addrcpt_par.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_chgfrom.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_chgheader.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_delrcpt.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_getpriv.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_getsymval.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_insheader.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_main.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_opensocket.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_progress.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_quarantine.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_register.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_replacebody.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_setbacklog.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_setconn.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_setdbg.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_setmlreply.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_setpriv.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_setreply.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_setsymlist.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_settimeout.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_stop.html
/usr/share/doc/sendmail-devel-8.14.7/smfi_version.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_abort.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_body.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_close.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_connect.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_data.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_envfrom.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_envrcpt.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_eoh.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_eom.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_header.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_helo.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_negotiate.html
/usr/share/doc/sendmail-devel-8.14.7/xxfi_unknown.html
References
Summary
In this tutorial we learn how to install sendmail-devel.x86_64 on Amazon Linux 2 using yum.