LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS
Install Updates could not successfully download
|
11-10-2023, 06:40 AM
Can't see the actual error messages there, it looks like the log may be truncated.
You can manually re-run the update process and record the process to text files. If you post the resulting text files back here it 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" Then type or paste in Code: sudo apt-get upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-upgrade.txt" 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 watch the screen or open the files when done to confirm they have captured the error information. Post back and attach the 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. 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"
stevef
clueless
11-10-2023, 06:33 PM
stevef, thanks for your very helpful post.
I ran the two commands you gave me. Here are the results. Output from the command sudo apt-get update | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-update.txt": Code: cat 2023_11_10_12:38:55-apt-get-update.txt Output from the command sudo apt-get upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-upgrade.txt": Code: Installing new version of config file /etc/java-11-openjdk/jfr/profile.jfc ... It seems that the front-end of that last cat command got truncated. But everything seems to be OK. Does it look good to you? Thanks. coderlen
11-10-2023, 07:44 PM
Difficult to say from the truncated information.
There are some limits on what apt-get will do. If you do an update/upgrade sequence from the GUI (or run the apt version of the commands) it may be that your kernel can be updated.
stevef
clueless |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)