====== Information ====== * Ubuntu ((https://ubuntu.com/)) * WSL ====== Windows ====== ===== Windows Terminal ===== ==== VCLibs ==== **** powershell -Command "Add-AppxPackage https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx" ==== Windows Terminal ==== * https://github.com/microsoft/terminal/releases powershell -Command "Add-AppxPackage https://github.com/microsoft/terminal/releases/download/v1.16.10261.0/Microsoft.WindowsTerminal_Win10_1.16.10261.0_8wekyb3d8bbwe.msixbundle" ===== WSL ===== ==== Install ==== * :!: Reboot after installing dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart ==== WSL 1 ==== * WSL 2 requires CPU virtualization * If WSL presents a list of commands, reboot wsl --set-default-version 1 ==== Ubuntu ==== **** wsl --install --distribution "Ubuntu" ====== Ubuntu ====== ===== WSL ===== **** wt wsl ===== Update ===== sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean && sync sync && exit ===== Folders ===== **** mkdir -p ~/'Downloads'