Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of installing mozilla in linux6.5/centos6.5

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the example analysis of linux6.5/centos6.5 installation mozilla, the content is very detailed, interested friends can refer to, hope to be helpful to you.

Download rpm or tar.gz packages from the official website

The first method:

1. Install rpm directly

Rpm-ivh flash-plugin-11.2.202.378-release.x86_64.rpm

2. Copy lib64 under libflashplayer.so to lib directory

Cp / usr/lib64/flash-plugin/libflashplayer.so / usr/lib/mozilla/plugins/

3. Restart Firefox to take effect.

The second method:

1. Install and decompress the tar.gz package

Tar xvf install_flash_player_11_linux.x86_64.tar.gz

2. Copy libflashplayer.so to / usr/lib/mozilla/plugins/

Cp libflashplayer.so / usr/lib/mozilla/plugins/

3. Modify the owner and grant the executive authority

Chown root:root libflashplayer.so

Chmod 755 libflashplayer.so

4. Restart Firefox to take effect.

This is the end of the sample analysis on the installation of mozilla in linux6.5/centos6.5. I hope the above content can be helpful to you and learn more. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report