1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 05:02:10 +02:00
tldr/pages.uk/linux/apt-add-repository.md
Okinea Dev 02b2048f05
pages*: add Ukrainian translation (#12566)
* pages*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-20 08:59:23 +05:30

705 B

apt-add-repository

Керує взаємодією з репозиторіями apt. Більше інформації: https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html.

  • Додайте новий репозиторій apt:

apt-add-repository {{репозиторій}}

  • Видалити репозиторій apt:

apt-add-repository --remove {{репозиторій}}

  • Оновити кеш пакетів після додавання репозиторію:

apt-add-repository --update {{репозиторій}}

  • Увімкнути вихідні пакети:

apt-add-repository --enable-source {{репозиторій}}