winget: update page, add Tamil translation (#10258)

* winget: update page, add Tamil translation

* winget: update validate definition

* Update pages/windows/winget.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update winget.md

* Update pages/windows/winget.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages.ta/windows/winget.md

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
K.B.Dharun Krishna 2023-06-08 22:46:36 +05:30 committed by GitHub
parent e83e67e411
commit e43635feea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 2 deletions

View File

@ -0,0 +1,36 @@
# winget
> விண்டோஸ் தொகுப்பு மேலாளர் CLI.
> மேலும் விவரத்திற்கு: <https://learn.microsoft.com/windows/package-manager/winget>.
- ஒரு தொகுப்பை நிறுவவும்:
`winget install {{தொகுப்பு}}`
- தொகுப்பை அகற்று (குறிப்பு: `uninstall` என்பதற்குப் பதிலாக `remove` என்பதும் பயன்படுத்தப்படலாம்):
`winget uninstall {{தொகுப்பு}}`
- ஒரு தொகுப்பு பற்றிய தகவலை காட்டு:
`winget show {{தொகுப்பு}}`
- ஒரு தொகுப்பை தேடுங்கள்:
`winget search {{தொகுப்பு}}`
- அனைத்து தொகுப்புகளையும் சமீபத்திய பதிப்புகளுக்கு மேம்படுத்தவும்:
`winget upgrade --all`
- `winget` மூலம் நிர்வகிக்கக்கூடிய நிறுவப்பட்ட அனைத்து தொகுப்புகளையும் பட்டியலிடுங்கள்:
`winget list --source winget`
- ஒரு கோப்பிலிருந்து தொகுப்புகளை இறக்குமதி செய்யவும் அல்லது நிறுவப்பட்ட தொகுப்புகளை ஒரு கோப்பிற்கு ஏற்றுமதி செய்யவும்:
`winget {{import|export}} {{--import-file|--output}} {{பாதை/டு/கோப்பு}}`
- winget-pkgs களஞ்சியத்தில் PR ஐச் சமர்ப்பிக்கும் முன் மேனிஃபெஸ்ட்டைச் சரிபார்க்கவும்:
`winget validate {{பாதை/டு/மேனிஃபெஸ்ட்}}`

View File

@ -7,6 +7,10 @@
`winget install {{package}}`
- Remove a package (Note: `remove` can also be used instead of `uninstall`):
`winget uninstall {{package}}`
- Display information about a package:
`winget show {{package}}`
@ -15,10 +19,18 @@
`winget search {{package}}`
- Upgrade all packages to latest versions:
- Upgrade all packages to the latest versions:
`winget upgrade --all`
- List all packages installed that can be managed with winget:
- List all packages installed that can be managed with `winget`:
`winget list --source winget`
- Import packages from a file, or export installed packages to a file:
`winget {{import|export}} {{--import-file|--output}} {{path/to/file}}`
- Validate manifests before submitting a PR to the winget-pkgs repository:
`winget validate {{path/to/manifest}}`