Fedora is a community release sponsored by Red Hat and advocates FREEDOME, FRIENDS, FEATURES, and FIRST ". The latest version of Fedora 19 was released in 2013.07.02. See
The following are the problems I encountered during the experience of Fedora 18. The solution is provided below for your reference only.
Configuration
The touchpad cannot implement the "click" function.
The solution is the same as the solution in the Xfce touchpad to start "click" (Debian Wheezy.
Adode flash Player
Because Adobe Flash plug-ins are not free and open-source software, they cannot be pre-installed in Fedora.
Solution 1
X86_64 (64-bit)
Sudo yum install http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm-y
X86 (32-bit)
Sudo yum install http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm-y
2. Import and install the GPG key of the Adobe Flash plug-in Repository
Sudo rpm -- import/etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Sudo yum install flash-plugin-y
Multimedia Decoder
1. download and install the Free & Nonfree Repository
The Free Software warehouse is an open-source software warehouse, and the Fedora project cannot be equipped for other reasons. The Nonfree warehouse mainly stores non-open-source but reusable software.
# Applicable to Fedora14 to the latest version
Sudo 'yum localinstall -- nogpgcheck restart (rpm-E % fedora). noarch. rpm restart (rpm-E % fedora). noarch. rpm'
2. Install a multimedia Decoder
Sudo yum makecach # create metadata cache
Sudo yum install ffmpeg-libs gstreamer-ffmpeg xvidcore libdvdread libdvdna v lsdvd gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-uugly
More
If the created user is not added to the Management Group during installation, sudo cannot be used before the command. You can add the current user to the Administrator Group as follows:
$ Su # Switch to the root user
# Echo 'ora ora ALL = (ALL) all'>/etc/sudoers # fedora is the current user name
Common YUM options
YUM is an RPM-Based Software Package Manager that can be used to update, upgrade, install, or uninstall software packages.
Command Format: yum [Option] command
List of available commands
Available commands |
Function Description |
Apt "similar" command (not completely matched) |
Install |
Install one or more software packages to the System |
Apt-get install |
Remove |
Remove one or more software packages from the system |
Apt-get remove |
Info |
Displays detailed information about software packages or groups. |
Apt-cache show |
Makecache |
Create metadata cache |
Apt-get update |
Reinstall |
Reinstall a package |
Apt-get install pkg-reinstall |
Search |
Search for the specified string in the package details |
Apt-cache search |
Update |
Update one or more software packages in the system |
Apt-get upgrade |
Upgrade |
Update the software package and consider the software package replacement relationship. |
Apt-get dist-upgrade |
Footnotes:
1 https://fedoraproject.org/wiki/Flash
Configure Nginx + PHP in Fedora 18
Gcc file compilation in Fedora 18
Installation of arping under Fedora 18
Installation of the ATI graphics driver under Fedora 18