LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Need a dependency I have... (https://www.linuxquestions.org/questions/linux-software-2/need-a-dependency-i-have-549044/)

phantom_cyph 04-25-2007 08:24 PM

Need a dependency I have...
 
OK-I am trying to install this, and when I download the debian package and open it with GDebi, it says I need python. I have python v2.4 installed. Am I missing something else?

Junior Hacker 04-25-2007 08:45 PM

Usually when installing with Synaptic, dependencies get installed also. By following the instructions on that page and add the line to your /etc/apt/sources.list and issue commands:
Code:

apt-get update
apt-get install ibuild

Should list all dependencies needed to be installed as well. Or open Synaptic (GUI) software installer/updater in main menu/system and select the "ibuild" package and click apply and you will be shown a list of dependencies needed to be installed with it.

phantom_cyph 04-25-2007 08:50 PM

apt-get install ibuild doesn't work. Apparently it is not in the repo. Its not in synaptic either. It seems I will have to do it with the debian file I downloaded somehow.

Quakeboy02 04-25-2007 08:59 PM

Try this repo instead and make note of the word unstable:

deb http://www.morphix.org/debian unstable/

Junior Hacker 04-25-2007 09:05 PM

That is possible as the last time that web page was updated was almost a year ago. But if you did not get any errors after adding that line to you sources.list and issuing command "apt-get update", it should be available.
Have you tried installing it with "dpkg -i packagename.deb"? You can also set up a local repository and use apt or Synaptic to install it and they will either install the dependencies or at least give more information as to what is required. Type 'atp howto' in Google to get the documentation from Debian on how to set up a local repo.

phantom_cyph 04-26-2007 05:38 AM

Um-how do I access the sources.list as root so I can save? I tried "gedit /etc/apt/sources.list", but it wouldn't open it.

Quakeboy02 04-26-2007 10:30 AM

Quote:

Um-how do I access the sources.list as root so I can save? I tried "gedit /etc/apt/sources.list", but it wouldn't open it.
Works for me.

You can also modify the repo list in synaptic. Don't forget to type "apt-get update" after modifying it.

jay73 04-26-2007 11:24 AM

Use sudo gedit /etc/apt/sources.list.

gedit doesn't allow other users (=root in this case) to access the display. I believe using xhost can take care of this but I've never bothered considering sudo is working perfectly fine.


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