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.
I have linux linpus lite and I am having trouble installing flash player 10. Once it gets into my downloads I open it and get a message asking me "do you want to install the update patch?" I click ok and it then says "the patch file does not available."
from looking at your other 3 posts IT WOULD HELP if oyu posted WHAT distro you are USING
i looks like you use limpus light
read the limpus forums or dump limpus and install Ubuntu .
the short answer is you don't if it is not on the limups website updates.
PS. Limups light is NOT Fedora ( and IS not fedora 8 DO NOT USE THE FEDORA 8 RPM'S they are incompatible and will kill your computer.
Has there been anyone at all using an Acer Aspire One 110 on Linpus Linux Lite who was able to successfully install the latest Adobe Flashplayer? And without having to switch to Ubuntu?
1. What I first did was download "install_flash_player_10_linux.tar" from the Adobe site. It was automatically saved to the Downloads folder.
2. The next instruction I've read was to extract that and copy it somewhere, and that it should become a "libflashplayer.so"
3. Well, when I browsed Thunar, I found a libflashplayer.so file in it, so I assumed that the command to extract it did the job.
4. Now I don't know what to do with that file, and where to move it. I don't know where to find the folder /usr/lib/mozilla/plugins as what others suggest. When I open a terminal and type "/usr/lib/mozilla/plugins" it says: "bash: /usr/lib/mozilla/plugins: is a directory" and so I'm assuming that it's already somewhere in here...
5. I checked another forum which instructed to use the Move command "mv libflashplayer.so ~/./usr/lib/mozilla/plugins" but when I paste that, it keeps returning the message: "mv: cannot move `libflashplayer.so' to `/home/user/./usr/lib/mozilla/plugins': No such file or directory"
I'm really confused because when I type the location, it acknowledges /usr/lib/mozilla/plugins as a directory, but afterwards, it seems to negate itself??? Or is the command syntax i'm typing incorrect?
The instruction seems to be that I need to just copy or move the "libflashplayer.so" file to another folder... How do I find that particular folder? It seems the command "locate" doesn't work for me, and I can't find anything by browsing the Thunar File Manager...
Please help. I haven't been able to watch ANY videos from ANY website for the past week because of the freakin' Adobe Flash Player missing plugins and it's driving me nuts. I've already miraculously managed to install the Chromium browser as a 2nd browser, but it still has missing plugins....
Plus, I'm afraid to install the Ubuntu Netbook remix for fear of rendering my very old AA1 useless(bought this Aug2008), since I'm also an idiot to these kinds of things and I might not be able to use this at all... That Adobe Flash Player is just all that I want...
4. Now I don't know what to do with that file, and where to move it. I don't know where to find the folder /usr/lib/mozilla/plugins as what others suggest. When I open a terminal and type "/usr/lib/mozilla/plugins" it says: "bash: /usr/lib/mozilla/plugins: is a directory" and so I'm assuming that it's already somewhere in here...
5. I checked another forum which instructed to use the Move command "mv libflashplayer.so ~/./usr/lib/mozilla/plugins" but when I paste that, it keeps returning the message: "mv: cannot move `libflashplayer.so' to `/home/user/./usr/lib/mozilla/plugins': No such file or directory"
I'm really confused because when I type the location, it acknowledges /usr/lib/mozilla/plugins as a directory, but afterwards, it seems to negate itself??? Or is the command syntax i'm typing incorrect?
Hi, the problem is using ~, means the current users home directory.
As far as I know that is not correct.
you need root access to write to /usr/...
su to root or use sudo and then
cp libflashplayer.so /usr/lib/mozilla/plugins
you might also copy it to your home mozilla dir...
cp /home/glenn/.mozilla/plugins/libflashplayer.so
When the user directory is mentioned in an instruction, it means the current users directory, and you need to substitute your user name for the word user.
Hope this helps.
Cheers Glenn
Last edited by GlennsPref; 04-03-2010 at 08:44 PM.
Reason: spelling
Here is my operating system: Linpus Linux Lite v1.0.3.E
Now let me say that I have trouble expressing myself in a way that will convey these two things:
A)I have learned a very paltry amount about linux in general and my distro in particular. What I have learned is probably relatable in a few lines, except that it's scattered in my thinking and I can't think of it as a branch of my knowledge. Within that context is the fact that my system is falling into outdatedness all the time and there is software I would like to update to but can't do it because of my ignorance. Plus, throw in the fact that I read somewhere that Linux is supposed to be unmodified by new software so that it's good qualities are not compromised, making it seem to me as if it's going to have to keep getting more and more out of date with nothing I can do about it.
B)My understanding of technology is wide-ranging but not very rigorous and although I have an ability to understand explanations of technical issues to a certain extent, it always depends on my having some familiarity with the concepts, and because my adventure in technology is so peculiarly my own, and the concepts I do know so ideosyncratic, that it would be hard for someone to know just what to say to me about where to go for the exact help I need based on what I know. Sometimes an expert will point me in a very useful direction. Then I can muster the study and troubleshooting to achieve my purpose. But right now is one of those times where I have heard a lot of experts comment about my problem, but I find that I am far away from the doorway to a conclusion.
In short, is there a good text on the Web that I can brouse and become more familiar with linux? Then I could receive expert advice on my specific problems in a more effective manner, after some study.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.