Site icon Mr. 沙先生

茶包專欄:apt 認不得 https mothed

這個問題偶爾會出現,但是一直忘了怎麼解,這次剛好抓到時間筆記下來。

問題的發生在 Ubuntu 的環境內,當 apt 要進行 update 的時候出現認不到 https mothed 的情況

The method driver /usr/lib/apt/methods/https could not be found.

其實答案就是少裝了 apt-transport-https 套件而已 …,這樣 apt 就支援 https 了。

sudo apt-get install apt-transport-https
Exit mobile version