I tried to install YUMI on ubuntu, I mean the multiboot-able creator, but it needs:
yumi depends on gambas3-gb-runtime (>= 3.0.90); however:
Package gambas3-gb-runtime is not installed.
yumi depends on gambas3-gb-image (<< 3.99.0); however:
Package gambas3-gb-runtime is not installed.
yumi depends on gambas3-gb-image (>= 3.0.90); however:
Package gambas3-gb-image is not installed.
yumi depends on gambas3-gb-image (<< 3.99.0); however:
Package gambas3-gb-image is not installed.
yumi depends on gambas3-gb-gtk (>= 3.0.90); however:
Package gambas3-gb-gtk is not installed.
yumi depends on gambas3-gb-gtk (<< 3.99.0); however:
Package gambas3-gb-gtk is not installed.
yumi depends on gambas3-gb-form (>= 3.0.90); however:
Package gambas3-gb-form is not installed.
yumi depends on gambas3-gb-form (<< 3.99.0); however:
Package gambas3-gb-form is not installed.
How can I install gambas3
on ubuntu?
gambas3 is available from official repository only for Ubuntu 13.04 or later
See https://launchpad.net/ubuntu/+source/gambas3
For edge releases of gambas3 or previous Ubuntu (<=12.10)
Use this PPA https://launchpad.net/~nemh/+archive/gambas3
gambas3
is a single package (from ppa), we need to create a meta/dummy packages which cover all gambas3 expected packages (gambas3-gb-runtime
,gambas3-gb-image
...)Same step for all
gambas3-gb-*
packagesSee Creating Dummy Packages On Debian
Install yumi
Note:
equivs
is good way to resolve such dependency problems, when dependencies are installed from source or 3rd party packages.Some changes may be needed to the created file by
equivs-build
, Like: Version to confirm the dependency condition.The PPP nemh this no longer updated, now we must use this:
For more information:
http://cursogambas.blogspot.com.es/2012/08/instalacion-desde-repositorios-del.html