Installing the Windows Subsystem for Linux
The UNIX terminal for Windows requires Windows 10 or above. The full installation instructions are available on-line, but here's a brief guide.
You will need administrator permissions to install WSL. If you don't have those permissions, contact your IT team to install it for you.
- Start a Windows command prompt as an administrator. To do this, type 'command' into the start menu search box. But don't left-click on the 'Command Prompt' app!
- Instead, right-click and select 'run as administrator'.
- You will be asked to allow the app to make changes to your device – click yes.
- In the command prompt window, type:
wsl --install -d Ubuntu
and press Enter. - The first part of the installation will take a minute or two. During this time you'll see various messages about Windows downloading and installing various components.
- When this process has finished, reboot your computer.
- Once you log back in, the installation will continue - a window will open saying 'Installing: Ubuntu'. Don't panic! It's not removing Windows, just adding a version of Ubuntu embedded inside Windows.
- Once installation is complete, you should have a new Ubuntu app in your start menu. The first time you click it, it will ask you to choose a new username and password. I suggest using the same username as you have on your computer, but in any case don't forget these!
- If it doesn't seem to work, you might need to restart your PC one final time and try again.