[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OBS
[Thread Prev] | [Thread Next]
- Subject: Re: OBS
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Sat, 14 Dec 2024 16:12:18 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Il 13/12/24 23:45, T Lee Davidson ha scritto:
On 12/13/24 16:36, Gianluigi wrote:Hi Lee, gbWilly, Benoit, from what little I know (very little), in Debian and its derivatives all packages (deb with dpkg) are installed like this: sudo dpkg -i <pacchetto deb> sudo apt-get install -fOne would need to do that only for a .deb binary file that was downloaded to local storage. (gbWilly, please correct me if I am wrong on that.) Usually packages are installed, even on Debian, from a repository with simply: apt install <package> (or apt-get install <package>) Perhaps you should try the "Add repository and install manually" instructions, ie. don't "Grab binary packages directly" and don't use `dpkg`.In fact, if I issue the first command, and then check on synaptic I only find version 3.19 and not those from the official repository. If I try to select all the gambas3 3.19 entries I get the project, but if I try to open it it crashes and the current section closes.It is weird that you would find version 3.19 at all as the latest official Debian version is 3.18.0. --- user@debian:~$ apt list -a gambas3 Listing... Done gambas3/unknown,now 3.19.90+git.20241212.0557abbd-1 all [installed] gambas3/stable 3.18.0-4 all --- Perhaps v3.19 is packaged by Ubuntu? The instructions I followed added a 'home:gambas:master.list' file to / etc/apt/sources.list.d which contains: --- deb http://download.opensuse.org/repositories/home:/gambas:/master/ Debian_12/ / --- If you are trying to install on Mint 22, yours should contain: --- deb http://download.opensuse.org/repositories/home:/gambas:/master/ xUbuntu_24.04/ / --- To get a fresh start, I suggest you remove all of Gambas on your system including 'home:gambas:master.list' if it exists, and then install manually with: 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 sudo apt install gambas3 Again, don't use `dpkg`. Use `apt` or `apt-get`. I hope this helps.
Hi Lee, first of all I apologize for the delay in replying, Saturday is a special day for me dedicated to my wife. Now I think I understand better, Suse OBS is a kind of PPA that should also work on other distributions. So the fact that I tried Manjaro first, which installed Gambas with just one click, misled me and made me believe that there was no need to add a repository with obs. Unfortunately the commands you passed to me (as I had already communicated to you) do not install a working Gambas. See compressed video at this address: https://paste.c-net.org/LeadingSarcasm Regards Gianluigi
Re: OBS | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
OBS | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: OBS | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: OBS | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: OBS | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: OBS | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: OBS | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: OBS | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: OBS | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: OBS | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: OBS | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: OBS | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: OBS | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |