You don't have enough free space in /var/cache/apt/archives/

boingboing·2023년 4월 24일
0

CUDA 설치하다가 발생함.

sol.1

apt-get autoclean 옵션 -> 검색된 패키지 파일의 로컬 저장소를 지움. 더 이상 다운로드할 수 없고 쓸모가 없는 파일만 제거함.

sol.2

apt-get clean

/var/cache에 남아있는 패키지 파일의 로컬 저장소를 지움.

정리하는 디렉토리는

  • apt-get을 사용하여 패키지를 설치할 때 또는 apt 명령 (또는 소프트웨어 센터의 DEB 패키지), apt 패키지 관리자 .deb 형식으로 패키지 및 종속성을 다운로드하고 / var / cache / apt / archives 폴더에 보관합니다.

안 되 ㅅㅂ

sol.3

Question: Can I simply remove the files like pkgcache.bin.02SUCA? I guess that pkgcache.bin and srcpkgcache.bin are important aren't they?

https://askubuntu.com/questions/705196/remove-files-from-var-cache-apt-not-archives

From Ubuntu Wiki

Apt stores two caches in /var/cache/apt/: srcpkgcache.bin is rather useless these days, and pkgcache.bin is only needed for faster lookups with apt-cache (software-center has its own cache). Removing those two buys 26 MB, for the price of apt-cache taking an extra two seconds for each lookup.

strpkgcache.bin은 쓸데없다네요~

근데 애초에 apt-get방식으로 안 쓰고 그냥 받으면
저 캐시 디렉토리에 apt-get 관련 캐시가 쌓일 일도 없었음.

0개의 댓글