I need to install the software input method after I reinstall Ubuntu
$ sudo apt-get Install Fctix-pinyin
Add Chinese in text Entry Setting
Hosts modified
$ sudo gedit/etc/hosts
If there is a backup, copy the backup hosts in
If there is no backup, copy to one of the following
Http://www.awolau.com/hosts/google-hosts.html
http://www.awolau.com/
Chrome Browser Installation
Successful access to www.google.com.hk after the previous hosts modification
Download the stable version of the chrome installation package at the terminal and run the following commands according to your system version
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb //64-bit version wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb // three-bit version
Install with Dpkg-i after download is complete
$ sudo dpkg-i google-chrome-stable_current_amd64.deb
Then error, missing dependency package
Unpacking google-chrome-stable (45.0. 2454.85-1) ... dpkg:dependency problems prevent configuration of Google-chrome-stable: Google-chrome-stable depends on Libappindicator1; however: Package Libappindicator1 was not installed.
Installing a missing Dependency package
$ sudo Install Libappindicator1
Also error, this package depends on another package, the following is an error message
Reading Package Lists ... Donebuilding dependency Tree 'apt-get-f install' to correct these:the Following packages has unmet Dependencies:libappindicator1:Depends:libindicator7 (0.4. - 'apt-get-f install' with no packages (or specify a solution).
Continue to install this one dependent package
sudo Install Libappindicator1 libindicator7
Install chrome After the problem is resolved
sudo dpkg-i google-chrome-stable_current_amd64.deb
Success
Installing Nodejs, NPM
Installation of Nodejs and NPM under Ubuntu
Build Android development Environment install JDK
Do hybid app needs to configure Android development environment
Http://terokarvinen.com/2015/hello-cordova-develop-android-apps-on-ubuntu-linux
In case of celestial network problems, or back up the installation steps
sudo apt-sudoinstall openjdk-7-jdk
To see if the JDK was installed successfully
$ java-version
" 1.7.0_79 " 2.5. 6) (7u79-2.5. 6-0ubuntu1. 14.04. 1 24.79-b02, Mixed mode)
Installing the Android SDK
Download the Linux version of the Android SDK to Http://developer.android.com/sdk/index.html#Other and unzip it to a directory (~/sofrware/android-sdk-linux)
Configuring the Android SDK environment variables
$ nano. BASHRC
Export android_home="$HOME/sofrware/android-sdk-linux"export PATH="$ANDROID _home/ tools/: $ANDROID _home/platform-tools/: $PATH"
$ source. BASHRC
$ Android--help
Installing the SDK Package
$ android
Pop up the Android SDK Manager dialog box to avoid network problems adding mirrors
Select Tools-->options
Http://ask.android-studio.org/?/article/34
I use the East soft mirror, the speed can also
Then select Packages-->reload
Then choose the following installation
- Android 5.1.1 (API) platform SDK
- Android SDK Build-tools Latest Version
- Android support Repository (Extras)
Cordova Installation and use NPM installation Cordova
sudo Install -G Cordova
Since Cordova needs to use git to download some resources when creating a project, it needs to be installed if Git is not installed.
sudo apt-sudoinstall// See if the installation is successful
To be Continued ...
Ubuntu: Software Installation process after reloading