forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
winget: update page, add Tamil translation (tldr-pages#10258)
* 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
1 parent
e83e67e
commit e43635f
Showing
2 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {{பாதை/டு/மேனிஃபெஸ்ட்}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters