Right-click Add Terminal sudo apt-get install nautilus-open-terminal
Google-chrome
Ppa/etc/hosts Add Google hosts
Download and install key from Google Linux Repository (http://www.google.com/linuxrepositories/), or copy the following code into the terminal, enter, need the Administrator password
Wget-q-o-https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add-
Key installed after the terminal input: sudo sh-c ' echo "Deb http://dl.google.com/linux/chrome/deb/stable main" >>/etc/apt/ Sources.list.d/google-chrome.list '
Second, update
In Terminal input:
sudo apt-get update
Third, installation
Install the stable version of Chrome at terminal input: sudo apt-get install google-chrome-stable
Install the beta version of Chrome at terminal input: sudo apt-get install Google-chrome-beta
Install the unstable version of Chrome at terminal input: sudo apt-get install google-chrome-unstable
Tweak Step one: Add tweak source sudo add-apt-repository ppa:tualatrix/ppa Step two: update sudo apt-get update step three: Installing Ubuntu-tweak sudo apt-get install Ubuntu-tweak
Sublime
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install Sublime-text
Cannot enter Chinese:
Http://jingyan.baidu.com/article/9225544687fe61851748f453.html
Http://jingyan.baidu.com/article/6fb756eca7af6c241858fbf2.html
Fictx
Software Center Install Fictx
sudo dpkg-i Sogou Input method of Deb
Language support Add Fcitx/logout
Wps
sudo dpkg-i--force-architecture wps-office_8.1.0.3724~b1p2_i386.deb
sudo apt-get-f Install
Install Im-config,language-selector-gnome, change the input method into FCITX
Locale
sudo locale-gen zh_cn. UTF-8
sudo nano/etc/default/locale
Lang= "ZH_CN. UTF-8 "
Logout
Jdk
1. Move the extracted JDK folder to the appropriate location MV jdk1.7.0_07//USR/LIB/JVM 2. Edit the environment variable Gedit/etc/profile set the following #set Java environment
Export java_home=/usr/lib/jvm/jdk1.7.0_07
Export JRE_HOME=${JAVA_HOME}/JRE
Export Classpath=.:${java_home}/lib:${jre_home}/lib
Export Path=${java_home}/bin: $PATH 3. Update executable sudo update-alternatives--install/usr/bin/java java/usr/lib/jvm/ Jdk1.8.0_25/bin/java 300sudo update-alternatives--install/usr/bin/javac Javac/usr/lib/jvm/jdk1.8.0_25/bin/javac 300 4. Toggle Default Javasudo update-alternatives--config java 5. Use java-version to validate 6.logout and login to make environment variable effective
txt garbled Gsettings set org.gnome.gedit.preferences.encodings auto-detected "[' GB18030 ', ' UTF-8 ', ' current ', ' iso-8859-15 ', ' UTF-16 '] "
Zip garbled
Install P7zip-full First
sudo apt-get install P7zip-full
And then unloaded the unzip.
sudo apt-get remove unzip
Download the updated P7zip-full package to replace the original program/usr/lib/p7zip/
p7z-bin.tar.bz2
This is limited to Ubuntu i386 version
And then execute
sudo tar jxvf p7z-bin.tar.bz2-c/usr/lib/p7zip/
OK, this will display the contents of the zip correctly.
Install MySQL
sudo apt-get install mysql-server mysql-client
Ubuntu system Software Installation précis-writers