LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 05-25-2009, 06:46 AM   #1
realbaz
LQ Newbie
 
Registered: May 2009
Posts: 8

Rep: Reputation: 0
.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
 
Old 05-25-2009, 06:51 AM   #2
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
Put your root password in, if my box asks me for a password, I tend to give it what it wants
 
Old 05-25-2009, 06:54 AM   #3
realbaz
LQ Newbie
 
Registered: May 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jamescondron View Post
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
 
Old 05-25-2009, 06:59 AM   #4
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
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.
 
Old 05-25-2009, 07:05 AM   #5
realbaz
LQ Newbie
 
Registered: May 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jamescondron View Post
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
 
Old 05-25-2009, 07:12 AM   #6
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
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.
 
Old 05-25-2009, 07:21 AM   #7
realbaz
LQ Newbie
 
Registered: May 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jamescondron View Post
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
 
Old 05-25-2009, 07:22 AM   #8
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
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
 
Old 05-25-2009, 07:42 AM   #9
realbaz
LQ Newbie
 
Registered: May 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jamescondron View Post
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
 
Old 05-25-2009, 07:49 AM   #10
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
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
 
Old 05-25-2009, 08:46 AM   #11
realbaz
LQ Newbie
 
Registered: May 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jamescondron View Post
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]
 
Old 05-25-2009, 08:54 AM   #12
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
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.
 
Old 05-25-2009, 09:00 AM   #13
realbaz
LQ Newbie
 
Registered: May 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jamescondron View Post
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
 
Old 05-25-2009, 09:08 AM   #14
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
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.
 
Old 05-25-2009, 09:18 AM   #15
realbaz
LQ Newbie
 
Registered: May 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jamescondron View Post
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
 
  


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
Problem with .deb package installation ! please !!! *Mafia* Debian 15 03-25-2007 09:50 PM
Possible .deb file ? conrad10781 Debian 7 06-05-2005 07:28 AM
How to convert .deb file to .tar file on redhat? zhu_liheng Linux - Newbie 1 01-15-2004 08:11 PM
PROBLEM with Qt library and KDE installation from .deb lipkaj Debian 4 10-31-2003 06:43 AM

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

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

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