You are not logged in.

#1 2016-10-13 11:00:04

nobicycle
Member
Registered: 2014-07-01
Posts: 15

paclist produces incomplete listing compared to pacman (Solved)

Hi,

pacman -Ss converseen
community/converseen 0.9.5.2-1 [installed: 0.9.5.1-1]


$paclist community |grep converseen

pacman shows coverseen but paclist does not list it.

pacman is pacman-5.0.1-4

A bug?

Last edited by nobicycle (2016-10-13 19:50:32)

Offline

#2 2016-10-13 11:55:24

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

Re: paclist produces incomplete listing compared to pacman (Solved)

Works fine here.  What does the following return:

pacman -Sl community | awk -v i="[installed]" '$NF == i { print $2,$3 }' | grep converseen

Assuming you have an English locale, this is exactly what paclist does (paclist is a very short shell script).

EDIT: oops, nevermind the above - look at your -Ss output.  It does not show the current version installed, that's why.  Update your system.  Paclist shows what in the given repo is installed - you do not have the version from the repo installed.  I think the only way you can get such output is if you've been doing partial upgrades or have installed an older version form the AUR.  Note that partial upgrades are not supported: they *will* break your system eventually.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2016-10-13 12:24:40

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,864
Website

Re: paclist produces incomplete listing compared to pacman (Solved)

Mod note: Moving to NC.


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

#4 2016-10-13 19:50:06

nobicycle
Member
Registered: 2014-07-01
Posts: 15

Re: paclist produces incomplete listing compared to pacman (Solved)

Thank you. Partial update responsible.

Offline

Board footer

Powered by FluxBB