關於ubuntu16.04在 sudo apt-get update 時出現如下錯誤:
針對這種情況,本人結合網上的解決方案總結出以下方案,三條命令搞定,希望有用。
1. 進入 sources.list.d 文件 命令如下:
cd /etc/apt/sources.list.d
2. 移動文件
sudo mv fkrull-ubuntu-deadsnakes-artful.list fkrull-ubuntu-deadsnakes-artful.list.save
3. 再次更新
sudo apt-get update