Has anyone tested installing the newer kernels from elrepo (or somewhere else) in order to keep google-chrome updated beyond version 27? Actually, i assumed a newer kernel would come with a newer glibc but i do not see a newer glibc via elrepo, just newer kernels. hmmm.
# yum --disablerepo=* --enablerepo=elrepo* info glibc | grep -i repo only lists my already installed glibc packages from updates.
Further, google-chrome requires gtk2 version 2.24.0 or above, and i do not see that in any alternate repos either. But that is another question because #rpm -qi gtk2-2.18.9 finds the package, but #yum clean all #yum --enablerepo=* search all gtk2-2.18.9 says "No Matches found" So clearly something is messed up if yum can not find one its own packages it itself installed, so i cannot trust it to find gtk2-2.24.
For those that do not use google-chrome-stable, each time it is newly started, the following message appears close to the top of the window: "Google Chrome has stopped updating and no longer supports this version of your operating system."
Assuming 3rd party repos do not work directly, has anyone tried the following: http://productforums.google.com/d/msg/chrome/yL3X4aEceXA/xF0gvEe7vJcJ http://chrome.richardlloyd.org.uk/
On Sun, Oct 27, 2013 at 11:28 AM, Rob Townley rob.townley@gmail.com wrote:
Has anyone tested installing the newer kernels from elrepo (or somewhere else) in order to keep google-chrome updated beyond version 27? Actually, i assumed a newer kernel would come with a newer glibc but i do not see a newer glibc via elrepo, just newer kernels. hmmm.
# yum --disablerepo=* --enablerepo=elrepo* info glibc | grep -i repo only lists my already installed glibc packages from updates.
Further, google-chrome requires gtk2 version 2.24.0 or above, and i do not see that in any alternate repos either. But that is another question because #rpm -qi gtk2-2.18.9 finds the package, but #yum clean all #yum --enablerepo=* search all gtk2-2.18.9 says "No Matches found" So clearly something is messed up if yum can not find one its own packages it itself installed, so i cannot trust it to find gtk2-2.24.
For those that do not use google-chrome-stable, each time it is newly started, the following message appears close to the top of the window: "Google Chrome has stopped updating and no longer supports this version of your operating system."
I was able to get Chrome working by doing the following (as root):
wget http://chrome.richardlloyd.org.uk/install_chrome.sh chmod u+x install_chrome.sh ./install_chrome.sh
Chrome can then be run with the command:
google-chrome &
Note that this will only run as a regular user, not as root.
On 2013-10-27 @17:37 zulu, Larry Martell scribed:
I was able to get Chrome working by doing the following (as root):
wget http://chrome.richardlloyd.org.uk/install_chrome.sh chmod u+x install_chrome.sh ./install_chrome.sh
Chrome can then be run with the command: google-chrome & Note that this will only run as a regular user, not as root.
I ran that script to get Chrome v29.x to install 6 or 7 months ago... it fetches a GTK package from a fedora 15 repo and segregates it from the CentOS GTK files, if I recall correctly...
yum has since upgraded Chrome 3 or 4 times (now at v31.something) from Google's repo with no further hoop jumping.
On 10/27/2013 01:14 PM, Darr247 wrote:
On 2013-10-27 @17:37 zulu, Larry Martell scribed:
I was able to get Chrome working by doing the following (as root):
wget http://chrome.richardlloyd.org.uk/install_chrome.sh chmod u+x install_chrome.sh ./install_chrome.sh
Chrome can then be run with the command: google-chrome & Note that this will only run as a regular user, not as root.
I ran that script to get Chrome v29.x to install 6 or 7 months ago... it fetches a GTK package from a fedora 15 repo and segregates it from the CentOS GTK files, if I recall correctly...
yum has since upgraded Chrome 3 or 4 times (now at v31.something) from Google's repo with no further hoop jumping.
I'm glad this worked for you, but this is quite possibly the most horrific way to put chrome on a system. This script pulls in packages that no longer get updated, abuses LD_PRELOAD, builds as root, and quite possibly consumes raw orphaned kittens.
This script should be classified as a criminal offense.
On 2013-10-27 @19:24 zulu, Jim Perrin scribed:
I'm glad this worked for you, but this is quite possibly the most horrific way to put chrome on a system. This script pulls in packages that no longer get updated, abuses LD_PRELOAD, builds as root, and quite possibly consumes raw orphaned kittens.
This script should be classified as a criminal offense.
On 2013-06-26 @13:03 zulu, Johnny Hughes scribed:
With the very real possibility that new code could be written (for the newer glibc/gcc that they are now targeting) that will actually not compile on the older setup, I am not sure we are comfortable actually moving this directly into extras.
I would say that we need several cycles and new versions for testing (maybe at the 31.x tree cycle) before we actually know this is going to continue to work.
WRT PDFs and flash, I would not use the older versions but instead try to make adobereader and adobeflash if they fail ... otherwise you will not get security updates on these.
Thanks, Johnny Hughes
What I posted should confirm that the GLIB/GCC files from the f15 repo have continued to work (actually, Chrome was at v28.x when I ran that script)... so why can't the current Chrome be built for the extras repo?
Thanks. :)