在執行sudo apt-get update
的時候會出現這樣一句話
E: 倉庫 “http://ppa.launchpad.net/chris-lea/node.js/ubuntu bionic Release” 沒有 Release 文件
解決方法如下: 先執行這個命令
sudo apt-get update | grep "Failed" E: 倉庫 “http://ppa.launchpad.net/chris-lea/node.js/ubuntu bionic Release” 沒有 Release 文件。
sudo add-apt-repository --remove ppa:chris-lea/node.js
這樣執行完之后,再去執行sudo apt-get update
就可以順利的完成了。