[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OBS


On 12/13/24 11:59, Gianluigi wrote:
Il 13/12/24 16:01, T Lee Davidson ha scritto:
It doesn't make much sense for OBS to provide for installation by
grabbing the binaries directly as, to satisfy dependencies, the repo
still needs to be added and updated using the "Add repository and
install manually" instructions.



Hi Lee,

sorry but I didn't understand what you told me, can you explain better?

Thank you
Gianluigi

I can try :-)

When the gambas package is installed from a local binary with `dpkg -i`, it cannot be configured because the dependencies need to be resolved by executing `apt install -f`.

But, `apt install -f` cannot do what it needs unless it can pull the required dependencies from the appropriate repository.

So, before executing the above, the repo needs to be added and updated. I believe Mint 22 is based on Ubuntu 24.04. In the instructions on the download page for "Add repository and install manually", you will find: echo 'deb http://download.opensuse.org/repositories/home:/gambas:/master/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:master.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:master/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_master.gpg > /dev/null
sudo apt update

After you execute those instructions, `apt install -f` should work.


--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


Follow-Ups:
Re: OBSgbWilly <gbWilly@xxxxxxxxxxxxxx>
References:
OBSGianluigi <gradobag@xxxxxxxxxxx>
Re: OBSBruce Steers <bsteers4@xxxxxxxxx>
Re: OBST Lee Davidson <t.lee.davidson@xxxxxxxxx>
Re: OBSGianluigi <gradobag@xxxxxxxxxxx>
Re: OBSBruce Steers <bsteers4@xxxxxxxxx>
Re: OBSGianluigi <gradobag@xxxxxxxxxxx>
Re: OBST Lee Davidson <t.lee.davidson@xxxxxxxxx>
Re: OBSGianluigi <gradobag@xxxxxxxxxxx>
Re: OBSGianluigi <gradobag@xxxxxxxxxxx>
Re: OBST Lee Davidson <t.lee.davidson@xxxxxxxxx>
Re: OBSGianluigi <gradobag@xxxxxxxxxxx>