ubuntu解决错误笔记

160 阅读1分钟

解决仓库 “ppa.launchpad.net/fcitx-team/… impish Release” 没有 Releas

更新软件是时使用以下命令

sudo apt-get update
sudo apt-get upgrade

抛出错误

E: 仓库 “http://ppa.launchpad.net/fcitx-team/nightly/ubuntu impish Release” 没有 Release 文件。

解决方案:
1,进入仓库列表

cd /etc/apt/sources.list.d

2,找到错误网址("ppa.launchpad.net/fcitx-team/… impish Release")所对应仓库 我的是(fcitx-team-ubuntu-nightly-impish.list) 删除这个文件

sudo rm fcitx-team-ubuntu-nightly-impish.list

再次执行

sudo apt-get update
sudo apt-get upgrade

出现同样错误,重复以上步骤