大佬怎么在win10上装Linux虚拟机以及遇

大佬怎么在win10上装Linux虚拟机以及遇,第1张

https://www.vmware.com/go/getworkstation-linux

Guide for Debian : sudo apt install gcc

sudo apt update&&sudo apt upgrade

sudo apt install linux-headers-$(uname -r)

sudo reboot

sudo apt install make

sudo chmod 544 ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle

sudo ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle

.

Guide for ArchLinux : Two solutions . One is to download vmware patch from Internet .The other is to use LTS kernel .

sudo pacman -R linux

sudo pacman -Syy linux-lts

sudo reboot

sudo pacman -S linux-lts-headers gcc make

sudo chmod 544 ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle

sudo ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle

While you're using unpopular graphical interface ,such as fluxbox :

sudo pacman -S gksu

sudo cp -f /bin/gksu /usr/lib/vmware/bin/vmware-gksu

Guide for CentOS Fedora opensuse : Similar to above

.

.

https://www.virtualbox.org/wiki/Linux_Downloads

Guide for CentOS RedHat : sudo yum update

sudo yum install kernel-headers-$(uname -r) kernel-devel-$(uname -r) gcc make

Guide for Fedora : similar to above

.

Guide for ArchLinux : sudo pacman -Syy linux &&sudo reboot

sudo pacman -S linux-headers gcc make

Guide for others : Use different package manager

首先你得是win10系统,版本要求如下:

确定是最低以上版本以后设置win10相关:

首先进入设置找到更新与安全-->开发者选项-->选择开发人员模式

第二步:设置里在应用拉到最下找到程序和功能蓝色链接进去

第三步:点击启用或关闭windows功能

第四步:选择适用于Linux的Windows子系统

第五步:在小娜搜索框搜索微软商店,点击进去

第六步:搜索并安装Ubuntu或者其他Linux系统

下载安装好后进行最后一步 *** 作就是设置密码以及源的设置:

当然如果想要图形化GUI界面的话可以下VcXsrv这款应用或者其他图形化软件来支持,当然一名出色的程序员是不需要图形化界面的!

作者简介:Python菜鸟工程师,将在接下来的一段时间内与大家分享一些与Python相关的知识点。如若文中出现问题,各位大佬多多指点,互相学习。喜欢的关注一个吧!谢谢!

一种是装双系统,一种是使用虚拟机装。对于初学者,我建议你使用虚拟机安装的方式学习,当你很熟后再考虑装双系统,老的主板只能BIOS和GRUB上面来修改,新的电脑启动方式可以UEFI和GRUB来启动。我双系统已经安装成功了。

这里是前期,我建议你使用虚拟机,这有教程,免费的!第1章 部署虚拟环境安装linux系统。 http://www.linuxprobe.com/chapter-01.html 希望能帮助到你!


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/9015774.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-24
下一篇2023-04-24

发表评论

登录后才能评论

评论列表(0条)

    保存