You are not logged in.

#1 2020-02-04 03:31:35

kevdog
Member
Registered: 2013-01-26
Posts: 102

<SOLVED> How do I see what packages are in a specific repository?

Hi, I'm running Arch with ZFS on root.

Within pacman.conf I have the following zfs repositories defined:

[archzfs]
Server = http://archzfs.com/$repo/x86_64

[archzfs-kernels]
Server = http://end.re/$repo/

From CLI - how can I query these specific repositories to see what packages they offer?

Last edited by kevdog (2020-02-04 03:45:51)

Offline

#2 2020-02-04 03:45:38

kevdog
Member
Registered: 2013-01-26
Posts: 102

Re: <SOLVED> How do I see what packages are in a specific repository?

Answer my own question:

pacman -S pacman-contrib
paclist <repo>

Offline

#3 2020-02-04 04:17:35

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: <SOLVED> How do I see what packages are in a specific repository?

pacman -Sl <repo>

No need for extra tools

Online

#4 2020-02-04 06:26:44

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: <SOLVED> How do I see what packages are in a specific repository?

paclist specifically modifies the result of pacman -Sl in order to only show you packages which are tagged as "[installed]".

Therefore your question as asked *cannot* be solved by using paclist, as you will erroneously fail to see packages in the given repository which you do not have installed, but could choose to install.

"From CLI - how can I query these specific repositories to see what packages they offer?"


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

Board footer

Powered by FluxBB