Skip to main content

Microsoft Windows 10: Install Ubuntu 18.04

Microsoft loves Linux! You can search and install Ubuntu from Microsoft Store.

Launch Microsoft Store and search for Ubuntu






Create user and set password



sudo apt update

sudo apt upgrade

Microsoft save Linux packages in %userprofile%\AppData\Local\Packages folder and it is recommended to NOT tamper with them from Windows.

rootfs of Ubuntu on Windows 10

Popular posts from this blog

Powershell Core - pwsh

PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.

Entity Framework Core: Notes

Entity Framework is [WHAT] an object-relational mapper [WHY] enabling .NET developer to work with relational data using domain-specific object.