Monday, April 25, 2022

How to fix "The method driver /usr/lib/apt/methods/https could not be found."

ISSUE:

apt-get update

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

N: Is the package apt-transport-https installed?


HOW TO FIX:

cd /usr/lib/apt/methods; ln -s http https



TEST CONFIRM FIXED:

apt-get update



No comments:

Post a Comment