You are not logged in.
I wanted to automate checking if tint2 is out of date in many distributions at a time. For example to generate a report as here: https://gitlab.com/o9000/tint2/wikis/packaging
In the end I wrote my own script, but I want to share with you some alternatives:
Repology is a pretty new tool that's just awesome: it shows you not just the versions, but also the maintainer contact info. Example: https://repology.org/metapackage/tint2/packages
A command line tool is whohas: https://github.com/whohas/whohas It prints only package versions, but links to the distro's online package search tool (if there is one).
Another tool is https://pkgs.org/download/tint2 It shows only the package version.
Offline
@o9000, very impressive script.
I had stumbled across repology - and yes, it's awesome.
Offline