Install the Ubuntu system after installing some basic software

Source: Internet
Author: User
Tags bz2

Preface: Because of some reasons to reinstall the system, the original installed in Ubuntu, some software to reinstall, a little trouble, to organize the steps needed to install.

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

1. Google Chrome:

Refer to the method given by the Linux commune

Installing Google Chrome on Ubuntu 14.04 is easy, just download the Deb installer and install it on the Chrome website. Of course you can also use the APT Package Manager to install Google Chrome, and if you want to install Google Chrome using the APT Package Manager, this article will cover both of these approaches.

Currently, there are three versions of Google Chrome in Linux, stable, beta, and unstable (the unstable version, the dev version). Beta is relatively stable, and the latest features will appear in the unstable version, after a period of testing will not appear in the beta version, the disadvantage is that the unstable version of the update is more frequent, less stable than the beta version.

If you are looking for stability, it is best to choose a stable version, if you like to try new features and the pursuit of the best performance, it is recommended to install the unstable version, and it seems that under Ubuntu, unstable version of Chrome font display is also better than beta.

Recommended Reading :

Ubuntu 14.04 Download, installation, configuration knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm

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

Windows 7 Hard Drive installation Ubuntu 14.04 Graphics Tutorial http://www.linuxidc.com/Linux/2014-04/100369.htm

Sign in to Google Chrome with your Google account to save your personalized browser features to the Web, and access them from any computer via Google Chrome. You'll also be automatically logged in to your favorite Google services.

First, install the Google Chrome browser Deb package by downloading it directly.

Open Ubuntu Terminal, the following is a 32-bit version , using the following command .

wget Https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

The following is a version of the above , using the following command .

wget Https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Download good after

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:

Reference Baidu Experience

A. Download Sogou Input Method
Enter the web of the Judge Sogou, enter the above navigation LAN "Input method Linux version"
Depending on whether you installed Ubuntu as 32-bit or 64-bit download

B.ubuntu Install Sogou Input Method
Enter the download directory to perform the installation at the terminal
$sudo dpkg-i Sogou_pinyin_linux_1.0.0.0033_amd64.deb
Dependency issues occur during installation
Fix dependencies complete the installation of Sogou Pinyin Input method, execute the following command in Terminal (Networking)
$sudo Apt-get install-f
After waiting to complete the Sogou Pinyin input method is installed

C.ubuntu configuration using Sogou Input method
Desktop right top corner Panel switch button select system settings
After entering the system settings, click on the Language Support keyboard input mode system Select FCITX
Log off the system user
Re-login into the desktop and look at the familiar Sogou input method appeared it

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

3. The most commonly used translation tool StarDict:

A. Installation:

sudo apt-get install StarDict

Installation is easy, but additional dictionaries are required.

B. Managing Dictionaries

Because the software is not a dictionary by default, we can download and install the appropriate dictionaries or use the Web dictionaries as needed. The king of Interstellar translation uses the sea-word online dictionary (dict.cn) by default.

To use a local dictionary, first download the required dictionary library file. We can visit the Chinese Dictionary of the King of Stars. Download page http://stardict.sourceforge.net/Dictionaries_zh_CN.php, which lists all available dictionaries for free download (Longman Dictionary:// download.chinaunix.net/download.php?id=19890&resourceid=9923). To download the computer glossary For example, select the "Tarbal" link after the "KDIC-COMPUTER-GB Dictionary computer Glossary" entry, and then download the dictionary file stardict-kdic-computer-gb-2.4.2.tar.bz2. This is a compressed file, such as using the command to extract, open a GNOME terminal window, enter the command:

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

After the command executes, the stardict-kdic-computer-gb-2.4.2 directory is generated. Then enter the command:

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

Move the previously generated directory to the common dictionary directory of the Star translator. Close and re-run the Star translation program, click the Dictionary Management icon button at the bottom right of the Star Translation window, the Dictionary Management window appears, in the Dictionary list of the window, we can see a new "computer vocabulary." The process of installing additional dictionaries is similar.

If you are too bothered to download and install a local dictionary, we can also choose to use a Web dictionary. To use a network dictionary, first register a user account in the "Network Dictionaries" section of the program's Preferences window and log in with your registered account. Then, in the Dictionary Management window, on the Network Dictionaries page, add the desired network dictionary. Finally, click the Vertical Fourth button on the left side of the Star Translation window and tick the "Enable network Dictionary" entry to enable the network dictionary. After that, we can use the Web dictionary to look up the words.

C, use the translation function.

1. Screen fetching words

Star Translation King supports the function of the screen to take the word, the program runs by default when the word-fetching function. When you take a word, move the cursor over a word, such as "share" in the terminal window, and double-click the Word to select it, and the explanation window for the word appears.

2. Word sounds

Star translation supports the word reading function. If you want to hear the pronunciation of words normally in Star translation, enter any word in the main interface of star translator, such as "China", and click the Word icon button on the toolbar to hear the pronunciation of the word. Star translation supports two TTS sound engines espeak TTS and Fesitval TTS, and we can choose an appropriate sound engine based on audible effects.

3. Full-text translation

Star translation support full-text translation features, this feature through the background integration of Google, Yahoo, AltaVista, Systranbox and other online translator service engine to achieve. There are more than 10 languages supporting two-way translation, which is the most common in Chinese and English translation. Click the Third vertical button on the left side of the Star Translation window to see the full Text translation screen on the right.

Enter "I am Chinese" in the translation area, the translator service engine chooses "Yahoo", the source language chooses "Chinese Simplified", the target language chooses "English". Click the "Translate" button below the area to be translated, the program will automatically submit the input to the online translation engine in the background, and then return the result to the translated result area after the translation engine has finished processing, we can see the result is "I am a Chinese".

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

4. Language Tools Java 8:

Refer to Bo Friends blog

First add PPA

$ sudo add-apt-repository Ppa:webupd8team/java

Then update the system

$ sudo apt-get update

Finally start the 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, mix Ed mode)


Java version switching

sudo update-java-alternatives-s java-8-oracle

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

5. Install JDK, JRE, 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 when the landlord with Anaconda to install, but this time not, did not expect to directly install Ipython on the line.

sudo apt-get install Ipython
#========================================

7. To be Continued ...


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Install the Ubuntu system after installing some basic software

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.