微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Win10系统Hyper-V的Ubuntu功能开启步骤

标题:"Win10系统当中Hyper-V的Ubuntu功能应该如何开启?"相关电脑问题教程分享。 - 来源:网络投稿。

Win10系统中Hyper-V的Ubuntu功能如何开启?对于应该如何开启Win10系统自带Hyper-V的Ubuntu功能方法步骤,很多用户都不知道应该如何开启?那么接下来编程之家小编就为大家分享Win10系统下Hyper-V如何开启Ubuntu功能的具体操作方法

解决方法

1、windows+x选n,打开设置 -》应用 -》应用和功能 -》相关设置 -》程序和功能 -》启用或关闭Windows功能:勾选适用于Linux的Windows子系统,确定然后重启;

2、打开商店,搜索Linux,安装Ubuntu;

3、为了能更好地使用win10内置Ubuntu,首先要做的是要给Ubuntu换源;

4、打开Ubuntu

进入/etc/apt/ cd /etc/apt

5、在修改前先对 sources.list文件进行备份和修改sources.list 文件权限:

sudo cp sources.list sources.list.bak

sudo chmod 777 sources.list

6、用VIM打开sources.list文件

sudo vim sources.list

用#注释掉原先的源,或者ggdG清空文档,复制粘贴如下源:

#阿里云

deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse

7、然后ESC+:+wq保存文档;

8、输入命令:

sudo apt-get update

sudo apt-get updrade更新源。

9、之后就可以畅快地下载安装软件了。

以上内容就是有关于Win10系统下Hyper-V如何开启Ubuntu功能的详细操作步骤了,对于遇到相同问题的用户们来说,只要按照上述的方法,那么就可以轻松解决了。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐