首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在Debian Jessie中安装dfc包

如何在Debian Jessie中安装dfc包
EN

Unix & Linux用户
提问于 2016-02-29 20:52:53
回答 1查看 287关注 0票数 0

不错的磁盘使用工具dfc并不存在于Debian中,尽管它是在喘息和伸展中存在的。

如何在Debian 8中安装它?

EN

回答 1

Unix & Linux用户

发布于 2016-02-29 20:52:53

您必须从扩展安装它,添加debian 8源代码:

代码语言:javascript
复制
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

把它们钉在比杰茜所有的资料都低的地方

代码语言:javascript
复制
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 

现在您可以用

代码语言:javascript
复制
apt-get update
apt-get install dfc
票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/266598

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档