ubuntu安装后的一些配置
时间: 2024-04-29 16:22:52 浏览: 87
Ubuntu9.10安装配置指南
5星 · 资源好评率100%
1. 更新系统:在终端中输入以下命令更新系统:
```
sudo apt-get update
sudo apt-get upgrade
```
2. 安装必备软件:在终端中输入以下命令安装必备软件:
```
sudo apt-get install vim git curl wget
```
3. 安装中文字体:在终端中输入以下命令安装中文字体:
```
sudo apt-get install ttf-wqy-zenhei ttf-wqy-microhei fonts-arphic-ukai fonts-arphic-uming
```
4. 安装Chrome浏览器:在终端中输入以下命令安装Chrome浏览器:
```
sudo apt-get install gdebi-core
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo gdebi google-chrome-stable_current_amd64.deb
```
5. 安装Typora Markdown编辑器:在终端中输入以下命令安装Typora Markdown编辑器:
```
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
sudo apt-get install typora
```
6. 安装微信:在终端中输入以下命令安装微信:
```
sudo apt-get install snapd
sudo snap install electronic-wechat
```
7. 安装搜狗输入法:在终端中输入以下命令安装搜狗输入法:
```
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install fcitx fcitx-config-gtk fcitx-sogoupinyin
```
8. 设置系统语言:在终端中输入以下命令设置系统语言为中文:
```
sudo apt-get install language-pack-zh-hans
sudo update-locale LANG=zh_CN.UTF-8
```
9. 更改系统时区:在终端中输入以下命令更改系统时区:
```
sudo timedatectl set-timezone Asia/Shanghai
```
10. 设置开机自动登录:在系统设置中选择用户,将自动登录选项打开。
阅读全文