Linux Distribution

Glenn Maxwell 12,871 Reputation points
2025-01-02T17:39:19.91+00:00

Hi All,

I want to install Ubuntu 22.04 LTS on Windows Server 2019. I am following the MS article linked below:

https://learn.microsoft.com/en-us/windows/wsl/install-manual#downloading-distributions

The article mentions performing the steps listed, but the distribution I downloaded has the extension .AppxBundle.

ubuntu

Rename-Item .\Ubuntu.appx .\Ubuntu.zip 
Expand-Archive .\Ubuntu.zip .\Ubuntu  
Add-AppxPackage .\app_name.appx

Can someone guide me on how to install Ubuntu 22.04 LTS on Windows Server 2019?

Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Server | User experience | Other
{count} votes

Accepted answer
  1. Rich Matheisen 47,901 Reputation points
    2025-01-02T20:54:07.6533333+00:00

    Have you tried using Add-AppxPackage .\Ubuntu2204-221101.appxbundle?


1 additional answer

Sort by: Most helpful
  1. Glenn Maxwell 12,871 Reputation points
    2025-01-06T04:25:28.45+00:00

    i was able to install ubuntu distribution on windows server 2019. can i access the ubuntu distribution from powershell or is there any terminal to be installed.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.