1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

winget: add Indonesian translation (#8711)

This commit is contained in:
Syafa Adena 2022-10-09 04:28:07 +07:00 committed by GitHub
parent eaf1b74802
commit a8525123fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,32 @@
# winget
> Manajer Paket Antarmuka Baris Perintah Windows.
> Informasi lebih lanjut: <https://learn.microsoft.com/id-id/windows/package-manager/winget>.
- Instal paket:
`winget install {{nama_paket}}`
- Tampilkan informasi tentang paket:
`winget show {{nama_paket}}`
- Cari paket:
`winget search {{nama_paket}}`
- Perbarui paket:
`winget upgrade {{nama_paket}}`
- Tampilkan paket:
`winget list {{nama_paket}}`
- Hapus paket:
`winget uninstall {{nama_paket}}`
- Bantuan daftar lengkap perintah:
`winget --help`