Introduction to fedora 14 Software Installation

Source: Internet
Author: User

1. A small configuration ~~

1, system -- "administration --> Software Source

The above should have three options, except the test.
Click Close and the system will prompt an update. (You may be prompted to install it before. If no prompt is displayed, click system ===, administration ===, and software update.
Will update 142 software (like this)
2. Notebook touchpad
The click function of the fedora touchpad is disabled by default ~~~
System ===" preference ==> mouse
Just Tick the location

3. Chinese Input Method
System === "preference ====" Input Method
Check the Enable input method, select ibus, and then click Input Method preference ===> input method. Select Chinese pinyin and click Add.
Then you can press Ctrl + space to use the Chinese input method.
4. install necessary software
Unlike Ubuntu, fedora is installed with yum
For example, you have installed stardict (a good dictionary software)

Only

yum install stardict

After security, you can only query words online. You need to go to the official website to go to the dictionary,
Http://reciteword.cosoft.org.cn/stardict-iso/stardict-dic/zh_CN/
Installation Method
Http://reciteword.cosoft.org.cn/stardict-iso/stardict-dic/
No,
This is the case for many other software. The focus of this article is as follows:
2. This article focuses on Installing Free and nofree software (that is, unofficial software, but also authoritative software, which is far from meeting our needs)
Open URL

Http://rpmfusion.org/Configuration
Click the link on the Image

Pop-up dialog box
The default value is open with packet installer.
Click OK.

Click the link

Same as above

Then copy the content in the box to the virtual terminal (the command line stuff)
After installation, you can install a lot of software.

1. Install the playback software.

Code:
yum install mplayeryum install smplayer

(Smplayer is based on mplayer)
If the error message "libglut. so.3 is missing" appears when running smplayer on fedora14

Error:/usr/bin/mplayer: Error while loading shared libraries: libglut. so.3: cannot open shared object file: no such file or directory

Solution: Yum install glut

After the smplayer is installed, Chinese characters may be garbled ~~ Don't worry
1. Choose option> select subtitle tab.
2. Find the "Default character encoding" option and select "simplified Chinese (cp936)" in the drop-down box )"
3. Open the font tab and select system font. In the drop-down box, select a simplified Chinese font, such as weu quanyi Zen Hei.
After the preceding settings, smplayer can display Chinese subtitles.
At this time, there is another possibility that half of the subtitles are Chinese characters and half are garbled characters. I checked and found that smplayer does not support UTF-8,
One of my stupid solutions is to change the subtitle encoding and save it as gb18030, which is completely normal ~~~~~~~

In this way, you can watch HD movies (if the video card driver is used again)
2. Install office software
Unlike Ubuntu, CD-based fedora does not have OpenOffice. you can install it on your own. I do not recommend OpenOffice here because it is not beautiful or useful, here we recommend IBM's Lotus Symphony 3
URL:
Http://symphony.lotus.com/software/lotus/symphony/home.nsf/home
Download it by yourself
The texture here is as follows:
After downloading the SDK, run the following commands to install it ~~


When it is opened for the first time, it will use the command line to let you confirm that you agree to his agreement.
Enter 1 and press Enter ,~~~

3. Install the programming software ~~~
Install the C, C ++ compiling environment
I recommend codeblocks if only C and C ++ are compiled.
Installation Process

Code:

yum install codeblocks

Install the basic compiling environment

Sudo Yum install GCC gcc-C ++ * aclocal,

Ensure the integrity of the command. For example, the "*" wildcard before aclocal must not be lost.

If you want to install the IDE environment, we recommend that you use code blocks or eclipse CDT.

Install the wine simulator and run the windows program

Yum install wine

4. Install chat software
Install open-source Feixin (very useful)
(1) download the openfetion source code package
Http://sourceforge.net/projects/ofetion/files/openfetion-2.0.tar.gz/download
(2) execute on the terminal

Code:

pkcon install gcc gstreamer-devel gtk2-devel libxml2-devel openssl-devel intltoolsqlite-devel NetworkManager-devel libXScrnSaver-devel libnotify-devel

Decompress the source package:

tar -xzvf   openfetion-2.0.tar.gz

Compilation package:

CD openfetion-2.0./configure (handle Makemake instal as prompted if something goes wrong

Compiz Special Effects
A reference
Http://apps.hi.baidu.com/share/detail/9826695
Compiz is automatically started upon startup
System-> preferences-> startup Application
Click Add
Input:
Name: Fusion icon

Command: Fusion-icon

Comment: compiz fusion Panel applet
In this way, the instance can be started automatically ~~~

Other application software (only some practical applications)

Unrar: sudo Yum install unrar // it seems that there is no

CHM File reader: sudo Yum install gnochm

Download tool flashget: http://www.flashget.com/cn/product_Linux.html download RPM package installation directly

Install and configure VIM: sudo Yum install ctags cs.pdf

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.