0%

Ubuntu 18.04 安装中文版后的配置

更换成中国apt服务器

1
less /etc/apt/sources.list

apt软件包更新

1
2
3
4
apt update         #更新存储库列表
apt upgrade #更新软件包
apt full-upgrade #更新软件包
apt autoremove #不再需要的软件包删除

从中文目录名称更改为英文

1
env LANGUAGE=C LC_MESSAGES=C xdg-user-dirs-gtk-update

卸载亚马逊

1
apt remove --purge ubuntu-web-launchers

卸载libreoffice

1
apt remove --purge libreoffice-common

在Ubuntu 18.04 上禁用系统错误报告消息

1
2
3
nano /etc/default/apport

enabled=0

google chrome

下载google chrome:https://www.google.co.jp/chrome/browser/desktop/index.html

1
apt install ./google-chrome-stable_current_amd64.deb

VSCode

下载VSCode: https://code.visualstudio.com/

1
apt install ./code_*_amd64.deb

Vim

1
apt install vim

net-tools

1
apt install net-tools