ubuntu apt update时报错"E: The method driver /usr/lib/apt/methods/https could not be found. N: Is the package apt-transport-https installed? 如何处理?

答:安装apt-transport-https即可
$ sudo apt install -y apt-transport-https

原文地址:https://www.cnblogs.com/dakewei/p/13332194.html