I need some online service that gives me all existing source packages in Debian.
A source package is something like this:
https://packages.debian.org/source/stretch/wireshark
It contains several binary packages.
I need some online service that gives me all existing source packages in Debian.
A source package is something like this:
https://packages.debian.org/source/stretch/wireshark
It contains several binary packages.
The same recipe as given in answer to your previous question works here too: the list of “source” sections in the various suites has an “All source packages” entry which leads to a page listing all the source packages, as HTML or as compressed text.
The Debian Package Tracker may help.
If you look up Wireshark for example, you can see this source package creates multiple binary packages such as wireshark-common, wireshark-dev, wireshark-doc, etc.