Windows 10: The packaged version of WSL is not supported by windows-version 10.0.19045.2130

Discus and support The packaged version of WSL is not supported by windows-version 10.0.19045.2130 in Windows 10 Software and Apps to solve the problem; Hello,I have activated the windows feature WSL and restarted my PC as well.When I run the wsl command from the powershell, I receive the following... Discussion in 'Windows 10 Software and Apps' started by sisteu322, Nov 1, 2022.

  1. sisteu322 Win User

    The packaged version of WSL is not supported by windows-version 10.0.19045.2130


    Hello,I have activated the windows feature WSL and restarted my PC as well.When I run the wsl command from the powershell, I receive the following message "The packaged version of WSL is not supported by windows-version 10.0.19045.2130". This is weird since I have the windows-version 22H2 build 19045.2130 installed, which should support WSL.How can this be fixed?*** moved to english Community ***

    :)
     
    sisteu322, Nov 1, 2022
    #1
  2. Brink Win User

    Systemd support is now available in WSL

    Many popular distributions run systemd by default, such as Ubuntu, Debian and more. This change means that WSL will be even more similar to using your favorite Linux distros on a bare metal machine, and will let you use software that depends on systemd support.

    A few examples of Linux applications that depend on systemd are:

    • snap
      • A handy binary that allows you to install and manage software inside Ubuntu.
      • Try running: snap install spotify or snap install postman
    • microk8s
    • systemctl
      • A tool that’s part of systemd, interact with services on your Linux machine
      • Try systemctl list-units --type=service to see which services are available and their status
    How is this change possible in WSL?

    Supporting systemd required changes to the WSL architecture. As systemd requires PID 1, the WSL init process started within the Linux distribution becomes a child process of the systemd. Because the WSL init process is responsible for providing the infrastructure for communication between the Linux and Windows components, changing this hierarchy required rethinking some of the assumptions made with the WSL init process. Additional modifications had to be made to ensure a clean shutdown (as that shutdown is controlled by systemd now) and to have compatibility with WSLg, It is also important to note that with these change, systemd services will NOT keep your WSL instance alive. Your WSL instance will stay alive in the same way it did before, which you can read more about here.

    Given that this changes how WSL behaves when booting up, we wanted to be careful about applying this to user’s already existing WSL distros. So currently you need to opt-in to enable systemd for a specific WSL distro, and we will monitor feedback and investigate making this behavior by default in the future.

    How can you get systemd on your machine?

    To get started, you will need to do these two things: – Ensure you are running the right version of WSL: Version 0.67.6 and above – Set the systemd flag set in your WSL distro settings

    Ensuring you are on the right WSL version

    This change is only available in the Microsoft Store version of WSL version 0.67.6 and higher. You can check your version number by running wsl --version. If that command fails then you are running the in-Windows version of WSL and need to upgrade to the Store version.

    This version of WSL is now available in the Microsoft Store to users on Windows Insiders build for initial testing, and then after a few weeks we will make it available to all users to ensure quality. You can run wsl --update to check for any WSL updates.

    If you are not on Windows Insiders and want to use it immediately, you can download the latest release from the WSL release page.

    Set the systemd flag set in your WSL distro settings

    You will need to edit the wsl.conf file to ensure systemd starts up on boot.

    Add these lines to the /etc/wsl.conf (note you will need to run your editor with sudo privileges, e.g: sudo nano /etc/wsl.conf):

    Code:
    And close out of the nano editor using CTRL+O to save and CTRL+X to exit.

    Final steps

    With the above steps done, close your WSL distro Windows and run wsl.exe --shutdown from PowerShell to restart your WSL instances. Upon launch you should have systemd running. You can check this with the command systemctl list-unit-files --type=service which should show your services’ status.

    Acknowledgements and Feedback!

    Thank you to the Canonical team for working with us to deliver this feature! Check out Canonical’s blog post here. For any technical issues please file them on the Microsoft/WSL Github repo. You can follow up with WSL team members, or with me on Twitter. Lastly, learn more about WSL, including how to set up common development tools like Git, VS Code, Docker containers, databases, GPU acceleration for machine learning, and more, by visiting the WSL documentation.
    Source: https://devblogs.microsoft.com/comma...ilable-in-wsl/

    Microsoft Store: https://www.elevenforum.com/t/instal...indows-11.377/
     
    Brink, Nov 1, 2022
    #2
  3. Brink Win User
    WSL 2 Support is coming to Windows 10 Versions 1903 and 1909

    Source: https://devblogs.microsoft.com/comma...1903-and-1909/
     
    Brink, Nov 1, 2022
    #3
  4. Brink Win User

    The packaged version of WSL is not supported by windows-version 10.0.19045.2130

    Windows Subsystem for Linux (WSL) 0.68.4 released

    Source: Release 0.68.4 . microsoft/WSL . GitHub

    See also:
     
    Brink, Nov 1, 2022
    #4
Thema:

The packaged version of WSL is not supported by windows-version 10.0.19045.2130

Loading...
  1. The packaged version of WSL is not supported by windows-version 10.0.19045.2130 - Similar Threads - packaged version WSL

  2. wsl: Mirrored networking mode is not supported: Windows version 26100.3194

    in Windows 10 Software and Apps
    wsl: Mirrored networking mode is not supported: Windows version 26100.3194: After activating the mirrored mode in .wslconfig to activate IPv6 support in wsl, i get the following error:"wsl: Mirrored networking mode is not supported: Windows version 26100.3194 does not have the required features."however, Ms windows 11 Home is updated to the last...
  3. wsl: Mirrored networking mode is not supported: Windows version 26100.3194

    in Windows 10 Gaming
    wsl: Mirrored networking mode is not supported: Windows version 26100.3194: After activating the mirrored mode in .wslconfig to activate IPv6 support in wsl, i get the following error:"wsl: Mirrored networking mode is not supported: Windows version 26100.3194 does not have the required features."however, Ms windows 11 Home is updated to the last...
  4. The packaged version of WSL is not supported by windows-version 10.0.19045.2130

    in Windows 10 Gaming
    The packaged version of WSL is not supported by windows-version 10.0.19045.2130: Hello,I have activated the windows feature WSL and restarted my PC as well.When I run the wsl command from the powershell, I receive the following message "The packaged version of WSL is not supported by windows-version 10.0.19045.2130". This is weird since I have the...
  5. The packaged version of WSL is not supported by windows-version 10.0.19045.2130

    in Windows 10 Installation and Upgrade
    The packaged version of WSL is not supported by windows-version 10.0.19045.2130: Hello,I have activated the windows feature WSL and restarted my PC as well.When I run the wsl command from the powershell, I receive the following message "The packaged version of WSL is not supported by windows-version 10.0.19045.2130". This is weird since I have the...
  6. Window 10 Versions and update support??

    in Windows 10 Gaming
    Window 10 Versions and update support??: I am running windows 10 pro 64bit version 21H1 OS Build 19043.1526 I have set notification of updates but then initiate them. I tend to to all updates even some of the possible updates. My PC is ok to run Windows 11 but I would prefer to wait a while before I do the update....
  7. Window 10 Versions and update support??

    in Windows 10 Software and Apps
    Window 10 Versions and update support??: I am running windows 10 pro 64bit version 21H1 OS Build 19043.1526 I have set notification of updates but then initiate them. I tend to to all updates even some of the possible updates. My PC is ok to run Windows 11 but I would prefer to wait a while before I do the update....
  8. WSL 2 Support is coming to Windows 10 Versions 1903 and 1909

    in Windows 10 News
    WSL 2 Support is coming to Windows 10 Versions 1903 and 1909: Support for Windows Subsystem for Linux (WSL) 2 distros is being backported to Windows 10 version 1903, and 1909! Yes, you read that right. We heard how much you liked WSL 2 and wanted to expand its accessibility, and over the last few months we worked on bringing it back to...
  9. Windows 10 version 1809 support

    in Windows 10 Installation and Upgrade
    Windows 10 version 1809 support: The latest version of Windows 10, v1903, disables the only reason I bought this particular computer in the first place. I won't go into details, but the disabled program is an HP product. After speaking to four different tech support people at HP and spending countless hours...
  10. Accelerator not supported on windows 10 version

    in Windows 10 Customization
    Accelerator not supported on windows 10 version: how to fix pop up message HP accelerator not supported on this version windows 10 https://answers.microsoft.com/en-us/windows/forum/all/accelerator-not-supported-on-windows-10-version/25d6a779-8c94-46d2-9a4c-ed64898ef1b9