Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 11615  / 1 Year ago, sat, march 11, 2023, 1:49:32

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?


More From » 12.04

 Answers
0

  • 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)




    1. Use this PPA https://launchpad.net/~nemh/+archive/gambas3



      sudo add-apt-repository ppa:nemh/gambas3
      sudo apt-get update
      sudo apt-get install gambas3

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



      sudo apt-get install equivs

      equivs-control gambas3-gb-runtime
      equivs-build gambas3-gb-runtime
      sudo dpkg -i gambas3-gb-runtime-dummy_*.deb


      Same step for all gambas3-gb-* packages



      See Creating Dummy Packages On Debian


    3. 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.


[#27164] Sunday, March 12, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
percol

Total Points: 493
Total Questions: 116
Total Answers: 107

Location: Taiwan
Member since Mon, Sep 6, 2021
3 Years ago
percol questions
Thu, Sep 29, 22, 07:42, 2 Years ago
Sat, Jul 16, 22, 21:00, 2 Years ago
Tue, May 30, 23, 19:16, 1 Year ago
Wed, Aug 18, 21, 02:15, 3 Years ago
;