Article 6MEVW list all mirrored packages by name and version

list all mirrored packages by name and version

by
mrmazda
from LinuxQuestions.org on (#6MEVW)
Google appears to be incapable of providing an answer to this, apparently only able to show what's already been installed, or names absent package versions, or multi-page, multi-line complete package descriptions, while man pages like apt-cache seem to have masked any evidence such options exist. In openSUSE, the following produces desired results for a specific package named "kernel-default":Code:# zypper se -sx kernel-default | grep -v src
Loading repository data...
Reading installed packages...

S | Name | Type | Version | Arch | Repository
---+----------------+------------+------------------------+--------+-----------
il | kernel-default | package | 5.14.21-150500.55.52.1 | x86_64 | UpdateSLE
il | kernel-default | package | 5.14.21-150500.55.49.1 | x86_64 | UpdateSLE
il | kernel-default | package | 5.14.21-150500.55.44.1 | x86_64 | UpdateSLE
vl | kernel-default | package | 5.14.21-150500.55.39.1 | x86_64 | UpdateSLE
vl | kernel-default | package | 5.14.21-150500.55.36.1 | x86_64 | UpdateSLE
vl | kernel-default | package | 5.14.21-150500.55.31.1 | x86_64 | UpdateSLE
vl | kernel-default | package | 5.14.21-150500.55.28.1 | x86_64 | UpdateSLE
vl | kernel-default | package | 5.14.21-150500.55.19.1 | x86_64 | UpdateSLE
vl | kernel-default | package | 5.14.21-150500.55.12.1 | x86_64 | UpdateSLE
vl | kernel-default | package | 5.14.21-150500.55.7.1 | x86_64 | UpdateSLE
il | kernel-default | package | 5.14.21-150500.53.2 | x86_64 | OSS
vR | kernel-default | package | 5.14.21-150500.55.22.1 | x86_64 | UpdateSLE
#What apt* incantations are required or available in Debian to produce similar results for such software as firefox-esr, firmware or linux-image-amd64?

Note: se is zypper shorthand for search. I don't type all that in SUSE. I have it and more aliased to zypse (substring search) and zypsex (exact match).
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments