WSL for Windows 10 October 2018 Update Version 1803 Details

In this article, you will learn about the expected improvements in WSL for Windows 10 October 2018 update version 1803. Since the release of Windows 10 1809 users have been waiting for Windows Subsystem for Linux. So from recent insider build Microsoft has made available Install WSL.  The basis of these expectations are the latest Windows Insider builds.

You will find improvements in Ubuntu 18.04, SLES 15 and OpenSUSE 15, WSL Distros, and command lines for the configuration of the sub system. Let’s see the details –

WSL for Windows 10 October 2018 Update Details

Microsoft Store now provides additional software distribution packages for WSL. They are:

Ubuntu 18.04

You will notice that Ubuntu 18.04 is now present in Microsoft Store. If you are wondering how to upgrade/update this distro, then don’t worry because “Ubuntu 18.04” will continuously receive updates even after the release of 20.04 and 22.04. Moreover, it will remain in existence until 2023.

WLinux

WLinux is also available in Microsoft Store. This one is the primary paid-for software distribution package app for WSL. The features like WLinux-setup mean that it is quite easy for the users to establish usual developer toolchains and remove the incompatible feature as systemd.

SLES 15 and OpenSUSE 15

You can now get SLES 15 and OpenSUSE 15 from the Microsoft Store. The availability of this new SUSE versions is good news because getting, installing, and using it has become very easy.

ARM devices can now host Ubuntu 18.04 and WSL

There is a possibility that ARM devices will run Ubuntu 18.04 and WSL. While downloading Ubuntu 18.04 from the Microsoft Store, your ARM device gets detected and the app made especially for ARM devices is downloaded automatically.

Linux Line Endings supported in Notepad

An announcement was made by Kevin Gallo that in the latest version, Notepad will support Linux line endings. This is a beneficial change because it is now possible to print, edit, and view the existing files without changing the file’s existing line ending format.

File Explorer can now launch the Linux Shell

File Explorer will launch the Linux Shell. The shell includes has an additional context menu entry – “Open Linux Shell here”. This function was highly demanded by users, so added in this version. To execute this, open the File Explorer, press the Shift key on your keyboard and right-click on any folder to open the menu. Then for opening the WSL distribution straightaway in that path, click on Open Linux shell here.

WSL for Windows 10 October 2018 Update Version 1803 Details image 1

After that, if you have directions to change the default distro, you can follow them and make the necessary changes. Moreover, wslconfig.exe is helpful in setting up a default distro.

WSL for Windows 10 October 2018 Update Version 1803 Details image 2

Command Line can install WSL Distros

A lot of reasons are available for writing the script in the command line to install WSL distros and the most common reason is when you get a new device and want to set it up. Another reason is when you wish to programmatically establish your developer machine but do not want to disrupt the command line workflow.

For enabling WSL and installing a distro in just one-click, the Windows Developer Setup Scripts can be used. Below mentioned scripts explain how it can be done, just remember that these scripts should be run in the Administrator terminal of PowerShell.

For Enabling WSL

Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile ~/Ubuntu.appx -UseBasicParsing

Add-Appx-Package -Path ~/Ubuntu.appx

For Installing Ubuntu 18.04

RefreshEnv

Ubuntu1804 install --root

Ubuntu1804 run apt update

Ubuntu1804 run apt upgrade –y

Setting up Dev Box with Chocolatey and Boxstarter

In the Day 2 keynote of //Build 2018, there is a declaration about an open source project in collaboration with Chocolatey and Boxstarter. With this program, it will be possible for you to set up a dev box with only one click.

Enhanced Support for Pre-Directory Case Sensitivity

On the basis of customer feedback, some advancements to the support for case sensitivity are considered in the latest release. Whenever the new directories are made in WSL, case sensitivity by default is off. Now, it is possible within WSL to inspect as well as modify a directory case sensitivity flag. Moreover, when a new directory is formed, case sensitivity is already present in it.

Linux/WSL console now has Copy/Paste

This was a much-awaited feature by many users. The keyboard shortcut for copy/paste in the Linux/WSL console is Ctrl + Shift + C/V. To use this facility, you need to set up this option. Note that you can establish this setting independently for every shortcut or shell.

WSL for Windows 10 October 2018 Update Version 1803 Details image 3

Console Advancements

Beside WSL direct improvements, you can witness a number of advancements to the Windows Console. There are some notable improvements such as you are allowed to host the Windows apps inside screen and tmux, and the best thing is that they won’t destroy the remaining window. You will notice that there is an improvement in the complete range of supporting VT sequences. There is also an addition of ConPTY API & infrastructure that enables third parties to easily build servers and terminals.

After Install Linux Subsystem on Windows 10, you can get Kali and Debian from Microsoft Store. Follow the links –

  1. Ubuntu
  2. Debian GNU/Linux
  3. openSUSE Leap 42
  4. SUSE Linux Enterprise Server 12
  5. Kali Linux

So, these are the expected improvements in WSL for Windows 10 October 2018 Update Version 1803.

Source – MSDN Blog.

Sharing is caring    Share Whatsapp

 
Topics:  Windows Insider
  
About Sunita
Love to play with Windows 11 and 10. Suggestion - Going for Registry change or system files edit then remember to take a backup or create a restore point before Starting.