pages*: add Ukrainian translation (#12566)

* pages*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Okinea Dev
2024-04-20 06:29:23 +03:00
committed by GitHub
parent 3a1c83b484
commit 02b2048f05
12 changed files with 268 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
# 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 {{репозиторій}}`