aMule Forum
English => aMule Help => Topic started by: bhorgand on October 13, 2007, 11:29:03 AM
-
downloaded the install package for debian from here:
http://packages.debian.org/sid/amule-daemon/i386/download
the debian installer Gdebi says a dependency is missing:
amule-common
although the monolithic amule is installed and works.
I'm new to linux so sorry if it's a silly question
Thanks,
Ron
-
Please try this:
sudo aptitude install amule-common
sudo aptitude install amule-daemon
Replace the aptitude with apt-get if necessary.
If this still fails, follow the instruction on the top of the page and try it again (after a aptitude update or apt-get update).
-
I've tried that already:
carb1:/home/ronb/Desktop/Downloads/aMule-2.1.3# sudo apt-get install amule-common
Reading package lists... Done
Building dependency tree... Done
amule-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
W: Couldn't stat source package list file: apt-build/main Packages (/var/lib/apt/lists/_var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://amule-debian.dyndns.org debian/ Packages (/var/lib/apt/lists/amule-debian.dyndns.org_debian_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
carb1:/home/ronb/Desktop/Downloads/aMule-2.1.3# sudo apt-get install amule-daemon
Reading package lists... Done
Building dependency tree... Done
Package amule-daemon is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
amule-common
W: Couldn't stat source package list file: apt-build/main Packages (/var/lib/apt/lists/_var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://amule-debian.dyndns.org debian/ Packages (/var/lib/apt/lists/amule-debian.dyndns.org_debian_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Package amule-daemon has no installation candidate
carb1:/home/ronb/Desktop/Downloads/aMule-2.1.3#
-
Di dyou try this?
W: You may want to run apt-get update to correct these problems
Regards.
-
You shouldn't mix up the repos. If you want to install the debs from p.d.o, you have to download the deps from there, too. It's easier to just have the right lines in your sources.list. When you have to download manually, I guess you don't have sid running, why are you traing to install a package from sid that has the same version in stable and testing, too? And why aren't you just choosing the packages your packagemanager is offering?