Debian Jessie에 dfc 패키지를 설치하는 방법

Debian Jessie에 dfc 패키지를 설치하는 방법

dfcWheezy와 Stretch는 있지만 데비안 jessie에는 좋은 디스크 사용 도구가 없습니다.

데비안 8에 어떻게 설치하나요?

답변1

스트레치에서 설치하고 데비안 8 소스를 추가해야 합니다:

echo "deb http://mirror.hetzner.de/debian/packages    stretch main contrib non-free
deb http://http.debian.net/debian               stretch main contrib non-free

deb http://http.debian.net/debian/ stretch-updates main contrib non-free

deb http://security.debian.org/ stretch/updates main contrib non-free
" > /etc/apt/sources.list.d/stretch.list

모든 jesse 소스 아래에 고정하세요.

echo "Package:  *
Pin:  release n=jessie-updates
Pin-Priority:  500

Package:  *
Pin:  release n=jessie
Pin-Priority:  500

Package:  *
Pin:  release n=stretch-updates
Pin-Priority:  499

Package:  *
Pin:  release n=stretch
Pin-Priority:  499
" > /etc/apt/preferences.d/stretch-manual-only 

이제 설치하시면 됩니다

apt-get update
apt-get install dfc

관련 정보