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

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
(Новая страница: «=== Ubuntu - -bash: add-apt-repository: command not found === Ошибка вида: # add-apt-repository ppa:certbot/certbot -bash: add-apt-repository: comma…»)
 
Строка 7: Строка 7:
  
 
Решение - доустановить пакет '''python-software-properties''':
 
Решение - доустановить пакет '''python-software-properties''':
  # apt-get install python-software-properties
+
  # apt-get install software-properties-common python-software-properties

Версия 22:18, 5 ноября 2019

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