LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Plez, Plez help unpack firefox plugin (https://www.linuxquestions.org/questions/linux-newbie-8/plez-plez-help-unpack-firefox-plugin-600995/)

NightSky 11-19-2007 10:10 PM

Plez, Plez help unpack firefox plugin
 
Just downloaded Install_flash_player_9_linux.tar.gz
its sitting on my Xfce 4.4.1 Desktop in Slackware12. Plez just tell me what to do.
Do: open terminal as root or usr
cd /home/username
ls
type tar zxvf Install_flash_player_9_linux.tar.gz
configure
make

make install

Or Do I use gunzip Install_flash_player_9_linux.tar.gz ???

gilead 11-19-2007 10:22 PM

You don't need to compile that - it's supplied as a binary. Try the following:
Code:

Do: open terminal as root or usr
cd /home/username
tar -xzf install_flash_player_9_linux.tar.gz
cd install_flash_player_9_linux
./flashplayer-installer


NightSky 11-19-2007 11:10 PM

Thanks sooo much :)
1. Ok what do I do with the Install_flash tar archve Box and install_flash folder on my desktop now?
2. At end of flash install I got a message: Ask your Administrator to remove the xpti.dat of the Mozilla or Netscape browser.

I know Admin. = perform task as root but what am I being asked to remove and how do I remove it?

Flash install went well as far as I can tell. Just tell me how to cleanup my Destop,

3. I have a bunch of downloads, next batch todo are: bjfilter-2.2.1.tar.gz
bjcups-2.2.1.tar.gz
bjcupsmon-2.2.1.tar.gz
printui-2.2.1.tar.gz
Do I unpack and install these Printer packages the same way I did adobe flash_player?

indeliblestamp 11-20-2007 01:30 AM

You can safely delete the tar file and the install file after installation. If you like you could store the tar file alone in some backup folder for future use.
About the other packages you intend to download: the installation method could differ from package to package. What usually stays the same is the existence of a file called README and another called INSTALL.
Skim through those files and you'll know how to install that package. Usually if its a single file (as in the case of the flash installer), its a shell script that just needs to be executed.

NightSky 12-10-2007 12:42 AM

1) Should I install flashplayer system wide as root or should I install locally?

2) Also my /usr partition is /dev/hde2, so if I install system wide: what would my path be?

3)What is the correct system wide path to install firefox pluggins?
a) /dev/hde2/usr/lib/mozilla/pluggins
or
b) /dev/hde2/usr/lib/Firefox/pluggins

What is the correct path locally /home/usr/mozilla/firefox


All times are GMT -5. The time now is 07:56 PM.