How To Install Ubuntu On Windows Using Windows Subsystem for Linux (Windows Features)
Websplaining
How To Install Ubuntu Linux Terminal On Windows Using Windows Subsystem for Linux (Windows Features)
In this video, I will show you how to install a Linux Operating System (OS) called Ubuntu on your Windows PC using a Windows feature known as Windows Subsystem for Linux (WSL). WSL is a compatibility layer for running Linux binary executables (ELF) natively on Windows. No re-compilation or 'porting' of applications are necessary. WSL is not limited to the Ubuntu OS you can infact choose to install any of the Linux distributions availible on the Microsoft Store.
Ubuntu https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6
Canonical Group Limited https://canonical.com
Steps To Install Ubuntu Linux Terminal On Windows Using WSL:
- Navigate to the bottom left hand corner of your task bar and click on the search box
- Search for "Turn windows features on or off" and click "Open"
- Checkmark the Windows Subsystem for Linux checkbox and click "Ok"
- Click "Restart now" and your computer will begin restarting
- Once you're back on your Desktop, navigate to the bottom left hand corner of your task bar and click on the search box once again. Type "Microsoft store" and click "Open"
- Click on the search button on the top right hand corner and type into the search box "Ubuntu"
- Click on the "Ubuntu" app under "Apps"
- Click "Get"
- Click "Install"
- Once the Ubuntu app has been installed, close out of the Microsoft Store
- Navigate to the bottom left hand corner of your task bar and click on the search box. Type "Ubuntu" and click "Open" to open the Ubuntu app you just installed through the Microsoft Store.
- Enter a new UNIX username and hit Enter on your keyboard
- Enter a New Password and hit Enter
- Retype New Password and hit Enter
- You have now successfully installed and setup your Ubuntu terminal
How To Navigate In Ubuntu Terminal:
- To navigate to your Desktop using terminal, you first need to know what current directory you're in. Type "pwd" without the quotes to check your current directory. It should read as follows:
/home/YourUNIXusername
- Next you need to mount your Windows drive. In this video demonstration I mount my "C" drive. To do this type the following commands in sequence:
cd /mnt ls cd c
- Once you have mounted your Windows drive type "ls"
- Navigate to your Users folder by typing:
cd Users
- Type "ls"
- Navigate to your Windows Username by typing the follow command:
cd YourWindowsUsernameHere
- Type "ls"
- Type "cd Desktop"
- Type "ls" to see your Desktop files and folders
How To Make A New Directory (Folder):
- Type the following command in the Ubuntu Termina to create a new folder with a specific name:
mkdir newdirectorynamehere
- To go into the new directory type "cd newdirectorynamehe ... https://www.youtube.com/watch?v=xel9kZ1J-Q8
43805059 Bytes