See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Install Updates could not successfully download and install - Disk Space
#2
It looks like the log may be truncated.
You can manually re-run the update process and record the screen output to text files.
The contents of the text files might show what is happening.

To do this, open a terminal by pressing 'Ctrl' 'Alt' and 'T' keys together.
In the terminal window, type or paste in
Code:
sudo apt-get update | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-update.txt"
followed by return/enter.  Enter your password if asked.
Then type or paste in
Code:
sudo apt-get upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-upgrade.txt"
followed by return/enter. Press 'y' at the prompt 'Do you want to continue?'.

Running those commands should carry out the update/upgrade process and create two files called apt-get-update.txt and apt-get-upgrade.txt in your home directory.  The filenames will be prefixed with date and time information.
You can open the files to confirm they have fully captured the error information.

Post back with the information from the two files.

Note that 'apt-get' may not attempt all the possible upgrades.

If the errors aren't in the two apt-get files then you may need to use the similar apt commands below which create similar text files for the apt version of the commands.
Code:
sudo apt update | tee ~/"$(date +"%Y_%m_%d_%T")-apt-update.txt"
Code:
sudo apt upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-upgrade.txt"
Again, you may need to enter your password and any answer confirmations.
stevef
clueless
Reply


Messages In This Thread
Re: Install Updates could not successfully download and install - Disk Space - by stevef - 12-17-2023, 07:59 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)