You are not logged in.
$ 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 foundWhy is this? Pactree works with every other package I have tried.
Last edited by anacron (2023-09-27 17:17:31)
Offline
Because pactree, by default, only works on packages that are installed. It has an option to use the sync databases instead.
Offline
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
Thank you both. This works:
$ pactree -s xf86-video-intelOffline