Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
04-04-2007, 08:23 PM
|
#1
|
Member
Registered: Apr 2007
Distribution: Ubuntu Feisty Fawn
Posts: 52
Rep:
|
Installing Flash Player in Opera
I am a newbie and a very confused one at that. Can someone help me how to install flash player in Opera? I have done some things already but I think I need more help to make things work especially in Opera because its my favorite browser. So, I will make this as coherent as I possibly can. So, please give me your precious advice.
Quote:
How to install Flash Player in Opera
Since Opera is a 32-bit application and it also works in amd64 system. Installing Flash Player and other 32-bit plugins in Opera is a workaround for amd64 users who are not able to run those applications in other web browsers. Here is the way to install Flash Player for Opera.
Install OpenMitif
Open Opera, click "Tools --> Advanced --> Plugins" to check the default plugin path. Assume it is "/usr/lib/opera/plugins/"
Download the latest flash plugin tarball install_flash_player_9_linux.tar.gz from http://www.adobe.com
tar -zxvf install_flash_player_9_linux.tar.gz
cd install_flash_player_9_linux
sudo cp libflashplayer.so /usr/lib/opera/plugins
sudo cp flashplayer.xpt /usr/lib/opera/plugins
If your Opera plugin path is something else, just replace the path in the above commands with your own path.
|
So, this is what I did:
1. I went to terminal and type su for accessing the root account (this is right, isn't it?).
2. I typed tar -zxfv install_flash_player_9.tar.gz -C /home/mapmaker and this appeared:
Quote:
mapmaker@mapmaker-desktop:~$ su
Password:
root@mapmaker-desktop:/home/mapmaker# tar -zxvf install_flash_player_9_linux.tar.gz -C /home/mapmaker
install_flash_player_9_linux/
install_flash_player_9_linux/Readme.txt
install_flash_player_9_linux/flashplayer-installer
install_flash_player_9_linux/libflashplayer.so
install_flash_player_9_linux/flashplayer.xpt
root@mapmaker-desktop:/home/mapmaker#
|
Does this mean that the Flash Player was installed? I see that there is a install_flash_player_9_linux in my /home/mapmaker folder with a lock icon on top.
3. This is the path of plug-ins in Opera: "/usr/lib/opera/plugins/libnpp.so"
4. I type cd install_flash_player_9_linux and this is what happened:
Quote:
mapmaker@mapmaker-desktop:~$ su
Password:
root@mapmaker-desktop:/home/mapmaker# tar -zxvf install_flash_player_9_linux.tar.gz -C /home/mapmaker
install_flash_player_9_linux/
install_flash_player_9_linux/Readme.txt
install_flash_player_9_linux/flashplayer-installer
install_flash_player_9_linux/libflashplayer.so
install_flash_player_9_linux/flashplayer.xpt
root@mapmaker-desktop:/home/mapmaker# cd install_flash_player_9_linux
root@mapmaker-desktop:/home/mapmaker/install_flash_player_9_linux#
|
4. Then, i typed sudo cp libflashplayer.so /usr/lib/opera/plugins and this appeared:
Quote:
mapmaker@mapmaker-desktop:~$ su
Password:
root@mapmaker-desktop:/home/mapmaker# tar -zxvf install_flash_player_9_linux.tar.gz -C /home/mapmaker
install_flash_player_9_linux/
install_flash_player_9_linux/Readme.txt
install_flash_player_9_linux/flashplayer-installer
install_flash_player_9_linux/libflashplayer.so
install_flash_player_9_linux/flashplayer.xpt
root@mapmaker-desktop:/home/mapmaker# cd install_flash_player_9_linux
root@mapmaker-desktop:/home/mapmaker/install_flash_player_9_linux# sudo cp libflashplayer.so /usr/lib/opera/plugins
root@mapmaker-desktop:/home/mapmaker/install_flash_player_9_linux#
|
5. Then I typed sudo cp flashplayer.xpt /usr/lib/opera/plugins
Quote:
mapmaker@mapmaker-desktop:~$ su
Password:
root@mapmaker-desktop:/home/mapmaker# tar -zxvf install_flash_player_9_linux.tar.gz -C /home/mapmaker
install_flash_player_9_linux/
install_flash_player_9_linux/Readme.txt
install_flash_player_9_linux/flashplayer-installer
install_flash_player_9_linux/libflashplayer.so
install_flash_player_9_linux/flashplayer.xpt
root@mapmaker-desktop:/home/mapmaker# cd install_flash_player_9_linux
root@mapmaker-desktop:/home/mapmaker/install_flash_player_9_linux# sudo cp libflashplayer.so /usr/lib/opera/plugins
root@mapmaker-desktop:/home/mapmaker/install_flash_player_9_linux# sudo cp flashplayer.xpt /usr/lib/opera/plugins
root@mapmaker-desktop:/home/mapmaker/install_flash_player_9_linux#
|
But, when I check tools>advanced>plug-ins no flash player! Can someone teach me please? Thanks in advance!
|
|
|
04-04-2007, 08:51 PM
|
#2
|
Member
Registered: Apr 2007
Distribution: Ubuntu Feisty Fawn
Posts: 52
Original Poster
Rep:
|
Problem solved! Please lock the thread.
|
|
|
02-03-2017, 08:24 AM
|
#3
|
LQ Newbie
Registered: Jan 2016
Location: Romania
Distribution: Lubuntu 15.10
Posts: 8
Rep:
|
Hi there,
I'm witnessing the same issues with my Opera browser, it's missing Flash Player..
How did you manage to fix this? I'm running on Ubuntu 16.04.
|
|
|
02-03-2017, 09:13 AM
|
#4
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by dminca
Hi there,
I'm witnessing the same issues with my Opera browser, it's missing Flash Player..
How did you manage to fix this? I'm running on Ubuntu 16.04.
|
You do realise that this thread is almost 10 years old! The solutions given then are pretty unlikely to be relevant today and the poster no longer here.
Please open your own new thread if you're experiencing problems. Remember to include all relevant info, including your distro (and version), and version of Opera.
|
|
|
02-03-2017, 02:05 PM
|
#5
|
LQ Newbie
Registered: Jan 2016
Location: Romania
Distribution: Lubuntu 15.10
Posts: 8
Rep:
|
Wow, thank you Mr. Hostile for giving such constructive Feedback.
No, I didn't saw the year of the post, as I wasn't looking for that, but for a solution to my issue.
Found the solution anyway on a Russian blog post. I won't come looking here for answers.
|
|
|
02-03-2017, 02:11 PM
|
#6
|
Senior Member
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278
|
@hyrdruga Your reply was informative on the situation, to the point, and had a solution. It doesn't read as anything but professional to me.
@dminca Wish the best to you in your search for answers. But it might be helpful to you to understand the difference between helpful and hostile. Helpful is when someone points out an error on your part ("This thread is 10 years old"), an explanation of why its an error ("solutions given then are pretty unlikely to be relevant today and the poster no longer here"), and a solution to help you avoid the error and ask a helpful question ("Please open your own new thread if you're experiencing problems. Remember to include all relevant info, including your distro (and version), and version of Opera.")
This is not hostile at all.
Last edited by szboardstretcher; 02-03-2017 at 02:12 PM.
|
|
1 members found this post helpful.
|
02-03-2017, 02:18 PM
|
#7
|
LQ Newbie
Registered: Jan 2016
Location: Romania
Distribution: Lubuntu 15.10
Posts: 8
Rep:
|
Ok. Sorry about exaggerating a little there, but that didn't seem constructive to be honest.
Giving me advice on how to create a post and what to put in it? Ok I knew that before, I'm not that dumb. (not offense to anyone here)
Example of constructive feedback: to phrase things in terms of questions. This is a good form of feedback if you aren't sure what the correct course of action is and you want to spark a discussion.
Anyway. Thank you.
PS: also, you may close the post, since he resolved it. That's why I replied primarily, I didn't saw a lock on it :P
Last edited by dminca; 02-03-2017 at 02:20 PM.
|
|
|
02-03-2017, 05:17 PM
|
#8
|
Moderator
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,914
|
In the future please be cognizant that the LQ site does warn you when you reply to a thread which is older than 6 months, giving you the chance to not proceed.
|
|
|
All times are GMT -5. The time now is 12:54 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|