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

Re: Unable to connect


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
>> <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 connectPhilippe Valarcher <philippe.valarcher@xxxxxxx>
References:
Unable to connectPhilippe Valarcher <philippe.valarcher@xxxxxxx>
Re: Unable to connectBruce Steers <bsteers4@xxxxxxxxx>