diff options
author | axtloss <axtlos@getcryst.al> | 2023-04-16 20:37:43 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-04-16 20:37:43 +0200 |
commit | d72e975c08d0f19c6d81f2128af7c2704fc2e09e (patch) | |
tree | f31d06bcd601e4a831e33bed20b0ef924a0a8fe0 /org.archlinux.pacman/README.md | |
parent | e74f0478d6e6fff2af06a3a15d1f6867e621d20c (diff) | |
download | flatpaks-d72e975c08d0f19c6d81f2128af7c2704fc2e09e.tar.gz flatpaks-d72e975c08d0f19c6d81f2128af7c2704fc2e09e.tar.bz2 |
Add org.archlinux.pacman
Diffstat (limited to '')
-rw-r--r-- | org.archlinux.pacman/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/org.archlinux.pacman/README.md b/org.archlinux.pacman/README.md new file mode 100644 index 0000000..3b511ee --- /dev/null +++ b/org.archlinux.pacman/README.md @@ -0,0 +1,9 @@ +# [Pacman](https://archlinux.org/) + +arch linux's pacman running directly in a flatpak, no chroot or extra container involved. + +Runs fine, everything gets stored in `~/.var/app/org.archlinux.pacman/.pacroot/root`. + +Issues: + - pacman will give some warnings about being able to change ownership, that can be ignored + - due to errors with gpg, any form of package verification had to be disabled |