LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 11-04-2010, 02:46 PM   #46
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Rep: Reputation: 0

There already are some files on the stick. Is that unacceptable?
 
Old 11-04-2010, 02:48 PM   #47
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
mh, the data won't be there after using it as an installationmedium.

Markus
 
Old 11-04-2010, 02:52 PM   #48
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Rep: Reputation: 0
I searched for the term free webspace yahoo, but it seems that only turns up free websites. I don't want a website, am I correct?
 
Old 11-04-2010, 02:54 PM   #49
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Rep: Reputation: 0
My stick is a two GB, with 1.9 GB actually showing as capacity.

Will that be enough for the installation?
 
Old 11-04-2010, 02:54 PM   #50
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
I have a Mailaccount at yahoo, this includes the use of 1GB free webspace, but I'm in germany and don't know about yahoo in USA.

Markus
 
Old 11-04-2010, 02:55 PM   #51
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Yes it will be enough, but it will (normaly) be completely overwritten by the creator for the bootdevice.

Markus
 
Old 11-04-2010, 03:07 PM   #52
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Rep: Reputation: 0
I have Yahoo email also, after some checking it seems that Yahoo is opposed to users applying their free email capacity to store data, and they are actively engaged in stopping that.

Looks like I'll have to invest a few bucks in another stick.
 
Old 03-18-2011, 07:00 AM   #53
doctorpatil
LQ Newbie
 
Registered: Sep 2010
Posts: 2

Rep: Reputation: 0
Flash 10 installation on acer one lipus linux

I done the downloading of the program flah 10. After extracting the file I need permission to install to /usr//lib/mazilla/plugins. How do I get the permission? iknow my pass word. I am not sure where to put it.
 
Old 03-18-2011, 07:44 AM   #54
doctorpatil
LQ Newbie
 
Registered: Sep 2010
Posts: 2

Rep: Reputation: 0
Installing flsh 10 on acer one lipus linux

Hello markush,
I done the downloading of the program flah 10. After extracting the file I need permission to install to /usr//lib/mazilla/plugins. How do I get the permission? iknow my pass word. I am not sure where to put it
 
Old 03-18-2011, 09:16 AM   #55
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello doctorpatil,

you may use the sudo command,
Code:
sudo cp libflashplayer.so /usr/lib/mozilla/plugins
this will ask you for your userpassword. If you know the rootpassword for the system the command
Code:
su -c "cp libflashplayer.so /usr/lib/mozilla/plugins"
will also work and ask for the rootpassword. In this case you'll have to quote the command!

Markus
 
Old 12-01-2011, 07:40 PM   #56
stormdog
Member
 
Registered: Dec 2011
Posts: 35

Rep: Reputation: Disabled
Unhappy am I nearly there?

Hi, sorry to re-open new wounds here but I've followed this thread intently and I'm still struggling to install Flash 11.

(text from two terminals) ~

[user@localhost plugins]$ ls -lh libflashplayer.so

ls: cannot access libflashplayer.so: No such file or directory

[user@localhost plugins]$


[user@localhost install_flash_player_11_linux.i386]$ mv libflashplayer.so /usr/lib/mozilla/plugins/

mv: cannot create regular file `/usr/lib/mozilla/plugins/libflashplayer.so': Permission denied

[user@localhost install_flash_player_11_linux.i386

So, following the thread I've managed to deleted the old file but it won't create the new file. I got so far as to read this...

Quote:
Originally Posted by markush View Post
If sudo doesn't work for you, please check the output of the command groups.
...only I've no idea how to check the output of the command groups.

Any help from here would be much appreciated.
 
Old 12-02-2011, 12:12 AM   #57
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
"pemission denied" is telling you that you don't have the priveledges in place
"$" you're operating as normal user.
"$ sudo mv [from directory] [to directory]
sudo if setup giving temporary root priviledges.
1 question though what OS are you using? Because you can install using package manager of your distro if you enabled repository.

Last edited by EDDY1; 12-02-2011 at 12:16 AM.
 
Old 12-02-2011, 06:13 AM   #58
stormdog
Member
 
Registered: Dec 2011
Posts: 35

Rep: Reputation: Disabled
Hi Eddy,

I don't follow. The "$" thing doesn't mean anything to me. I followed the instructions where Markush gave to mjpeace because the poster seemed to have the same problems as I do replacing the libflashplayer.so file.

So what commands should I use?

It's Linpus Lite on an Acer One (I know the ideal is to change the OS, but it's my wife's netbook and she likes it).
 
Old 12-02-2011, 06:18 AM   #59
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
The $ means the prompt.

Open a terminal and execute
Code:
sudo mv libflashplayer.so /usr/lib/mozilla/plugins/
you will be asked for your password.

Markus
 
Old 12-02-2011, 08:39 AM   #60
stormdog
Member
 
Registered: Dec 2011
Posts: 35

Rep: Reputation: Disabled
Thanks for that markush, the file moved ok and I now have flash 11 installed.

Have to say, the only reason for updating Flash was because pages containing .swf files were taking a lifetime to download. I thought it was because the add-on was out of date. When I now visit, say, the BBC News website for a video, it not only still takes an age to complete the page but no video is actually visible .

Should I begin to assume that Firefox 8.0 for Linpus Lite simply doesn't work with Flash, or is there more to this installation than just adding the file to the right folder?

Note that when I extract the downloaded Flash files I get an error message. It relates to images that won't overwrite existing ones. I didn't think it would make a difference to the install. Is this right?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linpus lite problem maitrey Mandriva 1 06-12-2009 01:01 AM
How to install the VLC player on Acer aspire one running linpus lite BraDesai Linux - Newbie 2 05-04-2009 03:25 PM
Linpus Lite and Linpus 9.6 pane sizes outside viewable screen area Dave Wakefield Linux - Software 0 04-02-2009 08:14 AM
No console in Linpus Lite kapper Linux - Laptop and Netbook 9 12-30-2008 10:53 AM
Linpus lite grub/booting linpus to a terminal Only_he_stands_here Linux - Laptop and Netbook 1 11-15-2008 07:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration