A Linux terminal in Windows for C/C++ Environment
Using WSL , an alternative of Oracle VM Box Use Powershell --------------- https://docs.microsoft.com/de-de/windows/wsl/install-win10#update-to-wsl-2 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart To download Ubuntu(400MB) ------------------------- Invoke-WebRequest -Uri https://aka.ms/wslubuntu2004 -OutFile Ubuntu.appx -UseBasicParsing Add-AppxPackage .\Ubuntu.appx GCC Installation ----------------- sudo apt update && sudo apt upgrade -y && sudo apt-get install build-essential && sudo apt full-upgrade && sudo apt-get install build-essential