系 统:Ubuntu18.04
问题描述:在安装 *.APPImage文件时,添加appimage的镜像源后,进行更新时出现上述错误。
  解决方案:
 首先进入镜像源配置文件夹:
cd /etc/apt/sources.list.d
  然后查看sources.list.d文件夹下的文件:
 
 删除与appimage有关的源文件配置文件:
sudo rm appimahelauncher-team-ubuntu-stable-bionic.list
最后更新一下:
sudo apt-get update
  运行结果显示无错误: