|
From: Yassir Saeed on 5 May 2008 07:00 Hi I am trying to get my hands dirty with linux as a MS(CS) Advanced Operation system Final Project. So far i am going fine enough, but i am having a problem installing debian-builder package i tried to install it from Aptitude (package manager) but there are lot of dependencies they have the message "unsatisfactory" or "unavailable". also i have no luck with apt-get. i do not know how to edit resources.list as "root", and donot know to links required to install debian-builder package Please i beg you to help be "Fate of my course is in your hands" Yasir saeed (please reply at yassir_saeed(a)hotmail.com _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
From: Jochen Schulz on 5 May 2008 07:20 Yassir Saeed: > > I am trying to get my hands dirty with linux as a MS(CS) Advanced > Operation system Final Project. So far i am going fine enough, but i > am having a problem installing debian-builder package Which version of Debian are you running? Etch (=stable), lenny (=testing) or sid (=unstable)? > i tried to install it from Aptitude (package manager) but there are > lot of dependencies they have the message "unsatisfactory" or > "unavailable". Please post the contents of the file /etc/apt/sources.list of your system and the output of 'apt-cache policy debian-builder'. If you are using stable, you shouldn't have any problem installing debian-builder. In the future, please copy and paste the exact error message you receive. > also i have no luck with apt-get. i do not know how to edit > resources.list as "root", Doing something "as root" means (most of the time) to open a terminal window and type 'su' to change your user ID to root. All commands you enter after 'su'ing will be run as root. To edit files in a terminal, you can use 'vim' (which is hard to use if you do not already know it) or nano (much easier, but not that powerful). J. -- I cannot comprehend the idea of chemical and biological weapons. [Agree] [Disagree] <http://www.slowlydownward.com/NODATA/data_enter2.html>
From: Douglas A. Tutty on 5 May 2008 22:20 On Mon, May 05, 2008 at 03:33:31PM +0500, Yassir Saeed wrote: > I am trying to get my hands dirty with linux as a MS(CS) Advanced > Operation system Final Project. So far i am going fine enough, but i > am having a problem installing debian-builder package > > i tried to install it from Aptitude (package manager) but there are > lot of dependencies they have the message "unsatisfactory" or > "unavailable". > > also i have no luck with apt-get. i do not know how to edit > resources.list as "root", and donot know to links required to install > debian-builder package > > Please i beg you to help be "Fate of my course is in your hands" Yasir > saeed (please reply at yassir_saeed(a)hotmail.com Does this mean that those of us without a CS anything degree can automatically get a MS(CS) if we've been using CLI debian for years, and can correctly answer your question? Cool. :) If you don't know how to edit resources.list as root then you probably should not be installing debian-builder or trying to build (or rebuild) packages. :) To install packages, you have to be root, however you get there (login, su, sudo, or aptitude asking you for root's password). If anyone but root could edit sources.list then they could Trojan-horse the whole system. Run aptitude update then use aptitude interactively and select debian-builder. If any dependancies are unmet, you'll see it there before you try to install it. You can then poke around and see what's up. Then you'll have to become root. If this is your machine, you will have the root password. If this is not your machine, you'll have to ask the sysadmin for some help. Doug. P.S. My address has been posted to this list before. You can mail my MS(CS) degree at your convenience. :) -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
|
Pages: 1 Prev: Bugs in latest upgrade for Debian etch Next: ircii question |