分页: 1 / 1

** 16.04 apt update 失败!!

发表于 : 2016-05-03 16:29
axim
16.04 apt update 时出现:

** (appstreamcli:6570): CRITICAL **: Error while moving old database out of the way.
AppStream cache update failed.

网络没问题,换源也不行

Re: ** 16.04 apt update 失败!!

发表于 : 2016-05-03 16:35
poloshiao
把下面指令 複製 貼進終端機 執行
sudo cat /etc/apt/sources.list.d/steam.list
把結果直接 選取/複製 貼上來

Re: ** 16.04 apt update 失败!!

发表于 : 2016-05-20 16:51
zigzed

代码: 全选

cd /tmp && mkdir asfix
cd asfix
wget https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.9.4-1ubuntu1_amd64.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_amd64.deb
sudo dpkg -i libappstream3*.deb
sudo dpkg -i appstream*.deb
这是 appstreamcli 这个包刷新 apt 的缓存导致的,具体信息可以看 https://bugs.launchpad.net/ubuntu/+sour ... ug/1579712