LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-06-2003, 05:28 PM   #1
Foggy
LQ Newbie
 
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14

Rep: Reputation: 0
I can't Install Flash Player


Just installed redHat 9.0 and found that to be the easy part, Managed to get the Wireless network working, connected through the cable modem to the internet and managed to get the e-mail working.

I was feeling really smug... Till I tried a simple thing like down loading Flash Player for Mozilla.

Why does it have to be so difficult to do a simple thing, like down loading a program?

Down loaded the plug-in into /home/james
Clicked on what looked like a package.
It appeared to create another directory /home/james/install_flash_player_6_linux

Following the instructions on the web page

I loaded a new terminal entered su and password

# /home/james/install_flash_player_6_linux/flashplayer-installer

pressed enter a few times

Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): /usr/lib/mozilla-1.4

WARNING: A newer version of the Macromedia Flash Player has been detected in
/usr/lib/mozilla-1.4/plugins.
The installer will overwrite this existing binary.



----------- Install Action Summary -----------

Macromedia Flash Player 6 will be installed in the following directory:

Browser installation directory = /usr/lib/mozilla-1.4

Proceed with the installation? (y/n/q): y

Installation complete.

However when I go to Help/about plugins in Mozilla I can't find any thing installed,

I have also tried going to a web site that requires the use of Flashplayer and can see that it still needs installing.

Please help and tell me what it is that I am doing.

Best wishes.


James.
 
Old 12-06-2003, 05:34 PM   #2
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
do "ls /usr/lib/mozilla-1.4/plugins"
see if theres a file called "libflashplayer.so".

if there is, then from your user home dir, goto ".mozilla/plugins" and do a "ln -s /usr/lib/mozilla-1.4/plugins".

now, if libflashplayer.so wasnt there, ...... umm, write back.
 
Old 12-06-2003, 05:49 PM   #3
Foggy
LQ Newbie
 
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14

Original Poster
Rep: Reputation: 0
Many Thanks for your quick response.

My original effort was with a tar

Getting a little fed up I thought I would try and down load the rpm instead.

What a difference.... Now that is what I call easy.

All sorted now.

Once again many thanks for your response, I am sure that I will be a big user of this forum for some time to come..... I will persevere.

Best wishes.


James.
 
Old 12-06-2003, 07:02 PM   #4
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
no problem at all. have u used apt (i think not from your ...and down load the rpm instead.
What a difference.... Now that is what I call easy.")

if not - get these 2 files:
http://ftp.freshrpms.net/pub/freshrp...6-fr1.i386.rpm
http://ftp.freshrpms.net/pub/freshrp...6-fr1.i386.rpm

as root, do
Code:
rpm -Uvh apt-*
in the directory where u saved them.
then, staying root, do
Code:
apt-get install update
. and you will not have anymore problems installing any package. you may want to read some stuff on APT, or make some changes in the /etc/apt/sources.list.

all you will need is "apt-cache search xxx", and "apt-get install xxx" or "apt-get remove xxx"

Last edited by h/w; 12-06-2003 at 07:04 PM.
 
Old 12-06-2003, 07:16 PM   #5
Foggy
LQ Newbie
 
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14

Original Poster
Rep: Reputation: 0
H/W Once again Many thanks.

I have tried Google to find out a little more on APT, before I start loading stuff, but with out much success.

Would you know of a site that would explain it in plain English. (If that is possible with Linux).

Best wishes.

James.
 
Old 12-06-2003, 07:26 PM   #6
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
APT is debians package management tool. redhat, seeing what it can do, and how it can make everyones life simpler, ported it for RH users. the details of APT can be found on debians (debian.org) site.
dont worry bout "loading stuff". those 2 links are from redhat rpm sites which i looked up for you (rh9 specifically).
if you installed those 2 rpm's as i suggested....

say you want to install xmms now.... what you will do is "apt-get install xmms".

if you want to install mozilla now .... "apt-get install mozilla"

yes, it must look confusing because of its simplicity, but thats what it does. it will look up "xmms" or "mozilla" in its lists of repositories (which is in the sources.list file i mentioned), download it, and any other dependencies it might need, and install it for you. so, it will search, download, check (+download if necessary) dependencies, and install for you, with only 1 command. 'leading to less use of aspirin trying to solve dependencies, and more productivity.
 
Old 12-06-2003, 10:25 PM   #7
krissly1
Member
 
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121

Rep: Reputation: 15
Foggy go to http://freshrpms.net/ and you will get more info in plain English.
GOOD LUCK & ENJOY !
 
Old 12-07-2003, 12:16 AM   #8
burnpile
Member
 
Registered: Dec 2003
Location: Almost Heaven, West Virginia
Distribution: Slackware
Posts: 327

Rep: Reputation: 30
Trust the advice you've been given. apt-get is a MUST HAVE if you're new to Linux and running RH9. To take it even further, there's a gui frontend for it called synaptical...point and click instead of command line.
 
Old 12-07-2003, 05:16 AM   #9
Foggy
LQ Newbie
 
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14

Original Poster
Rep: Reputation: 0
Hi Guys,

Thank you all very much for your help. The last comment about GUI did get my attention.

Although I promise I will try and understand the CLI.

I will try it out and let you know how I get on.

Best wishes.

James.
 
Old 12-07-2003, 06:49 AM   #10
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 963

Rep: Reputation: 32
Quote:
do "ls /usr/lib/mozilla-1.4/plugins"
see if theres a file called "libflashplayer.so".

if there is, then from your user home dir, goto ".mozilla/plugins" and do a "ln -s /usr/lib/mozilla-1.4/plugins".

now, if libflashplayer.so wasnt there, ...... umm, write back.

I tried it and it wont work...

OS is fedora core 1

[root@localhost mozilla-1.4.1]# cd plugins
[root@localhost plugins]# ls
flashplayer.xpt libflashplayer.so libnullplugin.so
[root@localhost plugins]# ln -s /usr/lib/mozilla-1.4.1/plugins
[root@localhost plugins]#

Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): /usr/lib/mozilla-1.4.1


----------- Install Action Summary -----------

Macromedia Flash Player 6 will be installed in the following directory:

Browser installation directory = /usr/lib/mozilla-1.4.1

Proceed with the installation? (y/n/q): y

Installation complete.


Perform another installation? (y/n): n


Please log out of this session and log in for the changes to take effect.


The Macromedia Flash Player installation is complete.

any other ideas please..


 
Old 12-07-2003, 08:06 AM   #11
Foggy
LQ Newbie
 
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14

Original Poster
Rep: Reputation: 0
Hi H/W,

Its me again.

Tried to do what you suggested, can you tell me what I have done wrong

[james@localhost james]$ su
Password:
[root@localhost james]# /home/james
bash: /home/james: is a directory
[root@localhost james]# rpm -Uvh apt-*
warning: apt-0.5.5cnc6-fr1.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
Preparing... ########################################### [100%]
1:apt ########################################### [ 50%]
2:apt-devel ########################################### [100%]
[root@localhost james]# apt-get install update
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package update
[root@localhost james]# apt-get install synaptic
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package synaptic
[root@localhost james]#


Best wishes


James
 
Old 12-07-2003, 11:13 AM   #12
krissly1
Member
 
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121

Rep: Reputation: 15
Foggy,
Try
apt-get update && apt-get install synaptic
do this in su, also known as root.
Hope this helps !
 
Old 12-07-2003, 11:31 AM   #13
Foggy
LQ Newbie
 
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14

Original Poster
Rep: Reputation: 0
Hi Krissly 1,

Many Thanks, that did it.


Best wishes.


James.
 
Old 12-08-2003, 07:38 AM   #14
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 963

Rep: Reputation: 32
Hi i did get flash to work

by going here and downloading what i needed..

Macromedia Flash Player 6 for x86 Linux

Fedora Core 1
Red Hat 9
Red Hat 8.0
Red Hat 7.x
Mandrake 9.2
Mandrake 9.1
Mandrake 9.0
Mandrake 8.2
SuSE 8.x
Conectiva 8.0
Debian
Gentoo
Generic .tar.gz



http://sluglug.ucsc.edu/macromedia/site_ucsc.html


cheers TT
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Flash Player on konqueror 64bit DarkExile Mandriva 0 12-11-2004 09:06 PM
How do I install Flash Player Mlony Linux - Software 3 09-16-2004 05:07 AM
How to install Flash Player? XPediTioN Mandriva 1 01-26-2004 07:25 PM
how do you install flash player on ¨Galeon¨? mr.knownothing Linux - Newbie 2 01-16-2004 09:21 AM
flash player install under linux 286 Linux - Newbie 8 01-10-2004 06:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration