I tried to run
apache2
And it said
Command 'apache2' not found, but can be installed with:
apt install apache2-bin
So I ran
apt install apache2-bin
And it said
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package apache2-bin
I tried sudo apt update
and sudo apt full-upgrade
and it still didn't work.
I'm running Canonical-Ubuntu-22.04-aarch64-2022.11.06-0
Content of /etc/apt/sources.list :
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ jammy partner
deb-src http://archive.canonical.com/ubuntu/ jammy partner