Installing Zig Using Snap Package Manager On WSL2 Ubuntu

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024
  • This video shows you how you can install Zig lang on your WSL2 system using snap package manager.

Комментарии • 6

  • @zackaryhousend6711
    @zackaryhousend6711 Год назад +2

    was looking for this!

  • @serkardis292
    @serkardis292 11 месяцев назад

    Thanks! That helped a lot, didn't know systemd is available now in WSL2.

    • @maghfoorx
      @maghfoorx  11 месяцев назад +1

      Glad I could help!

  • @Nemo_64
    @Nemo_64 10 месяцев назад

    Exactly what I needed

  • @smooticus1691
    @smooticus1691 10 месяцев назад +1

    EDIT: Running wsl --update in powershell allowed this to work for me. To get it to run in terminal I added:
    export PATH="$PATH:/snap/bin"
    to the end of my .zshrc file. Original issue text below.
    I attempted all of these steps, but still got the same snap error.
    Only difference for me is that my wsl.conf file already had
    [boot]
    systemd=true
    But all of the right parts are in place so it should work? in on WSL Ubuntu 22.04

    • @maghfoorx
      @maghfoorx  10 месяцев назад

      Thank you for posting your insights, it's much appreciated! Will help others