I installed software on the Linux 32-bit operating system.

Source: Internet
Author: User
I am installing software on the Linux 32-bit operating system-Linux general technology-Linux technology and application information. The following is a detailed description. I think back to the first time I installed linux on a real machine, I had a lot of hardships, and I had a hard time searching for information on the Internet. Now I want to share with you a lot of information on my experience in installing software on the 32-bit Fedora11 System and the collected information. I use Fedora 11. : 0wpoi2
I. QQ
: Http://im.qq.com/qq/linux/download.shtml
Qq I tried two methods. One is to download the linuxqq-v1.0.2-beta1.i386.rpm and then run the command: rpm-ivh linuxqq-v1.0.2-beta1.i386.rpm under the root user. Another method is to download linuxqq_v1.0.2-beta1_i386.tar.gz. decompress the package and run the command./qq to obtain Q.

Ii. Starship Translation
: Http://stardict.sourceforge.net/cn/download.php
In Windows, I am used to Kingsoft Google, and now I switch to starship in linux.
Method 1: I first download stardict-3.0.1-1.fc8.i386.rpm
The process is as follows:
1. # rpm-ivh stardict-3.0.1-1.fc8.i386.rpm result:
Error: Failed dependencies:
Espeak is needed by stardict-3.0.1-1.fc8.i386
Libespeak. so.1 is needed by stardict-3.0.1-1.fc8.i386
Libgucharmap. so.6 is needed by stardict-3.0.1-1.fc8.i386
So I searched for the espeak in the panel system> Management> Add/delete software, and installed all the found libespeak. so.1.
2. # rpm-ivh stardict-3.0.1-1.fc8.i386.rpm results:
Error: Failed dependencies:
Libgucharmap. so.6 is needed by stardict-3.0.1-1.fc8.i386
However, libgucharmap. so.6 cannot be installed. As follows:
# Rpm-Uvh gucharmap-1.10.2-1.fc8.i386.rpm
Warning: gucharmap-1.10.2-1.fc8.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6df2196f
Error: Failed dependencies:
Libgucharmap. so.7 is needed by (installed) gnome-applets-1: 2.26.1-3. fc11.i586
Libgucharmap. so.7 is needed by (installed) gucharmap-devel-2.26.2-1.fc11.i586
Gucharmap = 2.26.2-1. fc11 is needed by (installed) gucharmap-devel-2.26.2-1.fc11.i586
So I want to downgrade the rpm package, but I cannot use the textbook. I finally found out how to downgrade the version of the rpm package from the Internet.
Rpm-ivh -- force -- nodeps
Note: -- force
-- Nodeps does not need to check the association of the rpm package
So:
# Rpm-ivh -- force -- nodeps
The result is successful!
Method 2: If you want to facilitate the search, go to system> Management> Add/delete software to search for stardict. After finding it, You can directly install it.

Three hackers recite the word ReciteWord
: Http://reciteword.cosoft.org.cn/reciteword/index.html
Method 1: Download
Main rpm package reciteword-0.8.4-1.fc8.i386.rpm 7.4 M
Library File reciteword-books-0.8.4-1.noarch.rpm 10 M
Dictionary data file reciteword-dicts-0.8.2-1.noarch.rpm 3 M (optional)
Real voice files WyabdcRealPeopleTTS-1.0-1.noarch.rpm 108 M (optional)
"Rw" skin reciteword-skins-rw-0.8.2-1.noarch.rpm 7 M (optional)
"Rw_en" skin reciteword-skins-rw_en-0.8.2-1.noarch.rpm 7 M (optional)
Then, load the above items in order. The second one will display:
# Rpm-ivh reciteword-0.8.4-1.fc8.i386.rpm
Error: Failed dependencies:
Esound> = 0.2.28 is needed by reciteword-0.8.4-1.fc8.i386
Search for esound in system> Management> Add/add or delete programs, and then install it.
Method 2:
Search for ReciteWord in system> Management> Add/delete programs. Or: yum install reciteword


4. VMware-Workstation
: Http://download.pchome.net/system/sysenhance/detail-10771.html
Download vmware-workstation-full-7.1.0-261024.i386.rar and unzip the package.
Copy the VMware-Workstation-Full-7.0.1-227600.i386.bundle to the home directory, and then execute the command:
# Chmod + x VMware-Workstation-Full-7.0.1-227600.i386.bundle
#./VMware-Workstation-Full-7.0.1-227600.i386.bundle


V. rarlinux
: Http://linux.newhua.com/soft/1738.htm
I downloaded rarlinux-3.9.3.tar.gz from the Internet and decompressed it to the rar directory. Then:
# Make
# Make install


6. Multiget
: Http://translate.google.com.hk/t... illa: zh-CN: official
Download multiget-1.2.0.tar.bz2 from the Internet, decompress the package, and enter the directory to copy multiget to/usr/local/bin /.
Next we will connect it with Firefox:
> Open the Flashgot option and click the "General" tab.
> Because the download manager does not contain Multiget, click "add" and fill in Multiget.
> Select Program/usr/bin/multiget
> Write in the parameter template:
[Url = URL] [refer = REFER] (Note: many posts REFER to REFERER, but I cannot use it. Only refer can use it)


VII. mplayer
First, download the corresponding installation package in/www. mplayerhq. hu/design7/dload.html.
Source code package mplayer-checkout-snapshot.tar.bz2
Encoding package: all-20071007.tar.bz2.
Skin blue-1.7.tar.bz2
You can also find the font package at http://www.mplayerhq.hu/mplayer/contrib/fonts/chinesefonts/xia.
For example :.
Log on as a root user and create a codes directory under the usr/lib directory. Copy all files decompressed by package all-20071007.tar.bz2 to usr/lib/codes, create the wincodes sub-directory under the usr/lib directory, and copy all the files decompressed by the windows-essential-20071007.zip package to usr/lib/wincodes. the above steps are to install the encoding package. The second one is not needed. Now, uncompress mplayer-checkout-snapshot.tar.bz2, open the terminal, and enter the decompressed directory (if the input path is troublesome, adjust the terminal window to the appropriate size, then drag the decompressed directory of the source code package to the terminal window and press Enter. Then, enter the following command (note that there is a space in front)
#./Configure -- prefix =/usr/local/mplayer/-- enable-gui -- enable-freetype
# Make
# Make install
Now, the player main program and basic configuration are complete, but the graphic interface cannot be started yet, because no skin is installed. First, check whether the default sub-directory exists in the/usr/local/mplayer/share/mplayer/skins directory. If no sub-directory exists, create one by yourself and decompress the blue skin package, decompress all the files in the directory (not
Copy the default directory, and then install the font. The path is/usr/local/mplayer/share/mplayer/font/. Then mplayer is installed, enter the following command in the terminal:/usr/local/mplayer/bin/gmplayer to start.
To facilitate the operation, we can create an mplayer starter on the desktop by right-clicking on the desktop and selecting "create starter ", in the displayed window, enter/usr/local/mplayer/bin/gmplayer in the "command" input box and enter "name" in the input box, at the same time, you can click the "No icon" button to configure a beautiful icon for the starter. Click OK. Next time, you can start mplayer by double-clicking the icon on the desktop.

Note: If the player flash after startup:
In the Mplayer settings menu, tick the Normalize Sound, enable equalizer, and enable software Mixer to confirm.

8. chmsee
: Http://rpm.pbone.net/index.php3
Then:
# Rpm-ivh chmsee-1.0.1-6.fc11.i586.rpm


9. little panda ailurus
: Http://homerxing.fedorapeople.org/
I download ailurus-10.03.5-1.noarch.rpm and then:
# Rpm-ivh ailurus-10.03.5-1.noarch.rpm
Error: Failed dependencies:
Xterm is needed by ailurus-10.03.5-1.noarch
So I run yum install xterm and then:
# Rpm-ivh ailurus-10.03.5-1.noarch.rpm
The installation is complete.

10. AdobeReader
: Http://www.adobe.com/cn/
# Rpm-ivh AdobeReader_chs-8.1.7-1.i486.rpm


11. freeciv
: Http://freeciv.wikia.com/wiki/Main_Page
Download freeciv-2.2.1.tar.bz2
# Tar jxvf freeciv-2.2.1.tar.bz2
#./Configure -- prefix =/usr/local/freeciv
# Make; make install

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.