WSL2, Windows 10, Ubuntu 22 installation - a minor correction to the established procedure

I was able to install SCT in Windows 10 with WSL 2. The final installation procedure is slightly different from the one on your website.

There is a need to add the VcXsrv application to your Windows Firewall’s list of fully allowed applications.

The .bashrc file on Ubuntu requires a dynamic IP address update (sometimes).

Copy and paste in these lines to your ~/.bashrc file.

export DISPLAY=$(awk ‘/nameserver / {print $2; exit}’ /etc/resolv.conf 2>/dev/null):0.0
export LIBGL_ALWAYS_INDIRECT=0

Hi @gianni,

Apologies for the delay, and thank you for bringing this to our attention.

I’ve found some additional sources that back up your advice:

I will take a look at including these additional steps in our documentation.

Thank you again,
Joshua

My apologies for the late response, but this correction has been included in our documentation:

Thank you again for bringing this to our attention. :tada:

Kindly,
Joshua

1 Like