Getting Start Install WSL

From Terasic Wiki

Revision as of 16:00, 6 May 2020 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install Setps

  1. Open PowerShell as Administrator
    Wsl 002.png
  2. Run : Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
    Wsl 003.png
  3. Restart your computer when prompted.
  4. Install the Linux Distribution on your Windows 10, Please install Ubuntu 18.04 LTS for WSL from the flowing link: Ubuntu 18.04 LTS
    Note: Windows* 10 build version 16215.0 or higher is the recommended operating system version.
  5. From the distro's page, select "Get"
    Wsl 004.png
  6. Now that your Linux distro is installed, you must initialize your new distro instance once, before it can be used. You will be prompted to create a new user account (and its password).
    Wsl 005.png
  7. Most distros ship with an empty/minimal package catalog. We strongly recommend regularly updating your package catalog, and upgrading your installed packages using your distro's preferred package manager. On Debian/Ubuntu, you use apt:
    sudo apt update && sudo apt upgrade
    Wsl 006.png
  8. Install additional distro packages required for Nios® II EDS using the following command:
    sudo apt install wsl
    sudo apt install dos2unix
    sudo apt install make
    Wsl 007.png
  9. Once the installation is complete, the WSL is installed.

Reference

Back

Personal tools