You are not logged in.

#1 2025-09-08 14:48:33

rwd
Member
Registered: 2009-02-08
Posts: 671

[SOLVED] groups mising in repository

These commands give no output on my system, while I expected to see the members of group 'base' and 'base-devel'.

sudo pacman -Sg base;
sudo pacman -Sg base-devel;

To make sure it wasn't a local issue but that the group data was missing from the repository databae, I checked this with:

curl -sSL "https://mirror.rackspace.com/archlinux/core/os/$(uname -m)/core.db" -o /tmp/core.db
bsdtar -tf /tmp/core.db | grep -x 'groups'

This gave no output either. Shouldn't there be a 'groups' entry in core.cb for example?

Last edited by rwd (2025-09-08 14:55:01)

Offline

#2 2025-09-08 14:51:35

mpan
Member
Registered: 2012-08-01
Posts: 1,509
Website

Re: [SOLVED] groups mising in repository

Neither base nor base-devel are groups. They’re both packages.


Paperclips in avatars?
NIST on password policies (PDF) — see §3.1.1.2
Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#3 2025-09-08 14:55:12

rwd
Member
Registered: 2009-02-08
Posts: 671

Re: [SOLVED] groups mising in repository

Thanks you're right! They were groups in the past I think. An old script of mine failed to find these groups, so that was what made me think they should exist.

Last edited by rwd (2025-09-08 15:02:12)

Offline

Board footer

Powered by FluxBB