How to Install and Uninstall up-imapproxy.x86_64 Package on Rocky Linux 9

Last updated: July 01,2024

1. Install "up-imapproxy.x86_64" package

This tutorial shows how to install up-imapproxy.x86_64 on Rocky Linux 9

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

2. Uninstall "up-imapproxy.x86_64" package

Please follow the step by step instructions below to uninstall up-imapproxy.x86_64 on Rocky Linux 9:

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

3. Information about the up-imapproxy.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:43:50 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : up-imapproxy
Version : 1.2.8
Release : 0.22.20171022svn14722.el9
Architecture : x86_64
Size : 65 k
Source : up-imapproxy-1.2.8-0.22.20171022svn14722.el9.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.