How to install Linux under part of software

Source: Internet
Author: User
Tags wxwidgets codelite

Here take Ubuntu14.04 as an example:

First, install the CodeLite

1 sudo apt-key adv--fetch-keys http://REPOS.CODELITE.ORG/CODELITE.ASC2 sudo apt-add-repository "Deb http://repos.codelite.org/ubuntu/$ (LSB_RELEASE-SC) Universe"3 sudo apt- Get update 4 sudo apt-get install codelite wxcrafter


Second, install Codeblocks + wxwidgets

1 Compiling the Environment2sudo apt-get install build-Essential3 4 Codeblocks5Udo Apt-get install Codeblocks6sudo apt-get install codeblocks-dbg7 8 Wxformbuilder9sudo apt-get install WxformbuilderTen  One wxwidgets Asudo apt-getinstall libwxbase2.8 -sudo apt-getinstall libwxgtk2.8-Dev -sudo apt-get installlibwxgtk2.8-dbg thesudo apt-getinstall wx2.8-i18n


Third, install Atom

1 sudo add-apt-repository ppa:webupd8team/atom  2 sudo apt-get update   3

Four, install Sogou input method

1. Installing FCITX

1.1 Open Software & Updates, add software Source:ppa:fcitx-team/nightly, and reload.

1.2 Open Software Center search FCITX and install the following:

2. Main program Installation

Download the installation package directly to the official website, double-click Install or install with sudo dpkg-i xxxx.deb command

3. Settings

3.1 Enter Im-config in terminal, pop up a dialog, click OK, pop up the dialog box, click Yes. You will see the following dialog box. If the above is FCITX, do not tube, directly shut down, if not, change to FCITX, click OK. the dialog box pops up again, click OK. Then restart your computer.

After the 3.2 Restart is complete, enter: FCITX-CONFIG-GTK3 in the terminal and a dialog box appears. Click the (+) button in the lower left corner to bring up another dialog box. Be sure to click Cancel only Show current Language (this is important, otherwise you can not find the newly installed Sogou input method, it is possible to pit here). Enter Sogou in the Input box and select Click OK. Input methods appear in the order you can click on the lower left ^ adjustment.

V. Installation of WPS

1. WPS official website download wps for Linux Deb installation package: http://linux.wps.cn/, you can choose the alpha version of the foot.

2. Use the command or double-click to install WPS

1 sudo dpkg-i wps-office_10.1.0.5672~a21_amd64.deb //64-bit mounting package

Six, installation and simple configuration vim

1. Install: Open terminal, enter the following command:

1

2. Configuration

Enter the following command at the terminal:

1 sudo vim/etc/vim/vimrc

The VIM is configured. In this file, there will be a sentence
Syntax on
It means syntax highlighting, and if you're commented out, please "let it out." Just like in the show

You can make vim more beautiful and comfortable by typing the following on the last line of the file.

Set Nu//on the left line number

Set TabStop//tab length to 4

Set nobackup//Overwrite files without backup

Set Cursorline//Highlight when forward

Set ruler//display status line at cursor position in lower right corner

Set autoindent//Auto Indent

As shown in the following:

Seven, install git

sudo apt-get install git

How to install Linux under part of 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.