Getting error.
Can't install Cyberpanel with LiteSpeed Enterprise to Ubuntu 20.04.1 LTS
CyberPanel Installer v2.03
E: Unable to locate package nghttp2
E: Unable to locate package idn2
E: Unable to locate package virtualenv
Getting error.
Can't install Cyberpanel with LiteSpeed Enterprise to Ubuntu 20.04.1 LTS
CyberPanel Installer v2.03
E: Unable to locate package nghttp2
E: Unable to locate package idn2
E: Unable to locate package virtualenv
You need to enable universe
repository, because nghttp2
, idn2
and virtualenv
are available from universe
.
sudo apt-get install software-properties-common
sudo add-apt-repository universe
root@tek:~# sudo add-apt-repository universe sudo: add-apt-repository: command not found
– land99 Feb 07 '21 at 19:45