Fedora installation of common software

Source: Internet
Author: User
Tags gstreamer

After installing Fedora, usually the first thing is to install their own commonly used software, but for the people accustomed to win under the installation of software, the use of the compiler in Linux to install software is a more troublesome thing, Luckily Fedora has a Yum tool that allows us to easily install the software we need, but there are some problems, first of all, to know the exact name of the package, and to ensure that the software source has these packages, sometimes it is still scratching their heads. So in this write some commonly used software installation process, is to give yourself a forgotten, hehe (the fact proved in Fedora 15 is OK, the other version should also not be too different, you can try first)

All installations are performed under root status.

<!--@page {margin:0.79in} P {margin-bottom:0.08in}-->

1, install automatically choose the fastest mirror plug-in

Can let the Yum Manager automatically search for the fastest source download, or useful drops

# yum-y Install Yum-fastestmirror

2, install OpenOffice (libreoffice)

# yum Groupinstall "Office/productivity"

3, install Vim

# yum Install vim

# yum Install Gvim

4, install GCC

# yum Install gcc gcc-c++ (where the gcc-c++ package is to allow users to compile C + + code using the g++ command)

5, install Unrar, 7z

# yum Install Unrar p7zip p7zip-plugins

6, installation of the star translation King

# yum Install stardict (where dictionary files need to be downloaded separately)

<!--@page {margin:0.79in} P {margin-bottom:0.08in} a:link {so-language:zxx}-->

7, the installation of multimedia support (not to install the film can not hear mp3)

Add Fusion source, otherwise install not:

(This is possible before, but now because of the support FEDORA16 version, so this is not suitable for FEDORA15, but 16 can)

# yum Localinstall--nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm

# yum Localinstall--nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm

(This is now support fedora13,14,15 Fusion Source Add command to see clearly OH)


# yum Localinstall--nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

To install a component package:

# yum Install ffmpeg ffmpeg-libs gstreamer-ffmpeg libmatrosca xvidcore libdvdread libdvdnav Lsdvd
# yum Install Gstreamer-plugins-good Gstreamer-plugins-bad gstreamer-plugins-ugly

8, install Flash-player

First to http://get.adobe.com/flashplayer/download flash (if the link is invalid, go directly to the home page http://www.adobe.com look for flashplayer download), there are multiple download options, select "YUM For linux download, download and double-click the file to install, install the plugin in the terminal after the successful installation

# yum Install Flash-plugin

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.