android/*: add Ukrainian translation (#11317)

* android/*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Bohdan Karashchuk
2023-10-28 11:16:11 +03:00
committed by GitHub
parent 29f38bdece
commit ae66fa6d6f
14 changed files with 274 additions and 0 deletions

24
pages.uk/android/pkg.md Normal file
View File

@@ -0,0 +1,24 @@
# pkg
> Утиліта менеджеру пакетів для Termux.
> Більше інформації: <https://wiki.termux.com/wiki/Package_Management>.
- Оновити всі встановлені пакети:
`pkg upgrade`
- Встановити пакет:
`pkg install {{пакет}}`
- Видалити пакет:
`pkg uninstall {{пакет}}`
- Перевстановити пакет:
`pkg reinstall {{пакет}}`
- Пошук пакету:
`pkg search {{пакет}}`