我试着跑
apache2
它说
Command 'apache2' not found, but can be installed with:
apt install apache2-bin
所以我跑了
apt install apache2-bin
它说
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package apache2-bin
我试过了sudo apt update
,sudo apt full-upgrade
但还是没有用。
我正在运行 Canonical-Ubuntu-22.04-aarch64-2022.11.06-0
/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