[Solved] No upgrade of Flashplayer

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
laplume
Donor
Posts: 348
Joined: 4. Sep 2010, 07:40
Location: (VI) Italy

[Solved] No upgrade of Flashplayer

Post by laplume »

Hello,
Trying to upgrade flash player to most recent version available in repos, but output gives following:

Upgrading package flash-plugin-11.2.202.243-i686-1gv -> flash-plugin-11.2.202.285-i686-1gv...
ERROR: Can't create directory over ordinary file. (usr/lib/firefox)
ERROR: Failed to extract file usr/lib/firefox.
ERROR: Package upgrade failed!
Failed to execute command: [/sbin/upgradepkg --reinstall /var/slapt-get/./salix/l/flash-plugin-11.2.202.285-i686-1gv.txz]

Any means t fix it?
Thanks in advance for support.
rgds
Antonio
Last edited by laplume on 27. May 2013, 13:50, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: No upgrade of Flashplayer

Post by gapan »

/usr/lib/firefox should not be a file, it should be a directory and I wonder how you ended up with that. Try:

Code: Select all

# rm /usr/lib/firefox
# slapt-get -i --reinstall mozilla-firefox
# slapt-get -i flash-plugin
Image
Image
User avatar
laplume
Donor
Posts: 348
Joined: 4. Sep 2010, 07:40
Location: (VI) Italy

Re: No upgrade of Flashplayer

Post by laplume »

gapan wrote:/usr/lib/firefox should not be a file, it should be a directory and I wonder how you ended up with that. Try:

Code: Select all

# rm /usr/lib/firefox
# slapt-get -i --reinstall mozilla-firefox
# slapt-get -i flash-plugin
Hello Gapan, the set of commands did the trick. Now Flash is working ok. Sincerely I can't tell how the issue arose. In Virtualbox I worked on a plain full install with no particular tweaks.

I'll mark the thread as solved
Thanks and rgds
Antonio
Post Reply