我安装了 Ubuntu 14.04。后来我尝试使用 getdeb 安装
sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb.
它卡在了Connecting to archive.getdeb.net..
我使用 (ctrl+c) ^C 中止此操作的地方。
伴随此情况的是几个错误,例如频繁的 /var/lib/dpkg/lock 锁定,并且几乎任何安装都会卡住,Connecting to archive.getdeb.net..
请指导我解决这些问题。
答案1
/home/$USER
是的,如果您已经运行此wget http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb
命令,它将位于目录下。
在安装上述.deb
软件包时,它会尝试从 URL 或服务器 (archive.getdeb.net) 获取某些内容,因为 .deb 软件包就是这样创建的。因此,在安装软件包之前,请先通过 连接到.deb
互联网dpkg
。