Application Nightmare - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Debian (https://www.linux-noob.com/forums/forum-97.html) +--- Thread: Application Nightmare (/thread-900.html) |
Application Nightmare - ShaunC - 2008-07-10 I am currently using Xebian, an Xbox distro that supposedly has full Debian support. I'm new to Linux but have followed the guides well. (Or so I hope.) I've tried to install new apps, but it has resulted in disaster. App A needs dependency B, dependency B needs dependencies C, D, E, F, G, H, i, J, etc. I was told I needed to update my sources file, and I did. I added some repositories I found on the web like Skype's - yet when I tried "apt-get install skype" (or Opera as I had the repository for that in there) I was again reminded of missing dependencies. What can I do? What have I done wrong? Help. p.s. And yes, I did use apt-get update afterwards. I'd take a screenshot but don't know how. Application Nightmare - hybrid - 2008-07-10 Quote:I am currently using Xebian, an Xbox distro that supposedly has full Debian support. I'm new to Linux but have followed the guides well. (Or so I hope.) I've tried to install new apps, but it has resulted in disaster. App A needs dependency B, dependency B needs dependencies C, D, E, F, G, H, i, J, etc. I was told I needed to update my sources file, and I did. I added some repositories I found on the web like Skype's - yet when I tried "apt-get install skype" (or Opera as I had the repository for that in there) I was again reminded of missing dependencies. What can I do? What have I done wrong? Help. How are you trying to install new apps? Through apt on the command line, from source or another way? Also, running apt-get update afterwards probably won't help you that much, but running it before apt-get install packagename should flush out your software list and may solve the problem. If not... You can take a screenshot in Fluxbox by running the following in a terminal window: Code: import -pause 10 -window root screenshot.jpg After 10 seconds the whole screen will be saved to screenshot.jpg in your home folder. Then you can post that screenshot here, showing the dependency errors you are getting and we should be one step closer to a solution. :) Application Nightmare - ShaunC - 2008-07-11 I did the update before trying Opera. Same problem. Terminal didn't recognise "import" either, I'm afraid. I discovered that Xebian has "X Window Snapshot", but unfortunately, whilst I believe I got snapshots, I couldn't locate them. Even if I could, I read they'd be raw data. Whoop-de-doo. Blurry camera phone image tomorrow then, perhaps. Why can't Linux be less frustrating?! :( Edit: Okay, with a lot of work figuring out how to get terminal copying/pasting working (a lot for a n00b anyway) I managed to create a log of it. Ignore the stuff at the end. I was n00bing around with search commands, trying to search for the snapshots before I knew they were raw data. Hope it shows what you need. Oh, and sorry the layout is messed up. :P Edit 2: Weird, uploading to here doesn't work. Use this link for the log: http://www.mediafire.com/?hneiwm4wi3x Application Nightmare - hybrid - 2008-07-11 Try: Code: apt-get -f install Nothing after 'install', literally just that command. That should attempt to resolve the monster list of dependencies. If you're still having problems, you can use http://paste.linux-noob.com/ to paste any output from apt, and then copy and paste the link to that here. For reference for those who don't wish to download the file, relevant output was: Code: xebian:/home/live# apt-get install opera Application Nightmare - ShaunC - 2008-07-11 Okay, first I tried that and it seemed it installed the necessary packages for GIMP. o_O http://paste.linux-noob.com/index.php?query=2683 Then I accidentally pasted what you can see there into the terminal window and it took me to a Debian config that allowed me to make my system clock right, lol! :) Looks like my blunders worked in my favour that time. It also told me about how broken packages can hinder future installations. There are a lot of them I imagine. *sighs* Linux, I tried. Oh, and what happened upon "apt-get install gimp", under the assumption that its dependencies were retrieved? http://paste.linux-noob.com/index.php?query=2684 [img]<___base_url___>/uploads/emoticons/default_mad.gif[/img] Edit: I'll try doing "apt-get -f install" again to see if it corrects this. Okay, I tried that but I think it only attempted to download a changelog. http://paste.linux-noob.com/index.php?query=2685 Application Nightmare - hybrid - 2008-07-11 For some reason it looks like it's downloading packages fine, but then not actually installing them! I'm at a loss as to why, but here are a few more things to try: Code: apt-get -V clean If after that, you're still having no luck, the package files should have been downloaded from scratch, anyway, and it might be possible to install them manually. Only do this step if you're sure the above hasn't worked. Code: cd /var/cache/apt/archives Application Nightmare - ShaunC - 2008-07-11 I tried it all, and the message I got after it tried to install all the debs from the last command was: "Processing was halted because there were too many errors." Not sure what to do anymore. Would it help if I posted my sources.list? Application Nightmare - hybrid - 2008-07-15 Yeah, you could try posting sources.list and it could be tested by others to see if the same results happen on normal Debian. Unfortunately, I'm pretty much at the end of what I can think of to try and assist, sorry. I've done my best, unless anyone else has any ideas or solutions. |