Installing Linux Subsystem on Windows 10
Installing Linux Subsystem for Windows 10
by Chris Titus
cd ~
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
---Powershell Installation Method---
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseBasicParsing
Rename-Item -Path ~/Ubuntu.appx -NewName Ubuntu.zip
Expand-Archive ~/Ubuntu.zip ~/Ubuntu
cd Ubuntu
./ubuntu.exe
---Microsoft Store Installation Method---
Open the store
Browse to ubuntu-1604 and click install
Support My Work
-----------------------------------------------------------------------------------
►► Get Updates, Launch Announcements and More ➜ https://www.cttstore.com/newsletter
►► Chris Titus Tech Digital Downloads ➜ https://www.cttstore.com/downloads
►► Product and Service Recommendations ➜ https://christitus.com/recommendations
►► My YouTube Gear and Computers ➜ https://www.amazon.com/shop/christitustech
Other Places to Find Me
-----------------------------------------------------------------------------------
►► Titus Tech Talk ➜ https://www.youtube.com/c/TitusTechTalk
►► Titus Tech Gaming ➜ https://www.youtube.com/c/TitusTechGaming
►► Chris Titus Fitness ➜ https://www.youtube.com/@christitusfitness
►► Twitch ➜ https://www.twitch.tv/christitustech
►► Twitter ➜ https://twitter.com/christitustech
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support!
Other Videos By Chris Titus Tech
2018-10-06 | Disable Windows Firewall Properly |
2018-10-03 | How to Install Exchange 2019 |
2018-10-03 | How to Configure Exchange 2019 |
2018-10-03 | Cannot connect to XenCenter |
2018-10-02 | How to Setup Windows Server 2016 Checklist |
2018-10-02 | Setup High Availability in XenServer |
2018-09-28 | How to Setup Windows Server 2016 Core |
2018-09-26 | Optimizing Apache Memory Usage | Mpm prefork settings |
2018-09-19 | Fix the missing www in Google Chrome #shorts |
2018-09-13 | Issuing SSL Cert using Lets Encrypt in Ubuntu |
2018-09-11 | Installing Linux Subsystem on Windows 10 |
2018-09-11 | Introduction to Google Cloud Platform First VM Install |
2018-09-09 | XenServer - Your first Virtual Machine Install |
2018-09-06 | Introduction to Virtualization |