Installation and configuration of Fedora15

Source: Internet
Author: User
Fedora15 will be released on December 24,. It is four days before the official version. I am here to give you some advice on using Fedora15 in advance. The following is my summary of the installation and configuration of Fedora15. I hope you can easily configure your Fedora15. For reference only. If any error occurs, please note. Introduction to Fedora15Beta @ http://fedoraproject.org/zh_CN/get-pre

Fedora 15 will be released on December 24, and four days from the official version. I am here to give you some advice on using Fedora 15 in advance. The following is my summary of the installation and configuration of Fedora 15. I hope it will be convenient for you to configure your Fedora 15. For reference only. If any error occurs, please note.

"1" Installation Introduction

Fedora 15 Beta @ http://fedoraproject.org/zh_CN/get-prerelease.

You can download a DVD or LiveCD to install Fedora 15.

Because I do not have a CD/DVD in my hand to burn the disc for installation, I am using a USB flash disk for installation. The size of the USB flash drive is 2 GB. I chose to download the LiveCD media. Burn LiveCD to a USB flash disk and make it into a boot disk. After the boot, select start from the USB flash drive to go to the Live trial interface, and then select "Install to hard disk.

Burn the image to a USB flash drive:

# In win, you can use UltraISO to enable the boot disk by selecting "write to hard disk. The specific usage will not be described here;

# In Linux, I use the Unetbin:

Ubuntu installation:

Sudo apt-get install unetbootin

Fedora installation:

Yum install unetbootin

Because I am under Fedora 14, the second method is used. If you do not want to use LiveCD to install Fedora, you can also use the command to upgrade from Fedora 13 & 14 to Fedora 15, see my last article "upgrade from Fedora 13 & 14 to Fedora 15". This method requires a large number of software packages to be downloaded for a long time. If the network speed is not good, it is scratching your ears and furious. In addition, after the software package is downloaded, it is easy to encounter inexplicable errors when the installation is restarted. I have planted this method. If you want to try it, you can try it.

"2" prerequisites

Since I had been wandering in Ubuntu for a long time, I used Fedora for a short time. Although I have been familiar with it several times, I am not very familiar with it. Fedora is similar to Ubuntu in many aspects. If you are familiar with Ubuntu, Fedora is also very easy to use. I feel that for me, the management of software packages should be the focus of the solution.

The installation package format of Fedora is rpm. Use yum (that is, Yellow dog Updater, Modified. ^ _ ^, Yellow dog) Front-end software manager to download and install RPM packages. yum can automatically handle dependencies and install all dependent software packages at a time, this is the same as installing software in Ubuntu. It is very convenient for you to automatically resolve dependencies.

At the same time, Yum graphical front-end yumex and kyum. "Add/delete software" under Fedora is also a good software management center. However, in this regard, Fedora and Ubuntu are not doing very well. I feel that Fedora can make some improvements in this regard to facilitate the installation of software by cainiao/veteran. However, the open-source project Ailurus pandatv developed by Shanghai Jiao Tong University's trusted digital technology laboratory can be said to make up for this defect to some extent. We will use it later.

The following is my summary of some usage of yum. You can run the command 'yum-help' or 'man yum 'to view more help information:

Yum install * installation package

Yum list ~ Search for software packages

Yum check-update to check for updates

Yum update system

Run the 'yum-help' command. Some input results are as follows:

Usage: yum [options] COMMAND

List of Commands:

Check Check for problems in the rpmdb

Check-update Check for available package updates

Clean Remove cached data

Deplist List a package's dependencies

Downgrade a package

Erase Remove a package or packages from your system

History Display, or use, the transaction history

Info Display details about a package or group of packages

Install Install a package or packages on your system

List List a package or groups of packages

Makecache Generate the metadata cache

Reinstall a package

Repolist Display the configured software repositories

Search Search package details for the given string

Update Update a package or packages on your system

Upgrade Update packages taking obsoletes into account

Unlike Ubuntu, to obtain administrator permissions, you must first use the 'su 'command (without quotation marks) to switch to the root permission. You can also add 'Su-C' before running the command '. The format is as follows:

#1,

$ Su

Enter the password:

#2,

$ Su-c 'yum install *** ', where *** is the name of the software package to be installed

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.