Menu

#455 Dependency is not satisfiable: libwxbase3.0-0-unofficial

1.1.0
closed-accepted
nobody
None
5
2015-09-14
2014-08-09
Anonymous
No

Attemp to install results in...
Error: Dependency is not satisfiable: libwxbase3.0-0-unofficial

Really doesn't make sense to "unofficial" libraries.

Discussion

  • Gabriele

    Gabriele - 2014-08-10

    Unfortunately we have some problems building MMEX with official libraries and we haven't a Linux expert to solve it.

    Currently you can satisfy dependency with:

    sudo apt-add-repository 'deb http://repos.codelite.org/wx3.0.1/ubuntu/ trusty universe'
    sudo apt-get install curl
    curl http://repos.codelite.org/CodeLite.asc | sudo apt-key add -
    sudo apt-get update
    sudo apt-get install libwxbase3.0-0-unofficial

     
  • Nikolay

    Nikolay - 2014-09-11
    • status: open --> closed-accepted
     
  • Anonymous

    Anonymous - 2014-10-15

    Perfect! working on Lubuntu 14.04 LXDE

     
  • Anonymous

    Anonymous - 2014-12-28

    Unable to add that repository to Linux Mint 15; says IP address cannot be found. Any other methods of satisfying this dependency?

     
  • Jeff Hoogland

    Jeff Hoogland - 2015-01-01

    The -unofficial package does not exist any longer than that repo that is referenced. If you look at this part of the repo the packages appear to longer have the -unofficial suffix any longer.

    Looks like new packages need to be built.

     
  • Anonymous

    Anonymous - 2015-01-22

    in linux mint 17 work

     
  • Anonymous

    Anonymous - 2015-03-29

    The first instruction by Gabriele Works in Xubuntu 14.10 The only thing missing was a key error when I tried to sudo apt-get update. The key can be found on Codelite. I tried to past the code here but the auto formatting messed it up.

     
  • Anonymous

    Anonymous - 2015-06-08

    The instructions by Gabriele works in ubuntu 14.04.1 ...almost

    then needed

    sudo apt-get install libwxgtk3.0-0-unofficial
    

    mmex help is looking for files here
    /usr/share/mmex/help/
    but the dpkg puts the files from the deb in
    /usr/share/doc/mmex/help

    a work around for this is create a symbolic link.
    sudo ln -s /usr/share/doc/mmex/help /usr/share/mmex/help

    (but the deb should be fixed).

     
  • Anonymous

    Anonymous - 2015-07-24

    If you follow exactly the recommendations of Gabriele it works well with LinuxMint 17.2 Rafaella.

     
  • Anonymous

    Anonymous - 2015-09-13

    it all depends on libc6 >= 2.15, so unless you have latest Ubuntu you're screwed.

     

Log in to post a comment.