Flash plug-in installation in ubuntu 9.04

Source: Internet
Author: User

Method 1:

1. Download install_flash_player_10_linux.tar.gzfrom the website http://get.adobe.com/flashplayer.

2. Unzip the package: tar-vzxf./install_flash_player_10_linux.tar.gz-C/tmp

3. Move the dynamic library to the appropriate Directory: sudo mv/tmp/libflashplayer. so/usr/lib/firefox-3.0.8/plugins/

4. Delete the font configuration file: sudo rm/etc/fonts/conf. d/49-sansserif. conf

Or:

Edit the 49-sansserif.conf file under/etc/fonts/conf. d.

① Sudo gedit/etc/fonts/conf. d/49-sansserif.conf

②. You can change the sans-serif of the first row to sans or replace it with your favorite font.

Copy to ClipboardReference: [www.bkjia.com] 1 <? Xml version = "1.0"?>
2 <! DOCTYPE fontconfig SYSTEM "fonts. dtd">
3 <fontconfig>
4 <! --
5 If the font still has no generic name, add sans-serif
6 -->
7 <match target = "pattern">
8 <test qual = "all" name = "family" compare = "not_eq">
9 <string> sans-serif </string>
10 </test>
11 <test qual = "all" name = "family" compare = "not_eq">
12 <string> serif </string>
13 </test>
14 <test qual = "all" name = "family" compare = "not_eq">
15 <string> monospace </string>
16 </test>
17 <edit name = "family" mode = "append_last">
18 <string> sans-serif </string>
19 </edit>
20 </match>
21 </fontconfig>

5. Restart Firefox.

Method 2:

Let Firefox automatically detect the flash plug-in installation.

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.