Integrated terminal: pacman error: "failed to initialize alpm library"
vitaly-zdanevich opened this issue · comments
Vitaly Zdanevich commented
$ pacman
error: failed to initialize alpm library:
(root: /, dbpath: /var/lib/pacman/)
could not find or read directory
Kron4ek commented
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.
Vitaly Zdanevich commented
Ok, I created PR to mention this in the README #110