Instead of the usual apt updateapt upgrade process, I decided I wanted maybe just to try upgrading specific packages in a Debian installation.
I can list the upgradable packages with apt list --upgradable and I can upgrade a single package with apt --only-upgrade install app-name.
I can examine version and candidate names with apt-cache policy app-name, but when I try apt-listchanges app-name, I’m told that app-name isn’t a .deb file.
Is it really the case that there’s no straightforward command-line way of finding out about the updates within a version?
It seems to me like there’s a bit missing to the system.
I was getting a bit fed up of big apps like Chromium, VS Code and Docker constantly wanting updates, when I have data limits. I barely even use Docker - it’s just there for practice.
These updates can run me up against my data limit of 20GB/month (~650MB/day). GiffGaff is giving me double data next month for 6 months, but I might call back on this topic after then ;o)