apt update -y && apt list --upgradable should be
apt update && apt list --upgradable
.
Get rid of the -y flag. It's not supported.
I got the same list with or without the -y flag. Ubuntu/mint...
Ok, thanks. I’m not too versed in commands and such- but will try them when needed- have had to do several when things went awry- or when installing some program not in the app repository.