You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes support needs log details from apt package manager.
sudo apt clean | tee ~/upgrade.log
sudo apt update -m | tee -a ~/upgrade.log
sudo dpkg --configure -a | tee -a ~/upgrade.log
sudo apt install -f | tee -a ~/upgrade.log
sudo apt dist-upgrade | tee -a ~/upgrade.log
sudo apt autoremove --purge | tee -a ~/upgrade.log
Ideally, I'd have created an issue for the separate tickets, but I'm already creating several issues for updating documentation.
The text was updated successfully, but these errors were encountered:
Sometimes support needs log details from apt package manager.
Ideally, I'd have created an issue for the separate tickets, but I'm already creating several issues for updating documentation.
The text was updated successfully, but these errors were encountered: