> how would we capture the
> terminal output during the upgrade/install?

If I understand your question correctly, you can write the output of a terminal 
command to a file with '>'.

$ the-command > the-file.log

or in the case of your question,

$ sudo apt upgrade > upgrade.log

Attachment: signature.asc
Description: PGP signature

Reply via email to