root 권한은 우분투로 재설치해서 진행은 했습니다.

root 권한은 우분투로 재설치해서 진행은 했습니다. 그런데 apm 이 안깔려 있어서 설치를 진행하는데 에러가 나서 설치가 안되는데 간단한 방법이 있습니까? 아니면 찾아서 업로드해서 설치해야 하는데… 전문이 아닌지라…
root@JEJU01:~# apache2
The program ‘apache2’ is currently not installed. You can install it by typing:
apt-get install apache2-bin
root@JEJU01:~# apt-get install apache2-bin
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following extra packages will be installed:
libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
Suggested packages:
apache2-doc apache2-suexec-pristine apache2-suexec-custom
The following NEW packages will be installed:
apache2-bin libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 847 kB/1,028 kB of archives.
After this operation, 4,067 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Err archive.ubuntu.com/ubuntu/trusty-updates/main apache2-bin amd64 2.4. 7-1ubuntu4.16
404 Not Found [IP: 91.189.88.152 80]
Err security.ubuntu.com/ubuntu/ trusty-security/main apache2-bin amd64 2. 4.7-1ubuntu4.16
404 Not Found [IP: 91.189.88.162 80]
E: Failed to fetch security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2 -bin_2.4.7-1ubuntu4.16_amd64.deb 404 Not Found [IP: 91.189.88.162 80]E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

sudo apt-get update 를 먼저 해보시겠어요?

네 감사합니다. 하나씩 찾아서 해결해 가고 있습니다.