[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: command
[Thread Prev] | [Thread Next]
- Subject: Re: command
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Wed, 16 Jul 2025 14:19:54 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Did you follow the first instruction? For *Arch Linux*, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package): [home_gambas_master_ArchLinux] Server = https://download.opensuse.org/repositories/home:/gambas:/master/ArchLinux/$arch and is curl, gpg and awk installed? $ curl --help $ gpg --help $ awk --help BruceS On Wed, 16 Jul 2025 at 14:05, <philippe.valarcher@xxxxxxx> wrote: > I wanted to go to master but this doesn't work at all : > > $ sudo key=$(curl -fsSL https://download.opensuse.org/repositories/home:gambas:master/ArchLinux/$(uname -m)/home_gambas_master_ArchLinux.key) > $ sudo fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }') > > $ sudo pacman-key --init > $ sudo pacman-key --add - <<< "${key}" > $ sudo pacman-key --lsign-key "${fingerprint}" > > $ sudo pacman -Sy home_gambas_${VERSION}_ArchLinux/gambas3 > > It said that the key is not avalaible. > > > [System] > Gambas=3.20.4 > OperatingSystem=Linux > Distribution=Manjaro Linux > Kernel=6.12.37-1-MANJARO > Architecture=x86_64 > Cores=4 > Memory=5721M > Language=fr_FR.UTF-8 > Platform=x11 > Desktop=KDE > DesktopResolution=96 > DesktopScale=7 > WidgetTheme=breeze > Font=Noto Sans,10 > DarkTheme=False > [Programs] > gcc=gcc (GCC) 15.1.1 20250425 > git=git version 2.50.1 > msgmerge=msgmerge (GNU gettext-tools) 0.25.1 > pngquant=3.0.3 > trans= [1mTranslate Shell 0.9.7.1-git:faff2c9 > [Libraries] > Cairo=libcairo.so.2.11804.4 > Curl=libcurl.so.4.8.0 > DBus=libdbus-1.so.3.38.3 > GDK2=libgdk-x11-2.0.so.0.2400.33 > GDK3=libgdk-3.so.0.2417.32 > GStreamer=libgstreamer-1.0.so.0.2603.0 > GTK+2=libgtk-x11-2.0.so.0.2400.33 > GTK+3=libgtk-3.so.0.2417.32 > OpenGL=libGL.so.1.7.0 > Poppler=libpoppler.so.150.0.0 > QT5=libQt5Core.so.5.15.17 > QT6=libQt6Core.so.6.9.1 > RSvg=librsvg-2.so.2.60.0 > SDL=libSDL2-2.0.so.0.3200.56 > SQLite3=libsqlite3.so.3.50.2 > [Environment] > DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus > DEBUGINFOD_URLS=https://debuginfod.archlinux.org > DESKTOP_SESSION=plasma > DISPLAY=:0 > GB_GUI=gb.qt6 > GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:<home>/.gtkrc-2.0:<home>/.config/gtkrc-2.0 > GTK_MODULES=canberra-gtk-module > GTK_RC_FILES=/etc/gtk/gtkrc:<home>/.gtkrc:<home>/.config/gtkrc > HOME=<home> > ICEAUTHORITY=/run/user/1000/iceauth_cNHwVT > INVOCATION_ID=be3ad1672e7b434bb22dfddbdbe7f53c > JOURNAL_STREAM=9:68976 > KDE_APPLICATIONS_AS_SCOPE=1 > KDE_FULL_SESSION=true > KDE_SESSION_UID=1000 > KDE_SESSION_VERSION=6 > LANG=fr_FR.UTF-8 > LANGUAGE=fr_FR.UTF-8 > LC_ADDRESS=fr_FR.UTF-8 > LC_IDENTIFICATION=fr_FR.UTF-8 > LC_MEASUREMENT=fr_FR.UTF-8 > LC_MONETARY=fr_FR.UTF-8 > LC_NAME=fr_FR.UTF-8 > LC_NUMERIC=fr_FR.UTF-8 > LC_PAPER=fr_FR.UTF-8 > LC_TELEPHONE=fr_FR.UTF-8 > LC_TIME=fr_FR.UTF-8 > LIBVA_MESSAGING_LEVEL=1 > LOGNAME=<user> > MAIL=/var/spool/mail/<user> > MANAGERPID=593 > MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/plasma-plasmashell.service/memory.pressure > MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA= > MOTD_SHOWN=pam > OLDPWD=<home> > PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket > PATH=<home>/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl > PWD=<home> > QT_AUTO_SCREEN_SCALE_FACTOR=0 > QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 > QT_LOGGING_RULES=*.debug=false > QT_WAYLAND_RECONNECT=1 > SESSION_MANAGER=local/<hostname>:@/tmp/.ICE-unix/5927,unix/<hostname>:/tmp/.ICE-unix/5927 > SHELL=/usr/bin/zsh > SYSTEMD_EXEC_PID=5949 > TZ=:/etc/localtime > USER=<user> > XAUTHORITY=/tmp/xauth_vhGADl > XDG_CONFIG_DIRS=<home>/.config/kdedefaults:/etc/xdg:/usr/share/manjaro-kde-settings/xdg > XDG_CURRENT_DESKTOP=KDE > XDG_MENU_PREFIX=plasma- > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SEAT=seat0 > XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 > XDG_SESSION_CLASS=user > XDG_SESSION_DESKTOP=KDE > XDG_SESSION_ID=5 > XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session3 > XDG_SESSION_TYPE=x11 > XDG_VTNR=2 > force_s3tc_enable=true > > >
command | philippe.valarcher@xxxxxxx |