apt [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 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 다음