Skip to content

Commit e376128

Browse files
committed
Merged main into live
2 parents ccc2f77 + ab5e6af commit e376128

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

hub/package-manager/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Windows Package Manager
33
description: Windows Package Manager is a comprehensive package manager solution that consists of a command line tool and set of services for installing applications on Windows.
4-
ms.date: 11/21/2024
4+
ms.date: 02/13/2025
55
ms.topic: overview
66
---
77

88
# Windows Package Manager
99

1010
Windows Package Manager is a comprehensive [package manager solution](#understanding-package-managers) that includes:
1111

12-
- [WinGet](./winget/index.md): The command line tool and client interface for the Windows Package Manager service.
12+
- [WinGet](./winget/index.md): The command line tool and client interface for the Windows Package Manager service. You can view the packages available using the command [`winget list`](./winget/list.md), find more winget commands: [Use the WinGet tool to install and manage applications](.winget/index.md).
1313
- [Submit packages to Windows Package Manager](./package/index.md): The packaging services for hosting and installing applications on Windows devices.
1414
- [WinGet Configuration files](./configuration/index.md): Create a set of instructions for Windows Package Manager to consolidate the steps for manually setting up a device and onboarding to a new project to a single command that is reliable and repeatable. WinGet Configuration files utilize PowerShell Desired State Configuration (DSC) in combination with YAML formatted instructions and WinGet packages to handle your machine set up.
1515

landing/arm-docs/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows on Arm documentation
33
description: Learn more about running Windows on PCs powered by Arm processors. Find guidance on how to build Windows apps for Arm64 devices or iteratively update your existing Windows app to take advantage of Arm64 native capabilities.
4-
ms.date: 10/31/2024
4+
ms.date: 02/13/2025
55
ms.topic: article
66
ms.service: windows
77
ms.subservice: arm
@@ -19,6 +19,8 @@ Windows 10 enables existing unmodified x86 apps to run on Arm devices. Windows 1
1919

2020
For the best performance, responsiveness, and battery life, users will want and need Arm-native Windows apps, which means that developers will need to build or port Arm-native Windows apps.
2121

22+
Check whether it's supported on Arm: [Windows on Arm Ready Software](https://www.worksonwoa.com/en/) - This site is your source for compatibility information for many apps and games on Windows devices that run on Arm architecture and will be updated over time.
23+
2224
### Virtual Machines
2325

2426
You can create and deploy Windows 11 Arm64 VMs with Ampere Altra Arm–based processors on Azure. Learn how in this [Quickstart article](./create-arm-vm.md).

0 commit comments

Comments
 (0)