How to Install Linux On Windows 10 Without Dual Boot, Virtualbox, USB, or the ISO file - Uk2blogger
November 16, 2020
Today we are going to learn
To install Linux on Windows 10 without messing with dual boot please follow the steps written below:
These packages would be used in 2nd part of How to Install Linux On Windows 10 Without Dual Boot, Virtualbox, USB, or the ISO file. This was it for Install Linux on Windows 10 Without Dual Boot, Virtualbox, USB, or the ISO file.
How to Install Linux On Windows 10 Without Dual Boot, Virtualbox, USB, or the ISO file
If you are a beginner you should read this blog and for more clarification watch the video embedded below.Step 1 Go to the Microsoft store
Go to the Microsoft store, (watch the complete video for better details) and search for Ubuntu. Download the most rated app.
Step 2 Don't launch the app
Before launching the application open the Powershell as administrator and run the command, copy-paste
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Step 3 Restart required
Restart the windows system after closing all the running applications.
Step 4 Login to windows 10
Log in to windows 10 and run the installed ubuntu app.
Step 5 Update and upgrade
Wait for some time, use the command to update and upgrade the system.
sudo apt update && sudo apt upgrade
Step 6 Install basic packages
Must run the command mentioned below to install basic packagessudo apt install python php git nano ruby tree curl wget
These packages would be used in 2nd part of How to Install Linux On Windows 10 Without Dual Boot, Virtualbox, USB, or the ISO file. This was it for Install Linux on Windows 10 Without Dual Boot, Virtualbox, USB, or the ISO file.