After ubuntu is installed, install some basic software.

Source: Internet
Author: User

After ubuntu is installed, install some basic software.

Preface: the system has been reinstalled for some reasons. Some software installed in ubuntu has to be re-installed, which is a little troublesome. Sort out the installation steps.

#===================================================== =

1. Google Browser:

Refer to the methods provided by linux community

Installing Google Chrome in Ubuntu 14.04 is very simple. You only need to download and install the Deb installation package on the Chrome website. Of course, you can also use APT Package Manager to install Google Chrome. If you want to use APT Package Manager to install Google Chrome, this article will introduce these two methods.

Currently, Google Chrome in Linux has three versions: stable version, Beta version, and Unstable version ). Among them, Beta is relatively stable, and the latest functions will first appear in the Unstable version. After a test, it will appear in the Beta version. The disadvantage is that the Unstable version is updated frequently, stability is not as good as Beta.

If you are pursuing stability, it is best to choose a stable version. If you want to try new features and pursue the best performance, we recommend that you install the Unstable version, and it seems to be under Ubuntu, the font display in Unstable Chrome is also better than that in Beta.

Recommended reading:

Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm

Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm

Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100369.htm

Log on to Google Chrome with your Google account to save your personalized browser features to the network and access them from any computer through Google Chrome. The system will automatically log on to your favorite Google service.

1. download and install the deb package in Google Chrome.

Open the Ubuntu terminal. The following is a 32-bit version and use the following command.

Wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

The 64-bit version is as follows. Use the following command.

Wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

After downloading

32-bit installation command:

Sudo dpkg-I google-chrome-stable_current_i386.deb

64-bit installation command:

Sudo dpkg-I google-chrome-stable_current_amd64.deb

#===================================================== =

2. sogou Input Method linux version:

Refer to Baidu experience

A. Download sogou Input Method
Go to the sogou Input Method official website and go to the "Input Method Linux" in the navigation bar above"
Based on whether your installed ubuntu is a 32-bit or 64-bit download

B. Install sogou Input Method on ubuntu
Go to the download directory and install it on the terminal.
$ Sudo dpkg-I sogou_pinyin_linux_1.0.0.0033_amd64.deb
Dependency issues may occur during the installation process.
Fix the dependency and complete the installation of sogou Pinyin input method. Run the following command on the terminal (networking)
$ Sudo apt-get install-f
After the installation is complete, the sogou Pinyin input method is ready.

C. Use sogou Input Method for ubuntu Configuration
Select system settings for the switch button in the upper-right corner of the desktop
After entering system settings, click language support keyboard input mode. In the system, select fcitx.
Log out of the System user
Log on to the desktop and check out the familiar sogou input method.

#===================================================== =

3. The most common translation tool stardict:

A. installation:

Sudo apt-get install stardict

Easy to install, but additional dictionaries are required.

B. Management dictionary

By default, the starship software does not contain dictionaries. You can download and install corresponding dictionaries or use network dictionaries as needed. By default, Starship uses the online dictionary Dict.cn ).

To use a local dictionary, you must first download the required dictionary library files. Go to the Chinese Dictionary download page http://stardict.sourceforge.net/dictionaries_zh_cn.php, which lists all the dictionaries that can be downloaded for free? Id = 19890 & ResourceID = 9923 ). For example, if you select the "kdic-computer-gb dictionary computer dictionary" chain, the dictionary file stardict-kdic-computer-gb-2.4.2.tar.bz2 is downloaded. This is a compressed file. If you use the command to decompress it, open a GNOME terminal window and enter the command:

Sudo tar-xjvf stardict-kdic-computer-gb-2.4.2.tar.bz2

After the command is executed, the stardict-kdic-computer-gb-2.4.2 directory is generated. Run the following command:

Sudo mv stardict-kdic-computer-gb-2.4.2/usr/share/stardict/dic /.

Move the previously generated directory to the public dictionary directory of the interstellar translation king. Close and re-run the starship translation King program. Click the dictionary management icon in the lower-right corner of the Starship translation King window. The dictionary management window appears. In the dictionary list of the window, we can see a new "computer vocabulary ". The process for installing other dictionaries is similar.

If it is difficult to download and install a local dictionary, you can also use a Network Dictionary. To use the Network Dictionary, first register a user account in the "Network Dictionary" section of the "Preferences" Window of the program and log on with the registered account. Then, on the "Network Dictionary" page in the "dictionary management" window, add the required Network Dictionary. Finally, click the fourth vertical button on the left of the interstellar translation King window, and select "enable Network Dictionary" to enable the Network Dictionary. Then, we can use the network dictionary to query words.

C. Make good use of the translation function

1. Screen words

The screen-based word retrieval function is supported by the interstellar translation king. The word retrieval function is enabled by default when the program is running. When a word is obtained, move the cursor over a word, such as "share" in the terminal window. Double-click the word and select it. The Word Interpretation window appears.

2. Generate a word

The star translator supports the word reading function. If you want to hear the pronunciation of a word normally in the interstellar translation king, enter any word, such as "china", and click the "read words" icon on the toolbar, you can hear the pronunciation of a word. The Interstellar translation King supports two TTS sound engines, Espeak TTS and Fesitval TTS. We can choose a suitable sound engine based on the sound effect.

3. Full-text translation

The full-text translation function is supported by integrating online translation service engines such as Google, Yahoo, Altavista, and SystranBox in the background. There are more than a dozen languages that support two-way translation. For Chinese users, Chinese to English or simplified is the most common. Click the third vertical button on the left of the Starship translation King window. The full text translation page appears on the right.

Enter "I am a Chinese" in the "to be translated" area, select "yahoo" as the online translation service engine, select "simplified Chinese" as the source language, and select "English" as the target language ". Click the "Translation" button under the "to be translated" area. The program will automatically submit the input content to the online translation engine in the background. After the online translation engine completes processing, the results will be returned to the translation result area, the translation result is "I am a Chinese ".

#===================================================== =

4. Language tool java 8:

Refer to Boyou blog

Add ppa first

$ Sudo add-apt-repository ppa: webupd8team/java

Then update the system

$ Sudo apt-get update

Start Installation

$ Sudo apt-get install oracle-java8-installer

$ Java-version
java version "1.8.0_05"Java(TM) SE Runtime Environment (build 1.8.0_05-b13)Java HotSpot(TM) Server VM (build 25.5-b02, mixed mode)


Java version Switch

Sudo update-java-alternatives-s java-8-oracle

#===================================================== =

5. Install jdk, jre, and eclipse:
<span style="font-size:18px;"> sudo apt-get install default-jdk sudo apt-get install default-jre sudo apt-get install eclipse</span>

#===================================================== =

6. Install ipython:

In the past, anaconda was used to install ipython.

sudo apt-get install ipython
#===================================================== =

7. To be continued...


Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.