We can find the source of the package with apt show <package name>
, but how do we find the list of all binaries or packages a source provides?
For example apt show will give following information and more
$ apt show linux-libc-dev
Package: linux-libc-dev
Version: 4.4.0-96.119
Priority: optional
Section: devel
Source: linux
Origin: Ubuntu
Here the source is "linux". Similarly, I remember using a command to get all the packages from the source "linux", which gives all the binaries and packages.