You are not logged in.

#1 2022-05-02 12:37:26

hongy19
Member
From: China
Registered: 2005-04-08
Posts: 83
Website

[SOLVED] pacman -Qs question

Today i found a wired things. I tried to use "pacman -Qs" and found libnet is included into result. But actually there is no "pi" in libnet


(base) [hongy19@CN-00000988 scheme]$ pacman -Qs pi |grep libnet
local/libnet 1:1.1.6-1
local/libnetfilter_conntrack 1.0.9-1

(base) [hongy19@CN-00000988 scheme]$ pacman -Qi libnet
Name            : libnet
Version         : 1:1.1.6-1
Description     : A library which provides API for commonly used low-level net functions
Architecture    : x86_64
URL             : https://github.com/libnet/libnet
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : glibc  sh
Optional Deps   : None
Required By     : jre-openjdk-headless
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 308.12 KiB
Packager        : Evangelos Foutras <evangelos@foutrelis.com>
Build Date      : Sun 17 May 2020 06:04:31 AM CST
Install Date    : Sun 22 Aug 2021 12:21:47 AM CST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

(base) [hongy19@CN-00000988 scheme]$ pacman -Qi libnet |grep pi

Last edited by hongy19 (2022-05-02 12:59:25)

Offline

#2 2022-05-02 12:45:00

a821
Member
Registered: 2012-10-31
Posts: 381

Re: [SOLVED] pacman -Qs question

"API" matches the pattern pi. AFAIK the search uses the package name and description and it is case-insensitive.

Offline

#3 2022-05-02 12:58:14

hongy19
Member
From: China
Registered: 2005-04-08
Posts: 83
Website

Re: [SOLVED] pacman -Qs question

a821 wrote:

"API" matches the pattern pi. AFAIK the search uses the package name and description and it is case-insensitive.

Thanks!

Offline

Board footer

Powered by FluxBB