diff options
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 |