I have a new installation of F-15 and have been messing around here for an hour but can't seem to install Flash. I need it to download some crossword puzzles I work every day.
Can someone point me to installation instructions that will work?
Bob
--
Is your F-15 is 64bit? If so, you can installed the flash on your with following.
# mkdir temp_flash # cd temp_flash # wget http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/... # tar xzvf flashplayer11_b1_install_lin_64_071311.tar.gz # cp -ip libflashplayer.so /usr/lib64/mozilla/plugins # chown root:root /usr/lib64/mozilla/plugins/libflashplayer.so
for x86_64 is a repo available
[root@srv-rhsoft:~]$ cat /etc/yum.repos.d/flash64.repo [flash64] name=flash64 baseurl=http://www.linux-ati-drivers.homecall.co.uk/flashplayer.x86_64 enabled=1 gpgcheck=1 gpgkey=http://www.linux-ati-drivers.homecall.co.uk/flashplayer.x86_64/RPM-GPG-KEY-l...
Am 31.07.2011 17:13, schrieb panicloop:
Is your F-15 is 64bit? If so, you can installed the flash on your with following.
# mkdir temp_flash # cd temp_flash # wget http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/... # tar xzvf flashplayer11_b1_install_lin_64_071311.tar.gz # cp -ip libflashplayer.so /usr/lib64/mozilla/plugins # chown root:root /usr/lib64/mozilla/plugins/libflashplayer.so
On 31/07/11 11:13, panicloop wrote:
Is your F-15 is 64bit? If so, you can installed the flash on your with following.
# mkdir temp_flash # cd temp_flash # wget http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/... # tar xzvf flashplayer11_b1_install_lin_64_071311.tar.gz # cp -ip libflashplayer.so /usr/lib64/mozilla/plugins # chown root:root /usr/lib64/mozilla/plugins/libflashplayer.so
Ok, that worked without a hitch once I typed everything correctly! I will save your instruction for next time.
Thank you,
Bob
Just out of curiosity, are there any security/vulnerability issues presented by a root owned flash library? On Jul 31, 2011 9:13 AM, "panicloop" panicloop@gmail.com wrote:
Is your F-15 is 64bit? If so, you can installed the flash on your with following.
# mkdir temp_flash # cd temp_flash # wget
http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/...
# tar xzvf flashplayer11_b1_install_lin_64_071311.tar.gz # cp -ip libflashplayer.so /usr/lib64/mozilla/plugins # chown root:root /usr/lib64/mozilla/plugins/libflashplayer.so
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
On 08/01/2011 07:43 AM, Pete Travis wrote:
Just out of curiosity, are there any security/vulnerability issues presented by a root owned flash library?
The important part is the user which runs the library, not the owner of the file. Almost all the files in /usr/bin or /usr/lib are root owned (that is, root placed them there), but they are run by generic users.
You are probably referring to the alternative installation method of copying the library in the plugins directory of the browser in the user home dir. That would be a user-only installation, while the first one is a system-wide installation. No security issue (unless, for example, you would like to avoid having flash present in the browser of the root user).
2011/7/31, Bob Goodwin bobgoodwin@wildblue.net:
I have a new installation of F-15 and have been messing around here for an hour but can't seem to install Flash. I need it to download some crossword puzzles I work every day. Can someone point me to installation instructions that will work?
http://www.mjmwired.net/resources/mjm-fedora-f15.html#flash
Andras
On Sun, 31 Jul 2011 11:03:43 -0400 Bob Goodwin bobgoodwin@wildblue.net wrote:
Can someone point me to installation instructions that will work?
you can also search the fedora wiki http://fedoraproject.org/wiki/Flash