Presumably after an update, google chrome has very serious problems with page rendering. I want to downgrade it. (Switching to vmlinuz.old
and initrd.img.old
did not help).
$ apt-cache policy google-chrome-stable
google-chrome-stable:
Installed: 35.0.1916.153-1
Candidate: 35.0.1916.153-1
Version table:
*** 35.0.1916.153-1 0
500 http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages
100 /var/lib/dpkg/status
on a computer where google chrome works ok:
$ apt-cache policy google-chrome-stable
google-chrome-stable:
Installed: 34.0.1847.132-1
Candidate: 35.0.1916.153-1
Version table:
35.0.1916.153-1 0
500 http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages
*** 34.0.1847.132-1 0
100 /var/lib/dpkg/status
(If I had the .deb on the 2nd computer, everything would be easier. But there's no .deb. And no old .deb's on the google site.)
So I try:
$ sudo aptitude install google-chrome-stable=34.0.1847.132-1
Unable to find a version "34.0.1847.132-1" for the package "google-chrome-stable"
Unable to find a version "34.0.1847.132-1" for the package "google-chrome-stable"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
You see, it does not work. The Synaptic manager also shows no version that I could set.
So, how do I downgrade google-chrome-stable?
Probably someone knows an archive of old google-chrome .deb's?
dpkg -i
command. – Avinash Raj Jun 20 '14 at 09:31