You are not logged in.

#1 2023-01-26 15:20:32

petres
Member
Registered: 2015-02-24
Posts: 6

archlinux:base r installation, files in filesystem missing

After installing the r package in the docker conatainer the folder

/usr/share/doc

doesnt exist.

Commands to reproduce:

Run Docker Container:

docker run -it archlinux:base

In Container:

pacman -Sy
pacman -S r
pacman -Ql r

lists for example

/usr/share/doc/R/html/up.jpg

But

/usr/share/

has no folder named doc.

Whats happening here?
Thanks in advance!

Offline

#2 2023-01-26 15:26:40

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,258

Re: archlinux:base r installation, files in filesystem missing

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

#3 2023-01-26 15:37:21

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: archlinux:base r installation, files in filesystem missing

Also don't run partial upgrades, it will break your system sooner or later.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2023-01-27 07:40:20

petres
Member
Registered: 2015-02-24
Posts: 6

Re: archlinux:base r installation, files in filesystem missing

@V1del, never noticed that there is such an option. Thanks!
@Slithery, thanks, will change it.

Offline

Board footer

Powered by FluxBB