Win10安装Ubuntu子系统
相信我,这是最后一次折腾系统了qaq,以后一定开始认真用Linux编程
跟的一个博客安装,传送门:Win10安装Ubuntu子系统及图形化界面详细教程
文章是2019的,加上我装的是Ubuntu 20.04,踩雷无数。
两个注意点:
1.换源
这里千万不要用阿里的源,尽量去选取中科大或者清华的源,否则会导致你后面直接裂开
中科大源
deb https://mirrors.ustc.edu.cn/ubuntu/ focal main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ focal-security main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-security main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
运行:
apt-get update
apt-get upgrade
2. 不要用Unity桌面,用xfce4桌面
Unity桌面黑的,只有左边一条任务栏,不太行
- Ubuntu执行:
sudo apt-get install xfce4-terminal
sudo apt-get install xfce4
- 在配置文件~/.bashrc中最下方加入
export DISPLAY=:0.0
export LIBGL_ALWAYS_INDIRECT=1
- 输入命令
startxfce4
这样就可以在xLanch中看到界面了