You are not logged in.

#1 2023-09-27 17:07:47

anacron
Member
Registered: 2020-01-26
Posts: 40

[SOLVED] pactree returns error for xf86-video-intel

$ pacman -Si xf86-video-intel

Repository      : extra
Name            : xf86-video-intel
Version         : 1:2.99.917+923+gb74b67f0-1
Description     : X.org Intel i810/i830/i915/945G/G965+ video drivers
Architecture    : x86_64
URL             : https://01.org/linuxgraphics
Licenses        : custom
Groups          : xorg-drivers
Provides        : xf86-video-intel-uxa  xf86-video-intel-sna
Depends On      : mesa  libxvmc  pixman  xcb-util>=0.3.9  systemd-libs
Optional Deps   : libxrandr: for intel-virtual-output
                  libxinerama: for intel-virtual-output
                  libxcursor: for intel-virtual-output
                  libxtst: for intel-virtual-output
                  libxss: for intel-virtual-output
Conflicts With  : xorg-server<21.1.1  X-ABI-VIDEODRV_VERSION<25  X-ABI-VIDEODRV_VERSION>=26  xf86-video-intel-sna
                  xf86-video-intel-uxa  xf86-video-i810  xf86-video-intel-legacy
Replaces        : xf86-video-intel-uxa  xf86-video-intel-sna
Download Size   : 726.51 KiB
Installed Size  : 2238.89 KiB
Packager        : Andreas Radke <andyrtr@archlinux.org>
Build Date      : Thu 02 Feb 2023 12:35:27 AM CST
Validated By    : MD5 Sum  SHA-256 Sum  Signature

$ pactree xf86-video-intel

error: package 'xf86-video-intel' not found

Why is this? Pactree works with every other package I have tried.

Last edited by anacron (2023-09-27 17:17:31)

Offline

#2 2023-09-27 17:09:18

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: [SOLVED] pactree returns error for xf86-video-intel

Because pactree, by default, only works on packages that are installed. It has an option to use the sync databases instead.

Offline

#3 2023-09-27 17:10:26

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

Re: [SOLVED] pactree returns error for xf86-video-intel

pacman -Si lists information from the sync database, not from packages that are installed in your system. xf86-video-intel is not installed (... and you shouldn't install it, unless you are operating on 10+ year old hardware)

Offline

#4 2023-09-27 17:16:54

anacron
Member
Registered: 2020-01-26
Posts: 40

Re: [SOLVED] pactree returns error for xf86-video-intel

Thank you both. This works:

$ pactree -s xf86-video-intel

Offline

Board footer

Powered by FluxBB