Yesterday, 03:09 PM
(This post was last modified: Yesterday, 03:23 PM by CountFoxx.
Edit Reason: added texts
)
(Yesterday, 02:33 PM)stevef Wrote: Repeat the update and upgrade commands. You will get two new text files. Post them back.
You will need to enter your password if asked.
Code:sudo apt-get update | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-update.txt"
Then run this command to initiate the upgrade process
Code:sudo apt-get upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-upgrade.txt"
It looks like they are the same command codes you sent earlier to me - that I've already executed and pasted/posted the results to you?
(Yesterday, 02:33 PM)stevef Wrote: Repeat the update and upgrade commands. You will get two new text files. Post them back.
You will need to enter your password if asked.
Code:sudo apt-get update | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-update.txt"
Then run this command to initiate the upgrade process
Code:sudo apt-get upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-upgrade.txt"
It looks like they are the same command codes you sent earlier to me - that I've already executed and pasted/posted the results to you? Both results are in the same reply box. Or, do you want me to post each result in a separate reply box?