amule install on ubuntu 20.4

I tried to install amule 2.3.2 using apt-get install amule, but it doesn't work. Error 'Package 'amule' has no installation candidate'. On Ubuntu 19.10. it workes fine without problems. Are there any adjustments to do on 20.04?

3

3 Answers

You can download its packages from Ubuntu 19.10 and install them manually:

mkdir -p ~/Downloads/amule
cd ~/Downloads/amule
wget
wget
wget
sudo apt-get install ./*.deb

Does this mean that amule will longer be available in Ubuntu 20.04+? – @FedonKadifeli May 10 at 9:49

For Ubuntu 20.10 it's already available ()

1

... there is also a 2.4 version around and not sure if it makes a lot of difference but it does exist and seems to be the latest available for Ubuntu. It requires:

● libboost-system1.58.0_1.58.0+dfsg-5ubuntu3_amd64.deb
● libcrypto++9v5_5.6.1-9ubuntu0.1_amd64.deb
● libupnp6_1.6.24-4_amd64.deb

then
● amule-common_2.4.0_git20151120.0023527bc2-1ubuntu1_all.deb
● amule_2.4.0_git20151120.0023527bc2-1ubuntu1_amd64.deb

all very easy to find and then it installs fine ....

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like