0

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

GAD3R
  • 3,507
land99
  • 1

1 Answers1

0

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
GAD3R
  • 3,507