OS/Troubleshooting3 [Ubuntu] apt install 실패 apt install [Package Name] 명령어 실행 후 위와 같은 에러가 나오며 설치가 되지 않을때, 해결법입니다. 1. 패키지 리스트 업데이트를 진행합니다. 먼저, 최신 저장소 정보를 가져올 수 있도록 아래와 같은 명령어를 실행시켜줍니다. apt-get update 그럼에도 불구하고, "Release file is not valid yet" 오류가 발생하면 다음과 같이 해결해줍니다. 2. 시스템 시간 확인합니다.이 명령을 통해 시스템의 현재 날짜와 시간이 정확한지 확인합니다. 3. 시간 자동 동기화 설정합니다.시간이 올바르지 않은 경우, NTP(Network Time Protocol)를 사용해 시간을 자동으로 동기화합니다.sudo apt-get install ntpsudo systemctl.. 2024. 8. 20. [Ubuntu]apt 서버 변경하기 apt update 명령어 실행시 아래와 같은 에러 발생시 troubleshooting 과정입니다..OS : Ubuntu 22.04(LTS)All packages are up to date.W: Failed to fetch http://ftp.harukasan.org/debian/dists/stretch/InRelease Cannot initiate the connection to ftp.harukasan.org:80 (2001:470:23:440::2). - connect (101: Network is unreachable) Could not connect to ftp.harukasan.org:80 (118.38.208.102), connection timed out Could not connect .. 2024. 6. 24. [CentOS] Yum Repository Mirror Server 이슈 이슈 : 필요한 레포지토리 설치 명령어 실행 시 발생failure: repodata/repomd.xml from extras: [Errno 256] No more mirrors to try. [Errno 12] Timeout on https://mirror.navercorp.com/centos/환경 : CentOS 7원인 : yum repository 설정 파일에 등록되어 있는 미러 서버가 다운되어 있거나 응답하지 않는 상태로 인해 발생 해결방법1. 네트워크 연결 상태 확인ping google.com2. yum repository 다른 미러 서버로 변경#sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/y.. 2024. 6. 10. 이전 1 다음