You are not logged in.
After installing the r package in the docker conatainer the folder
/usr/share/docdoesnt exist.
Commands to reproduce:
Run Docker Container:
docker run -it archlinux:baseIn Container:
pacman -Sypacman -S rpacman -Ql rlists for example
/usr/share/doc/R/html/up.jpgBut
/usr/share/has no folder named doc.
Whats happening here?
Thanks in advance!
Offline
Check the pacman.conf on whether it has a NoExtract= directive.
Edit: It has: https://github.com/archlinux/archlinux- … tract.conf
Last edited by V1del (2023-01-26 15:27:22)
Offline
Also don't run partial upgrades, it will break your system sooner or later.
Offline
@V1del, never noticed that there is such an option. Thanks!
@Slithery, thanks, will change it.
Offline