Quantcast
Channel: Ubuntu Forums - Installation & Upgrades
Viewing all articles
Browse latest Browse all 26379

[SOLVED] How to install aMule on Ubuntu 20.04

$
0
0
How to install aMule on Ubuntu 20.04

As people already know, aMule is no longer supported in the official Ubuntu repositories since version 20.04 LTS.
However it is possible to install aMule MANUALLY in a very simple way !! :D
aMule needs a few libraries that can be easily installed with APT. For the rest, just download the appropriate .deb files and you're done.

Here is a simple detailed guide:

  1. Download from this site https://packages.ubuntu.com/eoan/amd...0-0v5/download
    this library:
    libwxgtk3.0-0v5_3.0.4+dfsg-12_amd64.deb

  2. Download from http://archive.ubuntu.com/ubuntu/pool/universe/a/amule/
    these DEB files:
    amule_2.3.2-6_amd64.deb
    amule-common_2.3.2-6_all.deb
    amule-utils_2.3.2-6_amd64.deb


    If necessary, according to your needs, also download one or more of the following optional packages:
    amule-daemon_2.3.2-6_amd64.deb
    amule-gnome-support_2.3.2-6_all.deb
    amule-utils-gui_2.3.2-6_amd64.deb

  3. Go to the download folder and run the following commands to install the necessary libraries and DEB files:
    (To avoid missing dependency errors, do it in the following order)
    Code:

    sudo apt install -y libboost-system1.67.0 libcrypto++6 libwxbase3.0-0v5
    sudo dpkg -i libwxgtk3.0-0v5_3.0.4+dfsg-12_amd64.deb
    sudo dpkg -i amule-common_2.3.2-6_all.deb
    sudo dpkg -i amule_2.3.2-6_amd64.deb
    sudo dpkg -i amule-utils_2.3.2-6_amd64.deb

    Similarly, optional packages can be installed with dpkg.

    I hope I helped you. ):P

Viewing all articles
Browse latest Browse all 26379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>