From adad80cc26f0e11139e9b29768b68683109a6dd9 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sun, 4 Aug 2024 08:09:27 +1000 Subject: [PATCH] Update ubuntu-package-install.md * Add Linux Mint 22.x --- docs/ubuntu-package-install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ubuntu-package-install.md b/docs/ubuntu-package-install.md index 4650cbd5d..ee6615b32 100644 --- a/docs/ubuntu-package-install.md +++ b/docs/ubuntu-package-install.md @@ -151,6 +151,7 @@ If required, review the table below based on your 'lsb_release' information to p | Linux Mint 19.x | This platform is End-of-Life (EOL) and no longer supported. You must upgrade to Linux Mint 21.x | | Linux Mint 20.x | Use [Ubuntu 20.04](#distribution-ubuntu-2004) instructions below | | Linux Mint 21.x | Use [Ubuntu 22.04](#distribution-ubuntu-2204) instructions below | +| Linux Mint 22.x | Use [Ubuntu 24.04](#distribution-ubuntu-2404) instructions below | | Linux Mint Debian Edition (LMDE) 5 / Elsie | Use [Debian 11](#distribution-debian-11) instructions below | | Linux Mint Debian Edition (LMDE) 6 / Faye | Use [Debian 12](#distribution-debian-12) instructions below | | Debian 9 | This platform is End-of-Life (EOL) and no longer supported. You must upgrade to Debian 12 | @@ -161,7 +162,7 @@ If required, review the table below based on your 'lsb_release' information to p | Raspbian GNU/Linux 10 | You must build from source or upgrade your Operating System to Raspbian GNU/Linux 12 | | Raspbian GNU/Linux 11 | Use [Debian 11](#distribution-debian-11) instructions below | | Raspbian GNU/Linux 12 | Use [Debian 12](#distribution-debian-12) instructions below | -| Ubuntu 18.04 / Bionic | This platform is End-of-Life (EOL) and no longer supported. You must upgrade to Ubuntu 22.04 | +| Ubuntu 18.04 / Bionic | This platform is End-of-Life (EOL) and no longer supported. You must upgrade to Ubuntu 24.04 | | Ubuntu 20.04 / Focal | Use [Ubuntu 20.04](#distribution-ubuntu-2004) instructions below | | Ubuntu 21.04 / Hirsute | Use [Ubuntu 21.04](#distribution-ubuntu-2104) instructions below | | Ubuntu 21.10 / Impish | Use [Ubuntu 21.10](#distribution-ubuntu-2110) instructions below |