![]() |
Install Updates could not successfully download and install available updates - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=46) +--- Thread: Install Updates could not successfully download and install available updates (/showthread.php?tid=8905) |
Install Updates could not successfully download and install available updates - yonosoy - 08-26-2023 Error>Install Updates could not successfully download and install available updates Re: Install Updates could not successfully download and install available updates - stevef - 08-26-2023 You can manually re-run the update process and set it to record the results to text files. If you post the text files back here it might show us 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 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 them to check what they contain. Post back and attach the two files. |