你可以选择使用Windows 的 Linux 子系统(Windows Subsystem for Linux)(WSL)进行安装,也可以选择完全安装在物理硬件上(即裸机安装),或者在本地或云端创建一个虚拟机(VM)来运行 Linux。 其次,选择一个 Linux 发行版。如:Ubuntu、Debian、Kali Linux、OpenSUSE等。 然后,按照你所选的安装方法进行操作。具体可以是以下...
步骤1 - 启用适用于 Linux 的 Windows 子系统 需要先启用“适用于 Linux 的 Windows 子系统”可选功能,然后才能在 Windows 上安装 Linux 分发。 以管理员身份打开 PowerShell 并运行: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 建议现在转到步骤 #2,更新...
5.启用“Windows Subsystem for Linux”:在“可选功能”窗口中,找到“Windows Subsystem forLinux”选项,并选择“启用”。 6.重启Windows 10:重启操作系统以完成安装。 7.在Microsoft Store中安装Linux发行版:打开Microsoft Store,并搜索您喜欢的Linux发行版,例如Ubuntu、Debian或openSUSE。选择一个发行版,并点击“获取...
② WSL(Windows Subsystem for Linux) 三、交叉编译 关于交叉编译的配置,我之前一篇博客里面已经非常详细地列举了步骤,只不过之前用的交叉编译工具链是Linux-Arm环境的,今天是Linux-x86_64的,步骤上其实一模一样,不同之处就是用的交叉编译工具链不一样。 之前的交叉编译教程博客链接: https://www.cnblogs.com/Cl...
Windows 推出的 WSL (Windows Subsystem for Linux)则提供了另外一种方式来使用 Linux 系统。本文接下来将介绍如何在 Windows 10 电脑上使用 WSL 来编译使用NXP iMX8 ARM平台的 Linux、U-Boot 和 Device tree overlays。 本文所演示的ARM平台来自于Toradex 基于NXP iMX8QM ARM处理器的Apalis iMX8QM ARM嵌入式...
Windows Subsystem for Linux 在计算机的 BIOS 中启用虚拟化技术 启用WSL 更新到 WSL 2 启用虚拟机平台 下载Linux 内核更新包 将WSL 2 设置为默认版本 安装所选的 Linux 发行版 安装Debian 更新WSL 检查WSL 状态 检查WSL 版本 系统迁移或备份 卸载 文件系统 ...
What is Windows Subsystem for Linux (WSL)? The Windows Subsystem for Linux (WSL) is a feature of the Windows operating system that enables you to run a Linux file system, along with Linux command-line tools and GUI apps, directly on Windows, alongside your traditional Windows desktop and ...
dism.exe/online/enable-feature/featurename:Microsoft-Windows-Subsystem-Linux/all/norestart 建议现在转到步骤 #2,更新到 WSL 2,但如果只想安装 WSL 1,现在可以重新启动计算机,然后继续执行步骤 6 - 安装所选的 Linux 发行版。 若要更新到 WSL 2,请等待重新启动计算机,然后继续执行下一步。
Ensure that theWindows Subsystem for Linux Optional Component is installed. Additionally, if you are using an ARM64 device and running this command from PowerShell, you will receive this error. Instead runwsl.exefromPowerShell Core, or Command Prompt. ...