[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can we get back to Ubuntu's PPA ?
[Thread Prev] | [Thread Next]
- Subject: Re: Can we get back to Ubuntu's PPA ?
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Wed, 28 May 2025 12:59:50 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
I just downloaded and set up ubuntu plucky for you :) I tried installing gambas the OBS way and had no problems. I then ran apt modernize-sources and then had the same problem. seems the gpg signature does not get added during the modernize and has to be done manually So the fix... Open the file /etc/apt/sources.list.d/home:gambas:master.sources the last line says... Signed By: change it to... Signed By: /etc/apt/trusted.gpg.d/home_gambas_stable.gpg providing you have the file /etc/apt/trusted.gpg.d/home_gambas_stable.gpg That fixed it for me sudo apt update sudo apt install gambas3 BruceS On Wed, 28 May 2025 at 10:48, Martin Cristia <tercoide@xxxxxxxxxxx> wrote: > > On 5/28/25 04:35, Bruce Steers wrote: > > Does this not work... > 1st navigate to /etc/apt/sources.list.d/ and make sure no gambas files > exists there. > edit /etc/apt/sources.list to make sure no gambas sources are listed > there.. > then run the following... > > sudo apt purge gambas3* > echo 'deb http://download.opensuse.org/repositories/home:/gambas:/stable/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list > curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null > sudo apt update > sudo apt install gambas3 > > > No: > > martin@martin-Alienware-m17-R5-AMD:~$ sudo apt purge gambas3* > Error: Unable to locate package gambas3* > Error: Couldn't find any package by glob 'gambas3*' > martin@martin-Alienware-m17-R5-AMD:~$ sudo apt-get autoremove > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > Solving dependencies... Done > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > martin@martin-Alienware-m17-R5-AMD:~$ > echo 'deb > http://download.opensuse.org/repositories/home:/gambas:/stable/xUbuntu_25.04/ > /' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list > deb > http://download.opensuse.org/repositories/home:/gambas:/stable/xUbuntu_25.04/ > / > martin@martin-Alienware-m17-R5-AMD:~$ curl -fsSL > https://download.opensuse.org/repositories/home:gambas:stable/xUbuntu_25.04/Release.key > | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > > /dev/null > martin@martin-Alienware-m17-R5-AMD:~$ sudo apt update > Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease > Get:2 > http://download.opensuse.org/repositories/home:/gambas:/stable/xUbuntu_25.04 > InRelease [1,897 B] > Get:3 > http://download.opensuse.org/repositories/home:/gambas:/stable/xUbuntu_25.04 > Packages [19.5 kB] > Fetched 21.4 kB in 2s (12.5 kB/s) > All packages are up to date. > Notice: Some sources can be modernized. Run 'apt modernize-sources' to do > so. > martin@martin-Alienware-m17-R5-AMD:~$ sudo apt modernize-sources > The following files need modernizing: > - /etc/apt/sources.list.d/home:gambas:stable.list > > Modernizing will replace .list files with the new .sources format, > add Signed-By values where they can be determined automatically, > and save the old files into .list.bak files. > > This command supports the 'signed-by' and 'trusted' options. If you > have specified other options inside [] brackets, please transfer them > manually to the output files; see sources.list(5) for a mapping. > > For a simulation, respond N in the following prompt. > Rewrite 1 sources? [Y/n] Y > Modernizing /etc/apt/sources.list.d/home:gambas:stable.list... > - Writing /etc/apt/sources.list.d/home:gambas:stable.sources > Warning: Could not determine Signed-By for URIs: > http://download.opensuse.org/repositories/home:/gambas:/stable/xUbuntu_25.04/, > Suites: / > > martin@martin-Alienware-m17-R5-AMD:~$ sudo apt install gambas3 > Solving dependencies... Error! > > > And from there, a lot fo unresolved dependencies go. >
Re: Can we get back to Ubuntu's PPA ? | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: Can we get back to Ubuntu's PPA ? | Bruce Steers <bsteers4@xxxxxxxxx> |
No progress event during the scan process when using the sane-airscan backend | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
Re: No progress event during the scan process when using the sane-airscan backend | Fabien Bodard <gambas.fr@xxxxxxxxx> |
Can we get back to Ubuntu's PPA ? | Martin Cristia <tercoide@xxxxxxxxxxx> |
Re: Can we get back to Ubuntu's PPA ? | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: Can we get back to Ubuntu's PPA ? | Martin Cristia <tercoide@xxxxxxxxxxx> |
Re: Can we get back to Ubuntu's PPA ? | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Can we get back to Ubuntu's PPA ? | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Can we get back to Ubuntu's PPA ? | Martin Cristia <tercoide@xxxxxxxxxxx> |