Ubuntu 18.04最小安裝
阿新 • • 發佈:2018-05-21
comment webapp tel top rect cape nal update class
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;
Ubuntu 18.04最小安裝