apt-get [Ubuntu] apt-get update Hash sum mismatch 2024. 10. 25. 아래와 같이 apt-get update시 Hash sum mismatch 발생시, 해결 방법을 소개합니다. 아래와 같이 하면 Hash Sum mismatch 에러가 해결 된다 :)apt-get update -o Acquire::CompressionTypes::Order::=gzapt-get upgrade -yapt-get dist-upgrade -y [Ubuntu] 의존성 포함 deb 패키지 다운로드 2024. 9. 4. deb만 다운로드 하고 싶을 경우아래 Command를 실행하면 /var/cache/apt/archives 디렉토리에 deb 파일을 다운로드$sudo apt reinstall --download-only -y [패키지명] 모든 의존성 패키지를 다운로드$sudo apt-cache depends [패키지명] | grep "Depends" | awk '{print $2}' | xargs apt-get download [Raspberry Pi] Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. 오류 2023. 9. 30. 1. 현상 Raspberry Pi 3 Model B를 가지고 OS 설치 및 apt-get upgrade 수행시 오류 발생 Err:1 https://ftp.lanet.kr/raspbian/raspbian buster/main armhf libgnutls30 armhf 3.6.7-4+deb10u10 Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 121.160.237.73 443] Err:2 https://ftp.lanet.kr/raspbia.. [Raspberry Pi] buster InRelease' changed its 'Suite' value from 'stable' to 'oldoldstable'" 오류 2023. 9. 30. 1. 현상 Raspberry Pi 3 Model B를 가지고 OS 설치 후, 아래와 같이 apt-get update 수행시 오류 발생 2. 원인 Bullseye가 릴리즈 되면서 기존 Buster의 stable 릴리즈가 oldoldstable로 변경되어 나타나는 현상 3. 해결 apt-get update --allow-releaseinfo-change root@raspberrypi:/home/pi# apt-get update 기존:1 https://deb.nodesource.com/node_10.x buster InRelease 기존:2 http://archive.raspberrypi.org/debian buster InRelease 받기:3 http://raspbian.raspberrypi.org/ras.. APT repository 제거 2020. 10. 17. * 출처: https://askubuntu.com/questions/307/how-can-ppas-be-removed How can PPAs be removed? I've added many PPAs using the add-apt-repository command. Is there a simple way to remove these PPAs? I've checked in /etc/apt/sources.list for the appropriate deb lines but they aren't there. T... askubuntu.com There are a number of options: Use the --remove flag, similar to how the PPA was added: sudo a.. 이전 1 다음