sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
run /opt/sublime_text/sublime_text
or sudo ln -s /opt/sublime_text/sublime_text /usr/local/bin/subl
with ubuntu bash on Windows 10 and Xming:
DISPLAY=:0 /opt/sublime_text/sublime_text
remove:
sudo apt-get remove sublime-text-installer
file manager:
sudo apt-get install PCManFM
DISPLAY=:0 pcmanfm
I just install Sublime on Windows, then create an symlink of wsl2 home on windows like this
\\wsl$\<distro>\home\<username>
and I'm able to edit files and forders inside of the wsl2 filesystem securely, tihs is the way that Microsoft advise. Hope it helps...