You are not logged in.

#1 2020-09-19 13:35:49

saddam
Member
Registered: 2020-09-19
Posts: 5

[SOLVED] pacman package alias

pacman -Qi util-linux-libs
Name            : util-linux-libs
Version         : 2.36-4
Description     : util-linux runtime libraries
Architecture    : x86_64
URL             : https://github.com/karelzak/util-linux
Licenses        : GPL2
Groups          : None
Provides        : libutil-linux  libblkid.so=1-64  libfdisk.so=1-64  libmount.so=1-64  libsmartcols.so=1-64  libuuid.so=1-64
Depends On      : None
Optional Deps   : None
Required By     : ceph-libs  cryptsetup  e2fsprogs  glib2  gptfdisk  libnm  libsm  parted  systemd  util-linux  xfsprogs
Optional For    : None
Conflicts With  : libutil-linux
Replaces        : libutil-linux
Installed Size  : 1399.16 KiB
Packager        : Christian Hesse <arch@eworm.de>

pacman -Qi libutil-linux
Name            : util-linux-libs
Version         : 2.36-4
Description     : util-linux runtime libraries
Architecture    : x86_64
URL             : https://github.com/karelzak/util-linux
Licenses        : GPL2
Groups          : None
Provides        : libutil-linux  libblkid.so=1-64  libfdisk.so=1-64  libmount.so=1-64  libsmartcols.so=1-64  libuuid.so=1-64
Depends On      : None
Optional Deps   : None
Required By     : ceph-libs  cryptsetup  e2fsprogs  glib2  gptfdisk  libnm  libsm  parted  systemd  util-linux  xfsprogs
Optional For    : None
Conflicts With  : libutil-linux
Replaces        : libutil-linux
Installed Size  : 1399.16 KiB
Packager        : Christian Hesse <arch@eworm.de>

As far as I understand the package was renamed. "libutil-linux" was removed and installed with the new name "util-linux-libs". I guess "libutil-linux" is still existing by the reason of compatibility. But now what is the (quasi-)package "libutil-linux" internally? Is that a real package fully referencing to other package or that is some kind of alias? And why the conflict is not occuring?

Last edited by saddam (2020-09-19 21:54:18)

Offline

#2 2020-09-19 13:52:29

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,649
Website

Re: [SOLVED] pacman package alias

The output is for the same package -- check the 'name' field. It shows up under both queries because it 'provides' the old name.

In short, you only have util-linux-libs installed.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2020-09-19 14:02:38

saddam
Member
Registered: 2020-09-19
Posts: 5

Re: [SOLVED] pacman package alias

But why "pacman -Qi libutil-linux" works?

Offline

#4 2020-09-19 16:18:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,517
Website

Re: [SOLVED] pacman package alias

Provides        : libutil-linux ...

libutil-linux is (now) a virtual package provided by util-linux-libs.

Last edited by Trilby (2020-09-19 16:24:33)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#5 2020-09-19 21:53:47

saddam
Member
Registered: 2020-09-19
Posts: 5

Re: [SOLVED] pacman package alias

Now I got it. Thank you, guys.

Offline

Board footer

Powered by FluxBB