我使用以下命令安装openoffice
sudo add-apt-repository ppa:upubuntu-com/office
sudo apt-get update
sudo apt-get install openoffice现在,在下载了大约20 my之后,我的互联网连接在再次尝试安装时中断了,如下所示
Err http://ppa.launchpad.net/upubuntu-com/office/ubuntu/ precise/main openoffice amd64 3.4~precise
Connection failed
Failed to fetch http://ppa.launchpad.net/upubuntu-com/office/ubuntu/pool/main/o/openoffice/openoffice_3.4~precise_amd64.deb Connection failed
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?如何解决这些错误?
发布于 2012-10-26 15:03:11
如果我正确地理解了你的问题,这应该可以解决它:
sudo apt-get install openoffice --fix-missing发布于 2012-11-19 11:04:14
https://askubuntu.com/questions/206662
复制相似问题