---
title: "ubuntu16.04 入坑指南"
id: "2438"
type: "post"
slug: "ubuntu16-04-nvidia"
published_at: "2019-10-02T04:01:46+00:00"
modified_at: "2019-10-02T06:21:24+00:00"
url: "https://seq.ink/all/2438.html"
markdown_url: "https://seq.ink/all/2438.html.md"
excerpt: "安装好Ubuntu16.04 1.sudo apt update && sudo apt upgrade #更新软件 2.sudo ubuntu-drive autoinstall #自动安装NVIDIA显卡驱动（强烈推荐， ..."
taxonomy_category:
  - "ALL"
---

安装好Ubuntu16.04

1.sudo apt update && sudo apt upgrade  
 #更新软件

2.sudo ubuntu-drive autoinstall  
 #自动安装NVIDIA显卡驱动（强烈推荐，自己用.run安装很容易出问题）

3.更新语言包

4.安装搜狗输入法

5.安装Chrome

6.安装touchpad-indicator（插入鼠标时禁用触摸板，拔出后启用）  
 #sudo add-apt-repository ppa:atareao/atareao  
 #sudo apt update  
 #sudo apt install touchpad-indicator
