Could not install on Ubuntu 22.04.06 #419

Closed
opened 2026-04-05 20:27:47 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @agezco on 4/3/2023

CloudPanel version(s) affected

2.2.1

Description

Trying to install on fresh installed server running on ubuntu 22.04.06

curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; echo "e0838864b7376b0390b4855d8d5c1425d83edffb38d2c980cf5b1c1a71d105bc install.sh" | sha256sum -c && sudo bash install.sh
install.sh: OK
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1).
The following packages were automatically installed and are no longer required:
  libfwupdplugin1 libxmlb1
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ERROR: Only Ubuntu 22.04 LTS is supported. 

How to reproduce

Get latest ubuntu server 22.04 iso
apt-get update && apt-get upgrade && apt-get dist-upgrade

Possible Solution

No response

Additional Context

No response

*Originally created by @agezco on 4/3/2023* ### CloudPanel version(s) affected 2.2.1 ### Description Trying to install on fresh installed server running on ubuntu 22.04.06 ``` curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; echo "e0838864b7376b0390b4855d8d5c1425d83edffb38d2c980cf5b1c1a71d105bc install.sh" | sha256sum -c && sudo bash install.sh install.sh: OK Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease Hit:4 http://archive.ubuntu.com/ubuntu focal-security InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. Reading package lists... Done Building dependency tree Reading state information... Done lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). The following packages were automatically installed and are no longer required: libfwupdplugin1 libxmlb1 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ERROR: Only Ubuntu 22.04 LTS is supported. ``` ### How to reproduce Get latest ubuntu server 22.04 iso apt-get update && apt-get upgrade && apt-get dist-upgrade ### Possible Solution _No response_ ### Additional Context _No response_
Sign in to join this conversation.