저는 Linux Mint 머신을 사용하고 있습니다. Laravel을 설치하고 싶습니다.
이것을 검색했을 때 다음 명령을 얻었습니다. curl -sS https://getcomposer.org/installer | php from "https://getcomposer.org/download/"
터미널에 넣어야 하는데 다음과 같은 결과가 나왔습니다.
The program 'php' is currently not installed. You can install it by typing:
sudo apt-get install php5-cli
The program 'curl' is currently not installed. You can install it by typing:
sudo apt-get install curl
그럼 내가 그랬어sudo apt-get install curl
libcurl3 curl
Install these packages without verification [y/N]? y
Err http://archive.ubuntu.com/ubuntu/ quantal-updates/main libcurl3 i386 7.27.0-1ubuntu1.9
404 Not Found [IP: 91.189.91.15 80]
Err http://security.ubuntu.com/ubuntu/ quantal-security/main libcurl3 i386 7.27.0-1ubuntu1.9
404 Not Found [IP: 91.189.91.14 80]
Err http://security.ubuntu.com/ubuntu/ quantal-security/main curl i386 7.27.0-1ubuntu1.9
404 Not Found [IP: 91.189.91.14 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/curl/libcurl3_7.27.0-1ubuntu1.9_i386.deb 404 Not Found [IP: 91.189.91.14 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/curl/curl_7.27.0-1ubuntu1.9_i386.deb 404 Not Found [IP: 91.189.91.14 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
설치에 실패했습니다.curl
Composer 및 Laravel과 함께 이러한 기능을 어떻게 성공적으로 설치할 수 있습니까?
답변1
사용 중인 Ubuntu 버전(Quantal, 12.10)은 다음과 같습니다.더 이상 지원되지 않음5월 16일부터 시행됩니다. 따라서 더 이상 패키지를 다운로드할 수 없습니다.
설치 DVD에서 설치하거나 curl
두 가지 모두에 대한 소스 코드를 다운로드하고 소스에서 컴파일할 수 있습니다.php
wget
하지만 12.10을 계속 사용하면 보안 업그레이드가 누락되므로 지원되는 Ubuntu 버전(14.04, 12.04)으로 업그레이드(또는 다운그레이드)하는 것이 좋습니다.