Microsoft Adds More Features to Windows Subsystem for Linux

microsoft-adds-more-features-to-windows-subsystem-for-linux-4100608

A slate of improvements to the Windows Subsystem for Linux (WSL) feature in the Windows 10 October 2018 Update.

Microsoft has shared details on a number of key bug fixes and useful new features that WSL users who run the latest version of Windows 10 will benefit from.

Such as?

Windows 10 October Update WSL Improvements

microsoft-adds-more-features-to-windows-subsystem-for-linux-3435922

Open Linux Shell Here

One of the most-requested features is granted in this update. It is now possible to launch a Linux Shell from the Windows File Explorer using the right-click menu.

Just press shift as you right-click on a folder to reveal the “Open Linux shell here” option.

Notepad & Linux Line Endings

microsoft-adds-more-features-to-windows-subsystem-for-linux-1-5958219

Developers in particular will be relieved to hear that Notepad now supports Linux line endings.

The famous no-frills text editor was hitherto unable to open and display text files that created on or in Linux or macOS system. Instead, the Windows Notepad could only text documents with Windows End of Line (EOL) characters.

No more; Notepad can now open and accurately display the content of text files containing Unix Line Feed/End of Line characters. You can even check the status bar at the bottom of the window to see which EOL format the currently open file is using.

Support for Chocolatey

Microsoft has also teamed up with the communities behind the Chocolately package manager for Windows and the Boxstarter config tool to make it easier to automate machine setups and create custom developer environments.

WSL Copy/Paste Support

Windows 10 October Update makes it possible to copy/paste text both to/from the Linux and WSL Consoles.

The feature can be enabled from the Console ‘Options’ tab on the properties dialog. Just check the box next to “Use Ctrl+Shift+C/V as Copy/Paste”.

What’s especially neat is that this setting can be set independently for each shell and/or shortcut, giving you complete control of when and where WSL copy paste functions.

At a glance

I’m not terribly savvy with the Windows release process — insider builds, slow rings, fast rings, creator updates, fall updates …It’s all a mess to me as an outsider — so do forgive me if some of what has been highlighted as “new” by Microsoft, is in fact old news.

The key changes to WSL in the Windows 10 October 2018 update at-a-glance:

  • Copy/Paste support using the Ctrl+Shift+C/V keys
  • Notepad supports Unix line endings
  • Command line install
  • Per-directory case sensitivity support
  • Chocolatey and Boxstarter script support

Furthermore, all the features listed should be available on systems with the Windows 10 October 2018 Update installed/Windows 10 build 1809 or later.

How to Install Windows Subsystem for Linux (WSL)

The “quickest” way to install WSL on Windows 10 64-bit (the feature is not available on 32-bit builds) is to open PowerShell as an admin and run:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

WordPress may mangle the code, so if it fails to activate refer to the steps on this page.

Next, install Ubuntu 18.04 from the Windows store (other Linux distributions are available too) and… Well, that’s it!

Ubuntu 18.04 on the Windows Store

If you want to upgrade to Cosmic Cuttlefish you’ll first need to install Ubuntu 18.10 and the follow the command-line instructions in guide on how to upgrade to Ubuntu 18.10.

That said, keep in mind that you may encounter issues that are specific to Cosmic and as yet unknown or not highlighted.

Original Article