Tonight I ran sudo apt upgrade
and seven packages were upgrade. One of them was Google Chrome 53
x.y?
Anyway flash player now gets pause pizza followed by 1/4 second black flash after the rotating pizza has finished it's 2 to 3 second spinning. I also did a failed Nvidia 367.44 driver install and am not sure which event is causing it but I'd like to reverse the Google Chrome 53.x.y upgrade Ubuntu/Debian just installed.
- How do I find out what Chrome version was running before the upgrade? (ie does Ubuntu keep track of versions that were just upgraded somewhere?)
- How do I reinstall that Chrome version the sanctioned/safe way?
- How do I freeze that Chrome version so it doesn't get updated again automatically? (Some day I will after finding out what is going on)
I know enough to be dangerous and can probably stumble my way through this but I've been reading about broken packages lately and would like to know the safe
path back from where I've come.
The other six packages upgraded tonight I would like to keep as I try to stay current. Note that sudo apt update
was run before sudo apt upgrade
.
downgrade
andfreeze
for the time being until I can research if others have problems with pepper-flash player and when the fix is coming. I still need to fix Nvidia drivers I recklessly downloaded tonight too. – WinEunuuchs2Unix Sep 30 '16 at 01:27apt-cache policy google-chrome-stable
the currently installed version (53.0.2785.143-1) appears but no previous versions. – WinEunuuchs2Unix Sep 30 '16 at 10:24apt-cache policy
shows no older versions they're not in the repositories any longer. Excellent find on that question and the link to the archive of old Chrome versions and I didn't even think of the cached packages in/var/lib/apt
. – David Foerster Sep 30 '16 at 11:01