SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Список вопросов Печать

E: The method driver /usr/lib/apt/methods/https could not be found. N: Is the package apt-transport-https installed?


Метки: ubuntu apt apt-get 

# apt-get install nginx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  nginx-common nginx-light
Suggested packages:
  fcgiwrap nginx-doc ssl-cert
The following NEW packages will be installed:
  nginx nginx-common nginx-light
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?

Ответы

RemiZOffAlex  Создано: 2020-04-08 19:48:54.984560  Обновлено: 2020-04-08 19:48:54.984560
# cd /usr/lib/apt/methods
# ln -s http https

Возможно будут интересны и другие вопросы