Ubuntu 18.04最小安装

1.Ubuntu最小安装

2.添加ppa:
	sudo add-apt-repository ppa:webupd8team/java
	sudo apt-get update

3.卸载亚马逊链接:
	sudo apt-get remove unity-webapps-common

4.卸载一些不常用的链接:
	sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot
	sudo apt-get remove gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku  landscape-client-ui-install
	sudo apt-get remove onboard deja-dup

5.卸载LibreOffice:
	sudo apt-get remove libreoffice-common

6.卸载Firefox浏览器:
	sudo apt-get remove firefox*

7.安装Git:
	sudo apt-get install git

8.安装Vim:
	sudo apt-get install vim

9.安装Chrome浏览器:
	wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
	sudo dpkg -i *.deb

10.安装oracle-java-installer:
	sudo apt-get install oracle-java8-installer

11.安装idea:
	(1).下载idea
	(2).解压到/opt目录下
		sudo tar -zxvf ideaIU-2016.3.3-no-jdk.tar.gz -C /opt
	(3).进入到bin文件夹:
		cd /opt/idea-IU-163.11103.6/bin
	(4).创建快捷方式文件 idea.desktop:
		vim idea.desktop
	(5).编辑 idea.desktop 文件:
		[Desktop Entry]
		Name=IntelliJ IDEA
		Comment=IntelliJ IDEA
		Exec=/home/longsky/Application/idea-IU-163.7743.44/bin/idea.sh
		Icon=/home/longsky/Application/idea-IU-163.7743.44/bin/idea.png
		Terminal=false
		Type=Application
		Categories=Developer;

  

猜你喜欢

转载自www.cnblogs.com/m-liuy/p/9068199.html
今日推荐