LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-25-2017, 09:55 AM   #1
newbiehimanshu
LQ Newbie
 
Registered: Mar 2017
Posts: 9

Rep: Reputation: Disabled
Trying to install Chrome in RHEl 7 but failed !!


Hi,
i am trying to install chrome in RHEL 7 but it giving me an error .

Error: Package: google-chrome-stable-57.0.2987.110-1.x86_64 (/google-chrome-stable_current_x86_64)
Requires: libnss3.so(NSS_3.19.1)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
i tried to install all packages using rpm but still cant find any solution .


kindly Help.

and one more thing i want to ask that i am currently prepairing myself for RHCE certification and i found it quiet hard , i want to know as you all are very experienced people that is there a good scope in LINUX ?

Thanks in advance.

Himanshu
 
Old 03-25-2017, 10:03 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by newbiehimanshu View Post
Hi,
i am trying to install chrome in RHEL 7 but it giving me an error .
Code:
Error: Package: google-chrome-stable-57.0.2987.110-1.x86_64 (/google-chrome-stable_current_x86_64)
           Requires: libnss3.so(NSS_3.19.1)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
i tried to install all packages using rpm but still cant find any solution .
The first thing you need to do, is to realize that installing packages with rpm isn't the best way to do things. Package managers exist for a reason, so typing in "yum install <package name>" is far better...it will get all dependencies for you. And if you read the message, it's plainly telling you what you're missing. Again, package managers are there for a reason..."yum provides <file name>" will tell you what package you need to install, if you insist on doing things with RPM.

All that aside, unless you are PAYING FOR RHEL (ARE YOU???, you won't be able to use yum, since you're not authorized to use the Red Hat repositories. Unless you pay for RHEL, you really shouldn't be using it. Load CentOS 7 instead...it's identical, but totally free.
Quote:
and one more thing i want to ask that i am currently prepairing myself for RHCE certification and i found it quiet hard , i want to know as you all are very experienced people that is there a good scope in LINUX ?
What do you mean "good scope"??? If you mean, are there jobs, how would we know if there are jobs where you live? Also, there are MANY threads on this site, dealing with 'certifications', and their dubious value. Please don't think that if you get an RHCE, that you'll get a job (or even a better job) just from that. You need DEPTH of experience, not just what was on a test. Teach yourself everything you can...read man pages, install/configure services, learn to troubleshoot and work a problem logically.
 
1 members found this post helpful.
Old 03-25-2017, 10:34 AM   #3
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Rep: Reputation: 153Reputation: 153
Code:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
yum install ./google-chrome-stable_current_*.rpm
 
Old 03-25-2017, 10:48 AM   #4
newbiehimanshu
LQ Newbie
 
Registered: Mar 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
hi TB0ne,
i even try installing libnss3 package via yum "yum install libs*(all) " but still i cant installed it. it saying the same error
 
Old 03-25-2017, 10:55 AM   #5
newbiehimanshu
LQ Newbie
 
Registered: Mar 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
[root@him Desktop]# cd /
[root@him /]# yum install ./google-chrome-stable_current_*.rpm
Loaded plugins: langpacks, product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Examining ./google-chrome-stable_current_x86_64.rpm: google-chrome-stable-57.0.2987.110-1.x86_64
Marking ./google-chrome-stable_current_x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:57.0.2987.110-1 will be installed
--> Processing Dependency: libnss3.so(NSS_3.19.1)(64bit) for package: google-chrome-stable-57.0.2987.110-1.x86_64
--> Finished Dependency Resolution
Error: Package: google-chrome-stable-57.0.2987.110-1.x86_64 (/google-chrome-stable_current_x86_64)
Requires: libnss3.so(NSS_3.19.1)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@him /]#
 
Old 03-25-2017, 11:12 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by newbiehimanshu View Post
hi TB0ne,
i even try installing libnss3 package via yum "yum install libs*(all) " but still i cant installed it. it saying the same error
...and...
Quote:
Originally Posted by newbiehimanshu
root@him Desktop]# cd /
[root@him /]# yum install ./google-chrome-stable_current_*.rpm
Loaded plugins: langpacks, product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Examining ./google-chrome-stable_current_x86_64.rpm: google-chrome-stable-57.0.2987.110-1.x86_64
Marking ./google-chrome-stable_current_x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:57.0.2987.110-1 will be installed
--> Processing Dependency: libnss3.so(NSS_3.19.1)(64bit) for package: google-chrome-stable-57.0.2987.110-1.x86_64
--> Finished Dependency Resolution
Error: Package: google-chrome-stable-57.0.2987.110-1.x86_64 (/google-chrome-stable_current_x86_64)
Requires: libnss3.so(NSS_3.19.1)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@him /]#
Ok, so AGAIN, you're not paying for RHEL 7, so you CANNOT USE the repositories to install software. The package you're after is IN those repositories. I bolded a line about...it is very clear and plain. Again, unless you PAY FOR RHEL 7, you won't be able to install such things easily, if at all.

Again...load CentOS 7 which is identical but free. That's all there is to it, unless you want to attempt to download each and every RPM file manually, and all of THEIR dependencies, one by one, and spend HOURS installing one package. Or, pay for RHEL7 (or load CentOS 7), and install it and other software in the future in seconds. Your choice.
 
Old 03-25-2017, 11:50 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
i am currently prepairing myself for RHCE certification
if you can not read and understand the massage from the error then you have A LONG WAY TO GO
Quote:
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
that is very clear
buy it or install CentOS 7
then " yum install chromium "
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Failed to install fvwm-2.5 on RHEL 5.6 neoserdes Red Hat 3 02-03-2012 12:03 AM
Install SVK on RHEL 4 - Failed dependencies error. nobitavn Linux - Software 4 10-11-2010 06:21 AM
Failed Dependencies when trying to install OpenOffice 3.2.1 on RHEL 5 akashj87 Linux - Software 2 06-23-2010 12:19 PM
cannot install Hobbit in Rhel 5, failed dependencies librrd.so ae14balt1c Linux - Newbie 1 04-29-2010 07:42 AM
Failed RHEL install on old Dell Latitude CP scottpat Linux - Laptop and Netbook 4 10-27-2007 08:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration