https://launchpad.net/~dwrj87/+archive/ubuntu/mmex-test
I was stuck with version 1.1.0 and now I finally have 1.2.4 on Ubuntu 15.10.
Thank you

Moderator: Renato
I did have a problem uploading the latest version to the PPA, but it has been fixed. At the moment, 14.04, 15.04, 15.10 and 16.04 are available.vinu wrote:Thanks for providing the ppa. I am trying to install from Ubuntu 15.10 and the above repository is only available for 15.04 and 14.04. When I force my apt to fetch from Vivid (trying my luck) and install mmex, I am getting the following error:
The following packages have unmet dependencies:
mmex : Depends: libwxbase3.0-0 (>= 3.0.2) but it is not installable
Depends: libwxgtk-webview3.0-0 (>= 3.0.2) but it is not installable
Depends: libwxgtk3.0-0 (>= 3.0.2) but it is not installable
E: Unable to correct problems, you have held broken packages.
I guess this issue will recur for even the LTS release coming soon. Any plans to support 15.10 and above?
Code: Select all
The following packages have unmet dependencies.
mmex : Depends: libwxbase3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed
Depends: libwxgtk-webview3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed
Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I solved with this:overkill22 wrote:Hi guys,
I still have this problem on linux mint 17.3
how can I solve?Code: Select all
The following packages have unmet dependencies. mmex : Depends: libwxbase3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed Depends: libwxgtk-webview3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Code: Select all
sudo apt-add-repository ppa:dwrj87/mmex-test
Code: Select all
sudo apt-get update
Code: Select all
sudo apt-get install mmex
Code: Select all
sudo apt-get install libwxbase3.0-0v5
Code: Select all
sudo apt-get install libwxgtk-webview3.0-0v5
Code: Select all
sudo apt-get install libwxgtk3.0-0v5