[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unable to connect
[Thread Prev] | [Thread Next]
- Subject: Re: Unable to connect
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Sat, 11 Jan 2025 13:57:53 +0000
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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> >
Re: Unable to connect | Bruce Steers <bsteers4@xxxxxxxxx> |
Unable to connect | Philippe Valarcher <philippe.valarcher@xxxxxxx> |