Skip to content

Commit

Permalink
winget: update page, add Tamil translation (tldr-pages#10258)
Browse files Browse the repository at this point in the history
* winget: update page, add Tamil translation

* winget: update validate definition

* Update pages/windows/winget.md

Co-authored-by: Jack Lin <[email protected]>

* Update winget.md

* Update pages/windows/winget.md

Co-authored-by: Lena <[email protected]>

* Update pages.ta/windows/winget.md

---------

Co-authored-by: Jack Lin <[email protected]>
Co-authored-by: Lena <[email protected]>
  • Loading branch information
3 people authored Jun 8, 2023
1 parent e83e67e commit e43635f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
36 changes: 36 additions & 0 deletions pages.ta/windows/winget.md
Original file line number Diff line number Diff line change
@@ -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 {{பாதை/டு/மேனிஃபெஸ்ட்}}`
16 changes: 14 additions & 2 deletions pages/windows/winget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`
Expand All @@ -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}}`

0 comments on commit e43635f

Please sign in to comment.