How To Install uw-imap-devel on CentOS 8

uw-imap-devel is Development tools for programs which will use the UW IMAP library

Introduction

In this tutorial we learn how to install uw-imap-devel on CentOS 8.

What is uw-imap-devel

Contains the header files and libraries for developing programs which will use the UW C-client common API.

We can use yum or dnf to install uw-imap-devel on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install uw-imap-devel.

Install uw-imap-devel on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install uw-imap-devel using dnf by running the following command:

sudo dnf -y install uw-imap-devel

Install uw-imap-devel on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install uw-imap-devel using yum by running the following command:

sudo yum -y install uw-imap-devel

How To Uninstall uw-imap-devel on CentOS 8

To uninstall only the uw-imap-devel package we can use the following command:

sudo dnf remove uw-imap-devel

uw-imap-devel Package Contents on CentOS 8

/usr/include/imap
/usr/include/imap/c-client.h
/usr/include/imap/dummy.h
/usr/include/imap/env.h
/usr/include/imap/env_unix.h
/usr/include/imap/fdstring.h
/usr/include/imap/flockcyg.h
/usr/include/imap/flocksim.h
/usr/include/imap/flstring.h
/usr/include/imap/fs.h
/usr/include/imap/ftl.h
/usr/include/imap/imap4r1.h
/usr/include/imap/linkage.c
/usr/include/imap/linkage.h
/usr/include/imap/mail.h
/usr/include/imap/misc.h
/usr/include/imap/netmsg.h
/usr/include/imap/newsrc.h
/usr/include/imap/nl.h
/usr/include/imap/nntp.h
/usr/include/imap/os_a32.h
/usr/include/imap/os_a41.h
/usr/include/imap/os_a52.h
/usr/include/imap/os_aix.h
/usr/include/imap/os_aos.h
/usr/include/imap/os_art.h
/usr/include/imap/os_asv.h
/usr/include/imap/os_aux.h
/usr/include/imap/os_bsd.h
/usr/include/imap/os_bsf.h
/usr/include/imap/os_bsi.h
/usr/include/imap/os_cvx.h
/usr/include/imap/os_cyg.h
/usr/include/imap/os_d-g.h
/usr/include/imap/os_do4.h
/usr/include/imap/os_drs.h
/usr/include/imap/os_dyn.h
/usr/include/imap/os_hpp.h
/usr/include/imap/os_isc.h
/usr/include/imap/os_lnx.h
/usr/include/imap/os_lyn.h
/usr/include/imap/os_mct.h
/usr/include/imap/os_mnt.h
/usr/include/imap/os_nto.h
/usr/include/imap/os_nxt.h
/usr/include/imap/os_os4.h
/usr/include/imap/os_osf.h
/usr/include/imap/os_osx.h
/usr/include/imap/os_ptx.h
/usr/include/imap/os_pyr.h
/usr/include/imap/os_qnx.h
/usr/include/imap/os_s40.h
/usr/include/imap/os_sc5.h
/usr/include/imap/os_sco.h
/usr/include/imap/os_sgi.h
/usr/include/imap/os_shp.h
/usr/include/imap/os_slx.h
/usr/include/imap/os_soln.h
/usr/include/imap/os_solo.h
/usr/include/imap/os_sos.h
/usr/include/imap/os_sua.h
/usr/include/imap/os_sun.h
/usr/include/imap/os_sv2.h
/usr/include/imap/os_sv4.h
/usr/include/imap/os_ult.h
/usr/include/imap/os_vu2.h
/usr/include/imap/osdep.h
/usr/include/imap/pseudo.h
/usr/include/imap/rfc822.h
/usr/include/imap/shortsym.h
/usr/include/imap/smtp.h
/usr/include/imap/sslio.h
/usr/include/imap/tcp.h
/usr/include/imap/tcp_unix.h
/usr/include/imap/unix.h
/usr/include/imap/utf8.h
/usr/include/imap/utf8aux.h
/usr/lib64/libc-client.so

References

Summary

In this tutorial we learn how to install uw-imap-devel on CentOS 8 using yum and dnf.