天天看點

【優雅解決】:換源後 sudo apt-get update 出現 N: Updating from such a repository can't be done securely……運作 sudo apt-get update 出現 N: Updating from such a repository can’t be done securely……

運作 sudo apt-get update 出現 N: Updating from such a repository can’t be done securely……

本以為是源的問題,換了好幾個源,但都沒有見效。

現象如下:

【優雅解決】:換源後 sudo apt-get update 出現 N: Updating from such a repository can't be done securely……運作 sudo apt-get update 出現 N: Updating from such a repository can’t be done securely……

解決方案:

一:進入該檔案儲存位置

cd /etc/apt/sources.list.d
           

二:删除無法導入的檔案

sudo mv graphics-drivers-ubuntu-ppa-bionic.list graphics-drivers-ubuntu-ppa-bionic.list.bak
           

其中加了.bak字尾,作為備份以防萬一

完成後輸入 ll 檢視

【優雅解決】:換源後 sudo apt-get update 出現 N: Updating from such a repository can't be done securely……運作 sudo apt-get update 出現 N: Updating from such a repository can’t be done securely……

已OK

三:測試一下

sudo apt-get update
           

四:若apt-get update時卡在 waiting for headers,等了好久,最後報出Hash Sum mismatch的錯誤

【優雅解決】:換源後 sudo apt-get update 出現 N: Updating from such a repository can't be done securely……運作 sudo apt-get update 出現 N: Updating from such a repository can’t be done securely……

輸入語句:

sudo rm /var/lib/apt/lists/*
sudo rm /var/lib/apt/lists/partial/*
sudo apt-get update
           

五:大功告成,親測有效

如若有問題,請留言交流,我會及時檢視

繼續閱讀