@@ -52,7 +52,7 @@ ImunifyAV provides malware scanning features for cPanel, Plesk and DirectAdmin c
5252
5353* <span class =" notranslate " >CentOS/RHEL</span > 7, 8, 9
5454* <span class =" notranslate " >CloudLinux</span > OS 7, 8, 9
55- * <span class =" notranslate " >Ubuntu</span > 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24 .04
55+ * <span class =" notranslate " >Ubuntu</span > 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), 24.04, and 26 .04 (standalone only)
5656* <span class =" notranslate " >Debian</span > 9 (up to Imunify v6.11 (including)), 10 (requires buster-backports), 11, 12 and 13 (Plesk, DirectAdmin, and Stand-alone)
5757* <span class =" notranslate " >AlmaLinux</span > 8, 9, 10
5858* <span class =" notranslate " >Rocky Linux</span > 8, 9 (cPanel, Plesk, and standalone)
@@ -233,6 +233,30 @@ apt-get update
233233apt-get install --only-upgrade imunify-antivirus
234234```
235235
236+ To upgrade ImunifyAV ** beta** on Ubuntu 22.04, run the following command:
237+
238+ ```
239+ echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/22.04/ jammy main' > /etc/apt/sources.list.d/imunify360-testing.list
240+ apt-get update
241+ apt-get install --only-upgrade imunify-antivirus
242+ ```
243+
244+ To upgrade ImunifyAV ** beta** on Ubuntu 24.04, run the following command:
245+
246+ ```
247+ echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/24.04/ noble main' > /etc/apt/sources.list.d/imunify360-testing.list
248+ apt-get update
249+ apt-get install --only-upgrade imunify-antivirus
250+ ```
251+
252+ To upgrade ImunifyAV ** beta** on Ubuntu 26.04, run the following command:
253+
254+ ```
255+ echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/26.04/ resolute main' > /etc/apt/sources.list.d/imunify360-testing.list
256+ apt-get update
257+ apt-get install --only-upgrade imunify-antivirus
258+ ```
259+
236260To upgrade ImunifyAV ** beta** on Debian 9, run the following command:
237261
238262```
0 commit comments