Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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 ?
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.
[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 /]#
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.