Articles of apt

docker.io包报告仅在EC2上丢失

我试图在Debian Jessie EC2镜像上安装Docker。 具体来说,我使用这个AMI: https : //wiki.debian.org/Cloud/AmazonEC2Image/Jessie 。 在本地运行的Debian机器上sudo apt-get install docker.io做到这一点。 但是,如果我从一个从官方的Debian EC2 AMI启动的EC2实例上运行,我会得到: admin@ip-10-136-121-82:~$ sudo apt-get install docker.io Reading package lists… Done Building dependency tree Reading state information… Done Package docker.io is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or […]

未能在Debian 8上安装docker

这是我第一次和Debian打交道,我需要一个docker工人。 我正在跟随https://docs.docker.com/engine/installation/linux/debian/得到它安装,但我面临的错误: % apt-get update Ign cdrom://[Debian GNU/Linux 8.3.0 _Jessie_ – Official amd64 DVD Binary-1 20160123-19:03] jessie InRelease Ign cdrom://[Debian GNU/Linux 8.3.0 _Jessie_ – Official amd64 DVD Binary-1 20160123-19:03] jessie Release.gpg Ign cdrom://[Debian GNU/Linux 8.3.0 _Jessie_ – Official amd64 DVD Binary-1 20160123-19:03] jessie Release Ign cdrom://[Debian GNU/Linux 8.3.0 _Jessie_ – Official amd64 DVD Binary-1 20160123-19:03] […]

有没有办法使apt-get升级不显示changelogs?

我希望能够脚本apt-get upgrade无需提示即可无缝运行,但在我的实验中,我无法停止显示提示,即使使用-y或–force yes 。 最近,从零开始build立RPis时,这是一个违例者,我只需要按q继续升级: ca-certificates (20141019+deb8u2) stable; urgency=medium Update Mozilla certificate authority bundle to version 2.9. The following certificate authorities were added (+): + "Certplus Root CA G1" + "Certplus Root CA G2" + "Certum Trusted Network CA 2" + "Hellenic Academic and Research Institutions ECC RootCA 2015" + "Hellenic Academic and Research Institutions […]

Fedora,apt-get和aptitude

我习惯于在基于Ubuntu的系统上工作。 我有几个DEBIAN软件库来分发我的软件。 现在,我想知道Fedora用户使用“apt-get”和DEBIAN库是否常见? 基于Fedora的系统与Aptitude相当于什么? 更新 :我了解Fedora人使用yum。 我的问题更多的是与“安装apt-get / aptitude是否可以访问DEB存储库中的东西?

我在哪里可以finddotdeb.org的gpg密钥

谁知道dotdeb.org仓库(用于debian灯包)的gpg密钥可以find?

git安装后的语言环境问题

前几天我试图在我的Debian系统上安装git。 instalation中止,从这一刻起,我每次得到一个locale错误,我尝试通过apt -…安装/ apt-get remove git Reading package lists… Done Building dependency tree Reading state information… Done The following packages will be REMOVED: git 0 upgraded, 0 newly installed, 1 to remove and 75 not upgraded. 18 not fully installed or removed. After this operation, 0B of additional disk space will be used. Do you […]

如何阻止Debian上的软件包安装?

对于Debian,我想阻止安装包。 例如,我想要木偶和超级用户无法安装ruby1.8 ,即使在依赖列表中有一个包含ruby1.8的包也被要求安装:木偶运行会失败, # apt-get install ruby1.8 我想要什么? 如果是这样,我该怎么办?

由于依赖性错误,无法安装libtirpc1

我想在虚拟Debian PC上运行一些二进制文件(这绝对是另一台PC上的)。 Debian 7.5稳定,增加了testing和不稳定的版本库。 (我不是这方面的专家)这个二进制文件使用RPC协议,并且失败了,消息:“无法注册服务:RPC”。 其他类似的问题表明,“rpcbind”是需要的,所以我决定安装它。 现在我运行“apt-get install rpcbind”并收到消息:下列软件包有未满足的依赖关系:rpcbind:取决于:libtirpc1,但不会被安装E:无法解决问题,你已经拿到了破包。 下一步,我尝试运行“apt-get install libtirpc1”并接收消息:以下软件包具有未满足的依赖关系:libc6:Breaks:libtirpc1(<0.2.3),但要安装0.2.2-5 E:Error,pkgProblemResolver: :解决生成的rest,这可能是由持有的包引起的。 libc6是我的二进制文件所需要的,我在上面的操作之前安装了它。 我能接下来做什么,有什么build议?

更改apt-get / aptitude的语言环境/语言

我有一个Debian系统,其中aptitude会生成德文消息,但我将默认语言环境设置为en_US.utf8。 有没有办法改变这个? 我更喜欢英文信息。 安德烈

在Debian服务器中安装Java

我正在尝试在Debian上安装Java(JRE)。 当我运行下面的apt-get命令时: apt-get install sun-java5-bin sun-java5-jre unixodbc libasound2 java-common locales libltdl3 odbcinst1debian1 安装会在我的shellterminal中显示graphics提示,要求同意使用条款。 我按下滚动条款,但我不能按下OK ,我试着点击它,然后按下input,但没有任何工作。 有没有办法确保apt-get只能调用控制台安装,或者有另一种方法来安装java?