Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Linux Mint6, Debian 5.0 XFCE, Mandriva 2009,
Posts: 24
Rep:
need flash upgrade on Debian Lenny
I am using Debian Lenny xfce, and when on Facebook, certain applications I use on there require a flash upgrade. I can download the package for the upgrade, but there is no installer for it. I am asked what to open it with, but there is no viable option in the drop down list. I have searched the Debian repositories for the latest flash player, but so far I have been unable to find one. I'm new to Debian, and I am a little lost. I know in Mint there is a deb package installer, as well as Ubuntu, and others, but I can't find one here. Any help a newbi can easily understand will be appreciated. Thanks, in advance.
Try adding Debian multimedia to your /etc/apt/sources.list. Then update your package list and install flashplayer-mozilla. (Oh, and don't forget to install the gpg key for apt).
Distribution: Linux Mint6, Debian 5.0 XFCE, Mandriva 2009,
Posts: 24
Original Poster
Rep:
Quote:
Originally Posted by pljvaldez
Try adding Debian multimedia to your /etc/apt/sources.list. Then update your package list and install flashplayer-mozilla. (Oh, and don't forget to install the gpg key for apt).
I already have the Debian multimedia source in my list, but how do I install this gpg key, or for that matter even find it?
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572
Rep:
There's a package for the key, called debian-multimedia-keyring, that you can install (via either synaptic or aptitude). Either flashplayer-mozilla or flashplugin-nonfree should work. If you already have one of these packages installed, then, to get the latest flashplayer, try the following in your terminal (as either root, or, if you use sudo, then preceded by "sudo"):
Code:
dpkg-reconfigure flashplugin-nonfree
or, if it's flashplayer-mozilla that you've got, then do "dpkg-reconfigure flashplayer-mozilla". I myself have flashplugin-nonfree, which works.
Distribution: Linux Mint6, Debian 5.0 XFCE, Mandriva 2009,
Posts: 24
Original Poster
Rep:
Quote:
Originally Posted by mark_alfred
There's a package for the key, called debian-multimedia-keyring, that you can install (via either synaptic or aptitude). Either flashplayer-mozilla or flashplugin-nonfree should work. If you already have one of these packages installed, then, to get the latest flashplayer, try the following in your terminal (as either root, or, if you use sudo, then preceded by "sudo"):
Code:
dpkg-reconfigure flashplugin-nonfree
or, if it's flashplayer-mozilla that you've got, then do "dpkg-reconfigure flashplayer-mozilla". I myself have flashplugin-nonfree, which works.
I got the ketring with no problems, and did as you suggested, but it says I have the latest version of flashplayer, but FaceBook still is asking for an update. Oh well, I guess Ill have to stick with what works, and do Mint for my browsing. Thanks for the try any ways.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.