topic title: adobe flash out of date
4 posts
• Page 1 of 1
-
Posts: 142
- Joined: 10 Aug 2013
#1
adobe flash is out of date in antiX 16.1. how to for update it?
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
Well, after waiting awhile to see if others would respond
I have my own convoluted way of running current flash in MY MX and AntiX installs. I do not rely anymore on the flash updater in AntiX to do mine.
I mention what I did over here.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://forum.mxlinux.org/viewtopic.php?f=108&t=41876"
linktext was:"https://forum.mxlinux.org/viewtopic.php?f=108&t=41876"
====================================
and here
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://forum.mxlinux.org/viewtopic.php?p=411017#p411017"
linktext was:"https://forum.mxlinux.org/viewtopic.php ... 17#p411017"
====================================
Maybe some else will give you a easier way than the way I do it.
I have my own convoluted way of running current flash in MY MX and AntiX installs. I do not rely anymore on the flash updater in AntiX to do mine.
I mention what I did over here.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://forum.mxlinux.org/viewtopic.php?f=108&t=41876"
linktext was:"https://forum.mxlinux.org/viewtopic.php?f=108&t=41876"
====================================
and here
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://forum.mxlinux.org/viewtopic.php?p=411017#p411017"
linktext was:"https://forum.mxlinux.org/viewtopic.php ... 17#p411017"
====================================
Maybe some else will give you a easier way than the way I do it.
-
Posts: 1,062
- Joined: 20 Jan 2010
#3
You can try in root terminal with browsers closed.
update-flashplugin-nonfree --install
Or if that does not work; like rokytnji you can do it manually by downloading from here
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://get.adobe.com/flashplayer/otherversions/"
linktext was:"https://get.adobe.com/flashplayer/otherversions/"
====================================
Unpack the .tar.gz file (tar -xf adobe.-paxkacke.tar.gz)
Copy the lib to the update script location (cp libflashplayer.so /usr/lib/flashplugin-nonfree/)
Link that to the Mozilla plugin dir (ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so /usr/lib/mozilla/plugins/)
Restart the browser and check under about:plugins if flash is correct
update-flashplugin-nonfree --install
Or if that does not work; like rokytnji you can do it manually by downloading from here
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://get.adobe.com/flashplayer/otherversions/"
linktext was:"https://get.adobe.com/flashplayer/otherversions/"
====================================
Unpack the .tar.gz file (tar -xf adobe.-paxkacke.tar.gz)
Copy the lib to the update script location (cp libflashplayer.so /usr/lib/flashplugin-nonfree/)
Link that to the Mozilla plugin dir (ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so /usr/lib/mozilla/plugins/)
Restart the browser and check under about:plugins if flash is correct
-
Posts: 142
- Joined: 10 Aug 2013
#4
Code: Select all
sudo update-flashplugin-nonfree --install
sudo: update-flashplugin-nonfree: comando non trovato