Ubuntu - -bash: add-apt-repository: command not found: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
 
Строка 7: Строка 7:
  
 
Решение - доустановить пакет '''python-software-properties''':
 
Решение - доустановить пакет '''python-software-properties''':
  # apt-get install software-properties-common python-software-properties
+
  # apt-get install software-properties-common python-software-properties -y

Текущая версия на 21:33, 2 августа 2023

Ubuntu - -bash: add-apt-repository: command not found

Ошибка вида:

#  add-apt-repository ppa:certbot/certbot
-bash: add-apt-repository: command not found


Решение - доустановить пакет python-software-properties:

# apt-get install software-properties-common python-software-properties -y