在 Ubuntu 官网下载 rufus-2.11.exe ,按照其官网的提示制作启动U盘。开机选择U盘启动……
二、安装Ubuntu之后需要做的事
如果安装软件导致报错,安装其他软件也安装不上,可以尝试执行如下指令:
sudo apt install -f
1、安装flash插件
sudo apt install adobe-flashplugin
2、去百度下载chrome、搜狗输入法,然后安装
sudo dpkg -i deb文件路径
3、安装JDK
# JDK8安装
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
# 如果报错(找不到命令 sudo: add-apt-repository: command not found)
sudo apt-get install python-software-properties
# 安装好上面的东东后,如果还说找不到命令
sudo apt-get install software-properties-common
4、安装VIM、GIT
sudo apt-get install vim
sudo apt-get install git
5、安装Sublime Text 3
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text
6、安装unrar
sudo apt-get install unrar
装上之后就可以用命令解压缩rar文件了。使用如下命令解压缩文件到当前目录。
unrar x test.rar
7、安装Flash插件
sudo apt install adobe-flashplugin
8、cheack and install updates
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
9、安装 unity-tweak-tool
sudo apt install unity-tweak-tool
10、Numix - Theme and Icons
sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-gtk-theme numix-icon-theme-circle
11、安装BleachBit
百度下载。sudo dpkg -i deb文件路径
12、Arc Theme
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_15.10/ /' >> /etc/apt/sources.list.d/arc-theme.list"
sudo apt-get update
sudo apt-get install arc-theme
13、Install Media Codecs
sudo apt-get install ubuntu-restricted-extras
# 安装这个的时候可能安装到一半会在终端显示一个窗口,然后你就发现点击 Enter键 不好使,这时你可以使用 Tab键 使确定按钮处于选中状态,再点击Enter就可以了。
# 这个命令好不好使我也不清楚,在此记录一下
sudo dpkg --configure -a
# 然后再运行第一个安装命令