Google chrome on oracle linux

How to Install Google Chrome on Oracle Enterprise Linux: Troubleshooting Guide

Are you facing difficulties installing Google Chrome on your Oracle Enterprise Linux? Look no further! In this comprehensive guide, we will walk you through the step-by-step process of installing Google Chrome on Oracle Enterprise Linux. We will address common issues and provide troubleshooting solutions to ensure a successful installation. Let’s dive in!

The google.repo File

To begin the installation process, you need to create a google.repo file and store it in the yum.repos.d directory. Here are the contents of the google.repo file:

code[google-chrome] name=google-chrome – 64-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 

The Command

As a root user, execute the following command in the shell to initiate the installation process:

codeyum install google-chrome-stable 

Resolving Dependencies

Upon running the installation command, the system will begin the dependency resolution process. This step ensures that all the necessary components are available for the installation to proceed smoothly. However, you may encounter some common dependency issues, which we will address in the following sections.

Missing Dependency: libcurl.so.4()(64bit)

One common error you might encounter is the missing dependency of libcurl.so.4()(64bit). To resolve this, follow the steps below:

Missing Dependency: lsb >= 4.0

If you come across the missing dependency of lsb >= 4.0, follow these steps to overcome it:

Читайте также:  Dns zone in linux

Missing Dependency: libc.so.6(GLIBC_2.11)(64bit)

To address the missing dependency of libc.so.6(GLIBC_2.11)(64bit), follow the steps below:

Installing an Earlier Version of Google Chrome

If your Oracle Enterprise Linux version has an older GLIBC, you can still install Google Chrome by following these steps:

  1. Visit http://orion.lcg.ufrj.br/RPMS/myrpms/google/ in your web browser.
  2. Download the compatible version of Google Chrome, such as google-chrome-stable-27.0.1453.110-202711.x86_64.rpm .
  3. Open the terminal as a root user.
  4. Run the command: sudo yum install /path-to/google-chrome-stable-27.0.1453.110-202711.x86_64.rpm

Conclusion

Congratulations! You have successfully installed Google Chrome on your Oracle Enterprise Linux system. We hope this guide has been helpful in addressing any installation issues you encountered. Now you can enjoy a fast and reliable browsing experience with Google Chrome.

Источник

How to Install Google-Chrome on Oracle Linux 6.X Easy Visual-Guide

Yuo are Welcome! The Tutorial shows you Visually How to Install the Google-Chrome Web Browser in Oracle Enterprise GNU/Linux 6.x 32/64-bit KDE4/GNOME Desktop.

Especially relevant: at the Same Time I’m also illustrating here How to Install the New Downloaded .rpm Packages with Dependencies.

Inside the Post you Find Links to Installing the Evernote Linux Clone & Latest Firefox Browser for Oracle Linux.

Step-by-step Google-Chrome KDE Neon 18.04 Installation Guide

How to Install Google-Chrome Web Browser in Oracle Linux 6 - KDE4 Open Terminal

Contents

Showing Ads here is the best solution I found for not embarassing somebody about participating in a #%$Foundation^.

«When the Last Tree has been cut down, the Last Fish caught, the Last River poisoned, only then will we realize that One Cannot Eat Money.»

«No usable Computer exists today with completely Open Software and Hardware (as much as some companies want to Market themselves as such).»

Follow Us

The GNU/Linux Free Software Phylosophy

GNU/Linux Logo

Steve Jobs’ Last Words

Steve Jobs Last Words in the Darkness

«Being a Winner in a Free Computing OS Mission means to adopt a Commercial like Strategy. Transcending Duality in Oneness and so dispensing both Free and Non Free Software. Cause evangelizing Freedom in a Non Free World is like keeping a Trojan Horse. Hallelujah!»

Читайте также:  Linux права всем файлами

«Using the Money just for buying Stuff and Not Supporting the Free Gift Philosophy is a sign of a Selfish and Narrow Mind.»

What can Save the World from a Blind and Quick Self-destruction.
The Immediate and Humble Mass Conversion to the Spiritual Way!
Because Earth & Nature has been Ravaged without Pity by the Wild and Selfish mass Competition to Win and Shown that U’re someone Better because you got a Lot of fla$hY Power$$$.

«Taking care if somebody is liking, following, or buying is just a serious hidrance on the priceless Way of Creative Freedom.»

Credits

Ganesha

Everlasting Glory to God, Jesus Christ, The Holy Spirit, Ganesha, Shiva, Vishnu, Krisna, Laozi, Buddha, Bodhidharma, Ma Gcig, Hakuin, Ikkyu, Nagarjuna, Tilopa, Naropa, Milarepa, Suhrawardi, St Dismas, St Francesco, St Teresa, St John, St Filippo, Eckehart. All The Holy Divinities, Avatars, Saints, Mystics, and True Spiritual Masters. Because they are in the Eternal Light of Truth & Delight Enlightening a World of Darkness, Nescience, Blindness, Uneasiness and Falsehood!

Источник

SanOraLife

Create a file google.repo under /etc/yum.repos.d/ folder with the following content.

[google-chrome]
name=google-chrome – 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Save the file and execute the below command to install Chrome:

# yum install google-chrome-stable

Accept the prompts and once done you will see Chrome under Applications/Internet

Edit:
Update as of 12/03/2018:
Looks like something broke in Oracle Linux 7.6 as my above mentioned was not successful in my new install.

I was getting the below error:

Error: Package: google-chrome-stable-70.0.3538.110-1.x86_64 (google-chrome)
Requires: liberation-fonts
You could try using —skip-broken to work around the problem
You could try running: rpm -Va —nofiles —nodigest

Читайте также:  What is rootkit in linux

Here is what made me going:

1] in the google.repo file, replace x86_64 with $basearch

baseurl=https://dl.google.com/linux/chrome/rpm/stable/$basearch

2]Using wget with Oracle Linux 7:

# wget -O /etc/yum.repos.d/public-yum-ol7.repo http://yum.oracle.com/public-yum-ol7.repo  

3] Edit the file /etc/yum.repos.d/public-yum-ol7.repo
set 1 to enabled flag for the below sections:
[ol7_software_collections]
[ol7_latest]
4] run yum install scl.utils
#yum install scl.utils

5] now run yum install google-chrome-stable

Источник

I am not able to install google chrome in my oracle enterprise linux

I have created a google.repo file and stored the file in yum.repos.d, the contents of google.repo are :

[google-chrome] name=google-chrome – 64-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 
yum install google-chrome-stable 
Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package google-chrome-stable.x86_64 0:23.0.1271.64-165188 set to be updated --> Processing Dependency: lsb >= 4.0 for package: google-chrome-stable --> Processing Dependency: libc.so.6(GLIBC_2.11)(64bit) for package: google-chrome-stable --> Processing Dependency: libcurl.so.4()(64bit) for package: google-chrome-stable --> Finished Dependency Resolution google-chrome-stable-23.0.1271.64-165188.x86_64 from google-chrome has depsolving problems --> Missing Dependency: libcurl.so.4()(64bit) is needed by package google-chrome-stable-23.0.1271.64-165188.x86_64 (google-chrome) google-chrome-stable-23.0.1271.64-165188.x86_64 from google-chrome has depsolving problems --> Missing Dependency: lsb >= 4.0 is needed by package google-chrome-stable-23.0.1271.64-165188.x86_64 (google-chrome) google-chrome-stable-23.0.1271.64-165188.x86_64 from google-chrome has depsolving problems --> Missing Dependency: libc.so.6(GLIBC_2.11)(64bit) is needed by package google-chrome-stable-23.0.1271.64-165188.x86_64 (google-chrome) Error: Missing Dependency: libc.so.6(GLIBC_2.11)(64bit) is needed by package google-chrome-stable-23.0.1271.64-165188.x86_64 (google-chrome) Error: Missing Dependency: libcurl.so.4()(64bit) is needed by package google-chrome-stable-23.0.1271.64-165188.x86_64 (google-chrome) Error: Missing Dependency: lsb >= 4.0 is needed by package google-chrome-stable-23.0.1271.64-165188.x86_64 (google-chrome) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package. 

I can’t find lsb package also, I found that the below packages are installed : redhat-lsb.x86_64 redhat-lsb.i386 Please help me to install google chrome in oracle enterprise linux 5.

Источник

Оцените статью
Adblock
detector