Ubuntu的一些设置

时间:2021-04-10 15:51:23   收藏:0   阅读:22

Ubuntu WSL的设置

1. 换源

编辑/etc/apt/sources.list文件,添加国内镜像源,下图以Ubuntu2004wsl为例

2. 换成中文

sudo apt-get install ttf-wqy-zenhei

sudo apt-get install language-pack-zh-hans
export LANG="zh_CN.UTF-8"
export LC_ALL="zh_CN.UTF-8"
sudo dpkg-reconfigure locales

按空格选中,选中会有*号,tabOK回车确定

3 安装软件

原文:https://www.cnblogs.com/coderkenny/p/14640217.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!