LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   .deb file installation problems (https://www.linuxquestions.org/questions/linux-newbie-8/deb-file-installation-problems-728343/)

realbaz 05-25-2009 06:46 AM

.deb file installation problems
 
Im using an asus eee pc ,on debian linux and i downloaded a .deb , right clicked > install .deb file and it requests me for password , i tryd resetting , restoring facotry settings but to no avail , please could anyone tell me the problem/solution , thanks

jamescondron 05-25-2009 06:51 AM

Put your root password in, if my box asks me for a password, I tend to give it what it wants

realbaz 05-25-2009 06:54 AM

Quote:

Originally Posted by jamescondron (Post 3551933)
Put your root password in, if my box asks me for a password, I tend to give it what it wants

iv never had one or dont know what it is , i bort this netbook 2 days ago

jamescondron 05-25-2009 06:59 AM

Please use English. This password is more than likely the same as your login password, try that.

Quick question though, did you try using the package manager? The problem with just downloading the package alone is that if it depends on anything else, they wont be downloaded and installed in this way and the install will error.

realbaz 05-25-2009 07:05 AM

Quote:

Originally Posted by jamescondron (Post 3551945)
Please use English. This password is more than likely the same as your login password, try that.

Quick question though, did you try using the package manager? The problem with just downloading the package alone is that if it depends on anything else, they wont be downloaded and installed in this way and the install will error.

i don't have a login password i turn the pc on and it loads up, and i don't think I have a package manager

jamescondron 05-25-2009 07:12 AM

Yeah, don't worry, its there, its just a matter of finding it. You have a password too- when you set the machine up, you'll have set it there- I scrubbed my eeepc so I can't walk you through it, though I'd reccomend having a look at the eeepc wiki; this link explains installing stuff a little better (http://wiki.eeeuser.com/howto:installsoftwarequickguide)

As for your password, I'd reccomend just typing in what you'd usually use for a password, I know I tend to use the same five or six.

realbaz 05-25-2009 07:21 AM

Quote:

Originally Posted by jamescondron (Post 3551956)
Yeah, don't worry, its there, its just a matter of finding it. You have a password too- when you set the machine up, you'll have set it there- I scrubbed my eeepc so I can't walk you through it, though I'd reccomend having a look at the eeepc wiki; this link explains installing stuff a little better (http://wiki.eeeuser.com/howto:installsoftwarequickguide)

As for your password, I'd reccomend just typing in what you'd usually use for a password, I know I tend to use the same five or six.

this laptop was already set up when i paid for it in currys.digital , looiing at the wiki now

jamescondron 05-25-2009 07:22 AM

Hmm, okay- what happens if you put in a blank password? If not, what does the literature you got with it say? It may be in the manual

realbaz 05-25-2009 07:42 AM

Quote:

Originally Posted by jamescondron (Post 3551963)
Hmm, okay- what happens if you put in a blank password? If not, what does the literature you got with it say? It may be in the manual

"this operation requires aministrator acess rights"
nothing is in the manual and it asks for another passwor if i leave it blank

jamescondron 05-25-2009 07:49 AM

When you turned it on for the first time, did you have to give it any information? Or did it just turn on? I remember on mine having to answer some set up questions, user name etc

realbaz 05-25-2009 08:46 AM

Quote:

Originally Posted by jamescondron (Post 3551983)
When you turned it on for the first time, did you have to give it any information? Or did it just turn on? I remember on mine having to answer some set up questions, user name etc

it just turned on and loaded that "easy desktop" up [offtopic] is there a way to put advanced desktop on ? [/offtopic]

jamescondron 05-25-2009 08:54 AM

Yeah, check out that eeepc wiki link, that should give you better instructions than I could. Do me a favour though, open up the terminal and type in
Code:

echo $USER
see what it says.

realbaz 05-25-2009 09:00 AM

Quote:

Originally Posted by jamescondron (Post 3552049)
Yeah, check out that eeepc wiki link, that should give you better instructions than I could. Do me a favour though, open up the terminal and type in
Code:

echo $USER
see what it says.

thanks for the link on that thing and
it says user

jamescondron 05-25-2009 09:08 AM

A quick experiment- at the terminal, type in
Code:

sudo date
and see if it asks for a password.

If not, lets set a password, then you can use that when you install.

first, open a terminal and type
Code:

passwd
Try hitting enter for the old password (If indeed it asks)
then
Code:

sudo su -
passwd

to set the root password. If this fails, call currys and ask them what they set the root password as on install.

realbaz 05-25-2009 09:18 AM

Quote:

Originally Posted by jamescondron (Post 3552064)
A quick experiment- at the terminal, type in
Code:

sudo date
and see if it asks for a password.

If not, lets set a password, then you can use that when you install.

first, open a terminal and type
Code:

passwd
Try hitting enter for the old password (If indeed it asks)
then
Code:

sudo su -
passwd

to set the root password. If this fails, call currys and ask them what they set the root password as on install.

the date thing was may 20th and it let me set a new pass , thanks, but when i open the deb it says cannot install package please check instalation


All times are GMT -5. The time now is 12:32 AM.