How to Install and Uninstall up-imapproxy.x86_64 Package on CentOS Stream 8

Last updated: May 21,2024

1. Install "up-imapproxy.x86_64" package

This guide covers the steps necessary to install up-imapproxy.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install up-imapproxy.x86_64

2. Uninstall "up-imapproxy.x86_64" package

This is a short guide on how to uninstall up-imapproxy.x86_64 on CentOS Stream 8:

$ sudo dnf remove up-imapproxy.x86_64 $ sudo dnf autoremove

3. Information about the up-imapproxy.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:36:59 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : up-imapproxy
Version : 1.2.8
Release : 0.17.20171022svn14722.el8
Architecture : x86_64
Size : 72 k
Source : up-imapproxy-1.2.8-0.17.20171022svn14722.el8.src.rpm
Repository : epel
Summary : University of Pittsburgh IMAP Proxy
URL : http://www.imapproxy.org
License : GPLv2+
Description : imapproxy was written to compensate for webmail clients that are
: unable to maintain persistent connections to an IMAP server. Most
: webmail clients need to log in to an IMAP server for nearly every
: single transaction. This behaviour can cause tragic performance
: problems on the IMAP server. imapproxy tries to deal with this problem
: by leaving server connections open for a short time after a webmail
: client logs out. When the webmail client connects again, imapproxy
: will determine if there's a cached connection available and reuse it
: if possible.