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...
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 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 ()
... 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 ....