Fedora problem summary

Source: Internet
Author: User
Tags openssl library gstreamer

In, the antique machine was installed with fedora 17, and the desktop environment was very lightweight lxde. It ran smoothly and didn't feel the card at all. However, I still encountered some problems. To sum up.

1. solve the problem that the touch pad tap cannot be used

Fedora's default GNOME tool carries a GUI, but I don't have it in lxde, so I can only modify the configuration file to solve the problem.

[androidyue@localhost ~]$ cd /usr/share/X11/xorg.conf.d/10-evdev.conf             50-synaptics.conf         50-vmmouse.conf           10-quirks.conf            50-synaptics.conf_backup  50-wacom.conf             [androidyue@localhost ~]$ cd /usr/share/X11/xorg.conf.d/[androidyue@localhost xorg.conf.d]$ sudo vim 50-synaptics.conf

We recommend that you back up the backup before modification. If the modification is incorrect, the system cannot be accessed. Then add the following code:

Section "InputClass"Identifier "tap-by-default"MatchIsTouchpad "on"Option "TapButton1" "1"EndSection

Save and restart the system. If the system cannot be accessed, the configuration may be incorrect. Recover the previous backup and change the error.

Reference: http://forums.fedoraforum.org/showthread.php? T = 246126

2. No package 'libnautilus-extension' found

 sudo yum install nautilus-devel

3. Configure: Error: Couldn't find docutils

 sudo yum install python-docutils

4. fedora 15 upgrade

Https://fedoraproject.org/wiki/How_to_use_PreUpgrade? RD = preupgrade

5. Fedora supports audio playback.

 

sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpmsudo rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpmsudo yum update

Open an audio file and install it as prompted.

6. Fedora supports opening video files

su -c 'yum -y install gstreamer-plugins-bad-free gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-ugly'

7. rar ora supports RAR Decompression

Visit the http://www.rarlab.com/download.htm to download the corresponding Linux version, download and unzip and install

tar xfz rarlinux-5.0.b8.tar.gz cd rarsudo make

8. Configure: Error: C ++ Preprocessor "/lib/CPP" fails sanity

sudo yum install glibc-headerssudo  yum install gcc-c++

9. Fedora install boost C ++ Library

sudo yum install boost-devel

10. Fedora install OpenSSL library

sudo yum install openssl-devel

11. libxml/xmlversion. h no such file or directory

sudo yum install libxml2-devel libxslt-devel

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.