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

Re: Unable to connect


Le samedi 11 janvier 2025 à 14:02 +0000, Bruce Steers a écrit :
> PS i recommend using "stable" and not the version "3.20" as the
> explicit version number will change
> 
> hmm , seems that to explicitly use 3.20 you must use the word Arch
> but to install "stable" you must use ArchLinux
> 
> [home_gambas_stable_ArchLinux]
> Server = https://download.opensuse.org/repositories/home:/gambas:/stable/ArchLinux/$arch
> 
> ################
> key=$(curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/ArchLinux/$(uname -m)/home_gambas_stable_ArchLinux.key)
> fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
> 
> pacman-key --init
> pacman-key --add - <<< "${key}"
> pacman-key --lsign-key "${fingerprint}"
> 
> pacman -Sy home_gambas_stable_ArchLinux/gambas3
> 
> BruceS
> 
> 
> On Sat, 11 Jan 2025 at 13:57, Bruce Steers <bsteers4@xxxxxxxxx>
> wrote:
> > Looks like you have used the word Archlinux instead of just Arch
> > 
> > should be this...
> > [home_gambas_3.20_Arch]
> > Server = https://download.opensuse.org/repositories/home:/gambas:/3.20/Arch/$arch
> > 
> > and then this...
> > 
> > key=$(curl -fsSL https://download.opensuse.org/repositories/home:gambas:3.20/Arch/$(uname -m)/home_gambas_3.20_Arch.key)
> > fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
> > 
> > pacman-key --init
> > pacman-key --add - <<< "${key}"
> > pacman-key --lsign-key "${fingerprint}"
> > 
> > pacman -Sy home_gambas_3.20_Arch/gambas3
> > 
> > Respects
> > BruceS
> > 
> > 
> > On Sat, 11 Jan 2025 at 13:46, Philippe Valarcher
> > <philippe.valarcher@xxxxxxx> wrote:
> > > I am on Manjaro plasma.
> > > 
> > > I did modify pacman.conf and add this :
> > > [home_gambas_3.20_ArchLinux]
> > > Server =
> > > https://download.opensuse.org/repositories/home:/gambas:/3.20/ArchLinux/$arch
> > > 
> > > In a terminal :
> > > sudo key=$(curl -fsSL
> > > https://download.opensuse.org/repositories/home:gambas:3.20/ArchLinux/$(uname
> > > [1] -m)/home_gambas_3.20_ArchLinux.key) 
> > > curl: (22) The requested URL returned error: 404
> > > 
> > > What should I do next?
> > > 

I did what Breece susgests but I got this :
[sudo] Mot de passe de piloue : 
sudo: PGP : commande introuvable

I don't know what next?


[1] https://download.opensuse.org/repositories/home:gambas:3.20/ArchLinux/$(uname
    https://download.opensuse.org/repositories/home:gambas:/3.20/ArchLinux/$(uname

Follow-Ups:
Re: Unable to connectChristof Thalhofer <chrisml@xxxxxxxxxxx>
References:
Unable to connectPhilippe Valarcher <philippe.valarcher@xxxxxxx>
Re: Unable to connectBruce Steers <bsteers4@xxxxxxxxx>
Re: Unable to connectBruce Steers <bsteers4@xxxxxxxxx>