aMule install - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Others (/forum-24.html) +--- Thread: aMule install (/thread-3845.html) |
aMule install - Peiote - 16th Oct, 2016 03:04 AM Hi I am trying to install aMule on xBian, is it possible? Code: sudo apt-get install Code: sudo apt-get -y upgrade Code: sudo reboot Code: sudo apt-get install amule-daemon Code: Reading package lists... Done Code: sudo nano /etc/apt/sources.list Code: deb http://archive.raspbian.org/raspbian wheezy main contrib non-free Code: Reading package lists... Done Best regards RE: aMule install - f1vefour - 16th Oct, 2016 06:43 AM You need to run update after adding a repo. RE: aMule install - Peiote - 16th Oct, 2016 06:51 AM (16th Oct, 2016 06:43 AM)f1vefour Wrote: You need to run update after adding a repo.Thanks After repeating: Terminal sudo apt-get install sudo apt-get -y upgrade sudo reboot sudo apt-get install amule-daemon Same result: Terminal xbian@xbian ~ $ sudo apt-get install amule-daemon [sudo] password for xbian: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package amule-daemon RE: aMule install - Nachteule - 16th Oct, 2016 06:55 AM Nope, this package is not in Debian Jessie repo You could try downloading it from raspbian repo: http://archive.raspbian.org/raspbian/pool/main/a/amule/ RE: aMule install - Peiote - 16th Oct, 2016 07:14 AM (16th Oct, 2016 06:55 AM)Nachteule Wrote: Nope, this package is not in Debian Jessie repo Thanks Nachteule. How do I do that? Is it about downloading and compiling or something? I don't know about this I don't even know what to download betewwn all those files RE: aMule install - Nachteule - 16th Oct, 2016 08:31 AM I suppose you need -daemon and -common debs. Download them and then run dpkg -i ... command RE: aMule install - Peiote - 16th Oct, 2016 08:47 AM (16th Oct, 2016 08:31 AM)Nachteule Wrote: I suppose you need -daemon and -common debs. Thanks This seems to work: Terminal xbian@xbian /JDownloader $ sudo dpkg -i amule-common_2.3.2-1_all.deb Selecting previously unselected package amule-common. (Reading database ... 29828 files and directories currently installed.) Preparing to unpack amule-common_2.3.2-1_all.deb ... Unpacking amule-common (1:2.3.2-1) ... Setting up amule-common (1:2.3.2-1) ... But this seems to need some dependencies: Terminal xbian@xbian /JDownloader $ sudo dpkg -i amule-daemon_2.3.2-1_armhf.deb Selecting previously unselected package amule-daemon. (Reading database ... 29953 files and directories currently installed.) Preparing to unpack amule-daemon_2.3.2-1_armhf.deb ... Unpacking amule-daemon (1:2.3.2-1) ... dpkg: dependency problems prevent configuration of amule-daemon: amule-daemon depends on libboost-system1.61.0; however: Package libboost-system1.61.0 is not installed. amule-daemon depends on libcrypto++6; however: Package libcrypto++6 is not installed. amule-daemon depends on libpng16-16 (>= 1.6.2-1); however: Package libpng16-16 is not installed. amule-daemon depends on libreadline7 (>= 6.0); however: Package libreadline7 is not installed. amule-daemon depends on libstdc++6 (>= 5.2); however: Version of libstdc++6:armhf on system is 4.9.2-10. amule-daemon depends on libupnp6 (>= 1:1.6.13); however: Package libupnp6 is not installed. amule-daemon depends on libwxbase3.0-0v5 (>= 3.0.2+dfsg); however: Package libwxbase3.0-0v5 is not installed. dpkg: error processing package amule-daemon (--install): dependency problems - leaving unconfigured Processing triggers for systemd (215-17+deb8u5) ... Processing triggers for man-db (2.7.0.2-5) ... Errors were encountered while processing: amule-daemon Should I try better MLDonkey???? RE: aMule install - Nachteule - 16th Oct, 2016 09:05 PM Please run: Terminal sudo apt-get install -f This command should install unmet dependencies and finishes installation of amule-daemon MLdonkey? Don't know. Used those programs 10 years ago ... RE: aMule install - zelgadis2 - 17th Nov, 2016 05:05 AM Hi, I have executed apt-get install -f as you told me and that command deletes de amule-daemon packages . Please, coudl you help me? RE: aMule install - Nachteule - 17th Nov, 2016 06:05 AM @zelgadis2 Without output of apt-get install -f can not help, sorry RE: aMule install - Peiote - 17th Nov, 2016 07:11 AM (17th Nov, 2016 05:05 AM)zelgadis2 Wrote: Hi,Forget amule. MLDonkey works like a charm on xBian. |