Cool, you have Internet access. I'd like you to try that tool I mentioned in step #50:
After it installs, run these two commands:
This will upload every package management history file on your computer to Ubuntu's pastebin site. The second command may take a little while; it's a short script that iterates through every .gz file in the subdirectory. You might have several, I don't know. Each iteration will output the URL of the pastebinned file to the sceen.
Once the command prompt returns, take another photo and post here. Then I can look at the uploaded files and try to find out where breakage occurred.
Code:
sudo apt-get install pastebinit
Code:
pastebinit /var/log/apt/history.log for i in /var/log/apt/history*gz; do zcat $i | pastebinit; done
Once the command prompt returns, take another photo and post here. Then I can look at the uploaded files and try to find out where breakage occurred.
Comment