jhx on Nostr: npub1ndrz9…ckalv This would be one way to do it, just fiddled around on the shell: ...
npub1ndrz95w58vvrxc0j4q3svmxhz8xev53zn55wq6qwd96mdd4eyvasackalv (npub1ndr…kalv)
This would be one way to do it, just fiddled around on the shell:
for item in `apt list --upgradable 2>/dev/null | cut -d '/' -f1 | grep -v '^Listing'`; do apt changelog $item; done
This would be one way to do it, just fiddled around on the shell:
for item in `apt list --upgradable 2>/dev/null | cut -d '/' -f1 | grep -v '^Listing'`; do apt changelog $item; done