Hi,
ich hab eine klitzekleines Problem mit Flatpak. Nachdem ich gestern octave über flatpak zu installieren hatte ich zu wenig Platz weil versucht wurde, das Programm systemweit zu installieren. Also habe ich die von flatpak installierten Dateien wieder deinstalliert... scheinbar aber etwas zuviel denn folgendes Problem taucht nun auf:
- um octave als user zuinstallieren wird ja kein sudo benutzt, dann aber bekomme ich folgende Fehlermeldung:
flatpak install --user --from $HOME/Downloads/org.octave.Octave.flatpakref The remote 'flathub', referred to by 'org.octave.Octave' at location https://dl.flathub.org/repo/ contains additional applications. Should the remote be kept for future installations? [Y/n]: y Required runtime for org.octave.Octave/x86_64/stable (runtime/org.kde.Sdk/x86_64/5.13) found in remote flathub Do you want to install it? [Y/n]: y org.octave.Octave permissions: ipc network pulseaudio wayland x11 dri file access [1] dbus access [2] [1] host, xdg-config/kdeglobals:ro [2] com.canonical.AppMenu.Registrar, org.freedesktop.Flatpak ID Arch Zweig Remote Download 1. [✗] org.kde.Sdk x86_64 5.13 flathub < 759,0 MB 2. [ ] org.freedesktop.Platform.GL.default x86_64 19.08 flathub < 90,8 MB 3. [ ] org.freedesktop.Platform.GL.nvidia-435-21 x86_64 1.4 flathub < 103,3 MB 4. [ ] org.freedesktop.Platform.openh264 x86_64 19.08 flathub < 593,4 kB 5. [ ] org.kde.KStyle.Adwaita x86_64 5.13 flathub < 5,8 MB 6. [ ] org.kde.Sdk.Locale x86_64 5.13 flathub < 341,3 MB (partial) 7. [ ] org.octave.Octave x86_64 stable flathub < 130,9 MB Error: open(O_TMPFILE): Keine Berechtigung Fehler: Failed to installieren org.kde.Sdk: open(O_TMPFILE): Keine Berechtigung
Mit sudo passiert erwartungsgemäß dies:
sudo flatpak install --user --from $HOME/Downloads/org.octave.Octave.flatpakref [sudo] Passwort für : Fehler: Refusing to operate on a user installation as root! This can lead to incorrect file ownership and permission errors.
Nun steh ich völlig auf dem Schlauch... 😳 Weiß jemand Rat?