不错的磁盘使用工具dfc并不存在于Debian中,尽管它是在喘息和伸展中存在的。
如何在Debian 8中安装它?
发布于 2016-02-29 20:52:53
您必须从扩展安装它,添加debian 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把它们钉在比杰茜所有的资料都低的地方
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 dfchttps://unix.stackexchange.com/questions/266598
复制相似问题