Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Wie bekommt man die Flatpak erweiterung in Pamac? (Read 4248 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Wie bekommt man die Flatpak erweiterung in Pamac?

Hallo Community,
ich hoffe ihr könnt mir helfen.
Das Ziel: Pamac mit Flatpak (plugin) support installieren auf einem Artix KDE Plasma Runit.
Das Problem: Mit dem Terminal befehl
Code: [Select]
pacman -Ss pamac-flatpak
findet er keinen einzigen eintrag um daraus zu installieren.
Hier meine pacman.conf Einstellung
Code: [Select]
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

#IgnorePkg   =
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
ParallelDownloads = 3

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Artix Linux
# packagers with `pacman-key --populate artix`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The gremlins repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[gremlins]
#Include = /etc/pacman.d/mirrorlist

[system]
Include = /etc/pacman.d/mirrorlist

[world]
Include = /etc/pacman.d/mirrorlist

#[galaxy-gremlins]
#Include = /etc/pacman.d/mirrorlist

[galaxy]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the lib32 repositories as required here.

#[lib32-gremlins]
#Include = /etc/pacman.d/mirrorlist

[lib32]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

[universe]
Server = https://universe.artixlinux.org/$arch
Server = https://mirror1.artixlinux.org/universe/$arch
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
Server = https://artixlinux.qontinuum.space:4443/universe/os/
Server = https://mirror1.cl.netactuate.com/artix/universe/$arch

[omniverse]
Server = http://omniverse.artixlinux.org/$arch

# Arch
[extra]
Include = /etc/pacman.d/mirrorlist-arch

[community]
Include = /etc/pacman.d/mirrorlist-arch

[multilib]
Include = /etc/pacman.d/mirrorlist-arch

In der Pamac suche findet er 3 mal pamac-flatpaks. Beim versuch eines davon zu installieren kommt bei jedem die fehlermeldung
Code: [Select]
Failed to prepare transaction
could not satisfy dependencies:
- removing pamac-cli breaks dependency 'pamac-cli=10.2.2-1' required by pamac-gtk,
- if possible, remove pamac-gtk and retry
- removing libpamac breaks dependency 'libpamac>=11.1' required by pamac-gtk,
- if possible, remove pamac-gtk and retry
- removing libpamac breaks dependency 'libpamac<11.2' required by pamac-gtk,
- if possible, remove pamac-gtk and retry

Der Witz dabei ist jetzt. Wenn man mit dem terminal befehl
Code: [Select]
pacman -R pamac-gtk pamac-cli libpamac
die pakete nach Fehlermeldung entfernt, dann entfernt er mir das komplette Pamac und kann ihn nicht mehr starten und im Terminal findet er mir das pamac-flatpak Paket auch nicht.
Danach installierte ich mir yay mit Pacman und versuchte nochmal mit yay das pamac-full zu installieren um Flatpak und Snap Support zu bekommen (obwohl nur Flatpak mein ziel ist) und dies klappte ebenfalls nicht weil dem system ein run Systemd fehlt auf einer Systemd freien Distro. Ungefähr vor 6 Monaten konnte ich Pamac mit Flatpak noch problemlos auf dem Notebook von meinen Bekantenkreisen installieren (mit positiver überzeugung) und aktuell habe ich selber probleme auf meinen eigenen Rechner zu installieren trotz freischaltung in der config außer die testing mirrors. Was mache ich falsch oder fehlt bzw gehört korrigiert? Ich bedanke mich für euer mir gegebene Zeit/Ohr. Danke