install flash in firefox with fedora
fatcat
Mizzou Icrontian
ok...total linux noob i be
need help installing flash player into firefox using fedora. i got the flash file downloaded...just not understanding what to do next...thanks
need help installing flash player into firefox using fedora. i got the flash file downloaded...just not understanding what to do next...thanks
0
Comments
when i downloaded the file is was in a .tar.gz extension the 1st thing i had to do was "expand" it or what ever the linux term is. did this in a command prompt by using gunzip -x (i think is the switch) "file"
after you get the .gz taken off, the tar is left lol, i used the ./"file" and it extracted it and asked me for the installation location for the browser which for me was /etc/lib/mozilla
$ tar xzvf flash-player-installer.tgz
tar xzvf will unzip and untar a tgz file
$cd installer
then
$./installer
or whatever the latest installer file is called, then read the directions.