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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-06-2003, 05:28 PM
|
#1
|
LQ Newbie
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14
Rep:
|
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.
|
|
|
12-06-2003, 05:34 PM
|
#2
|
Senior Member
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286
Rep:
|
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.
|
|
|
12-06-2003, 05:49 PM
|
#3
|
LQ Newbie
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14
Original Poster
Rep:
|
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.
|
|
|
12-06-2003, 07:02 PM
|
#4
|
Senior Member
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286
Rep:
|
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 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.
|
|
|
12-06-2003, 07:16 PM
|
#5
|
LQ Newbie
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14
Original Poster
Rep:
|
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.
|
|
|
12-06-2003, 07:26 PM
|
#6
|
Senior Member
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286
Rep:
|
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.
|
|
|
12-06-2003, 10:25 PM
|
#7
|
Member
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121
Rep:
|
Foggy go to http://freshrpms.net/ and you will get more info in plain English.
GOOD LUCK & ENJOY !
|
|
|
12-07-2003, 12:16 AM
|
#8
|
Member
Registered: Dec 2003
Location: Almost Heaven, West Virginia
Distribution: Slackware
Posts: 327
Rep:
|
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.
|
|
|
12-07-2003, 05:16 AM
|
#9
|
LQ Newbie
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14
Original Poster
Rep:
|
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.
|
|
|
12-07-2003, 06:49 AM
|
#10
|
Member
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964
Rep:
|
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..
|
|
|
12-07-2003, 08:06 AM
|
#11
|
LQ Newbie
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14
Original Poster
Rep:
|
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
|
|
|
12-07-2003, 11:13 AM
|
#12
|
Member
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121
Rep:
|
Foggy,
Try
apt-get update && apt-get install synaptic
do this in su, also known as root.
Hope this helps !
|
|
|
12-07-2003, 11:31 AM
|
#13
|
LQ Newbie
Registered: Dec 2003
Location: Reading England
Distribution: RedHat 9.0 Enterprise.
Posts: 14
Original Poster
Rep:
|
Hi Krissly 1,
Many Thanks, that did it.
Best wishes.
James.
|
|
|
12-08-2003, 07:38 AM
|
#14
|
Member
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 12:07 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|