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>
This commit is contained in:

committed by
GitHub

parent
e83e67e411
commit
e43635feea
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user