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

Re: Unable to connect


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
> <https://download.opensuse.org/repositories/home:gambas:/3.20/ArchLinux/$(uname>
> -m)/home_gambas_3.20_ArchLinux.key)
> curl: (22) The requested URL returned error: 404
>
> What should I do next?
>
> --
>
> Philippe Valarcher <philippe.valarcher@xxxxxxx>
>

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