android/*: add Ukrainian translation (#11317)
* android/*: add Ukrainian translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
29f38bdece
commit
ae66fa6d6f
24
pages.uk/android/pkg.md
Normal file
24
pages.uk/android/pkg.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# pkg
|
||||
|
||||
> Утиліта менеджеру пакетів для Termux.
|
||||
> Більше інформації: <https://wiki.termux.com/wiki/Package_Management>.
|
||||
|
||||
- Оновити всі встановлені пакети:
|
||||
|
||||
`pkg upgrade`
|
||||
|
||||
- Встановити пакет:
|
||||
|
||||
`pkg install {{пакет}}`
|
||||
|
||||
- Видалити пакет:
|
||||
|
||||
`pkg uninstall {{пакет}}`
|
||||
|
||||
- Перевстановити пакет:
|
||||
|
||||
`pkg reinstall {{пакет}}`
|
||||
|
||||
- Пошук пакету:
|
||||
|
||||
`pkg search {{пакет}}`
|
Reference in New Issue
Block a user