Kron4ek / Conty

Easy to use unprivileged Linux container packed into a single portable executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrated terminal: pacman error: "failed to initialize alpm library"

vitaly-zdanevich opened this issue · comments

$ pacman
error: failed to initialize alpm library:
(root: /, dbpath: /var/lib/pacman/)
could not find or read directory

It's ok that pacman does not work under Conty. Pacman stores its databases in /var/lib/pacman and Conty remounts /var with the one from the host system. You won't be able to fully use it anyway since the filesystem is read-only.

Ok, I created PR to mention this in the README #110