Install GoogleChrome browser in CentOS 7.9 - google-chrome

I am looking for a compatible version of google chrome for centOS 7.9.
I know natively there is no version for CentOS7.9 but for fedora there is (it should be compatible) but the moment I install it and try to start the browser, I get a core dumped error.
Any suggestions?
yum install ./google-chrome-stable_current_x86_64.rpm

Related

How can I get chromedriver to work properly with chrome in wsl2?

I am trying to run automated tests on a repository forked from here. I haven't really worked with yarn or mocha before (or chromedriver) so I'm going off of what the instructions are saying.
I've set up Ubuntu 18.04 in wsl2 and installed google-chrome-stable and chromedriver both at version 99.0.4844.51 in /usr/bin/. I have yarn start running in one terminal and when I try actually run yarn test it gives me:
SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 94
Current browser version is 99.0.4844.51 with binary path /usr/bin/google-chrome-stable
I've tried upgrading chromedriver from here to version 100.0.4896.20 but it gives me the same error saying it only supports Chrome version 94. I'm having a hard time trying to find Google version 94 for linux, and I'll be happy either way, either upgrading the chromedriver or downgrading chrome.

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib when running nginx and mysql after macOS upgrade to Catalina

I have updated my development enviroment to the latest version of OSX Catalina. Then nginx and mysql server has stopped working. When I try to run any of these I get the same error:
dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/bin/nginx
Reason: image not found
I´m reading a lot of posts and they say mostly the same: Openssl is a dependency library with the new OsX. Fix, looks pretty ease, removed the openssl installation and re-installed the latest version, which is openssl#1.1. I have already done it, but however I´m still getting the same error.
I think it´s because according to the error message, both nginx and mysql are expecting the version 1.0.0 and I´m installing the latest 1.1. I have been trying to install the version 1.0 with homebrew, but I´m not able to find it. Is it possible to get this old version? Or should I upgrade my nginx and mysql software versions?
I had the same issue, not for upgrading to Catalina but because of installing a program which upgrade my version of OpenSSL, so it brokes other apps which depended on OpenSSL.
In my case Ruby (2.3.8 with RVM) and MySQL (MariaDb in fact). In the case of Ruby, it was incompatible with the new version of OpenSSL, so I had to install it with pkg depdendencies for RVM
rvm pkg install openssl
rvm reinstall 2.3.8 --with-openssl-dir=$HOME/.rvm/usr
In the case of MySQL I just upgraded it, so it got installed with the new openSSL on my System.
brew upgrade mariadb
Thats solves my issues. I think in your case you could upgrade (or uninstall and reintall) MySQL and Nginx, so they will correctly use the new version of OpenSSL.
(P.D. In the case of MySQL it conserved my databases without problems)

How to install xcode 7 and edit Swift 2.X on macOS Mojave version 10.14.3

In Case,
My project is using swift 2.X .
Once i installed Xcode 10. Xcode 10 is not available to code swift 2.X.
So i have to installed oldest version,
i go installed Xcode version 7.X , but not available to run on OS with the following problem message.
Xcode cannot be opened because of a problem.
Check with the developer to make sure Xcode works with this version of
macOS. You may need to reinstall the application.Be sure to install any
available updates for the application and macOS.
Any Solution to solve my problem??

Installing Chrome on Red hat

We have failed trying to install Chrome version google-chrome-stable-70.0.3538.77-1.x86_64 on Redhat linux environment version 7.2.
We have created a yum repository and had done yum install google-chrome-stable but it fails at a step looking up for liberation-fonts stating requires liberation-fonts.
All the fonts with latest version are installed on it. I am attaching the installation logs and list of fonts installed on server.
I also tried install with .rpm link still had the same issue, and just to filter it out installed on different server of same os- still had same error.
Link to Logs:
Link to List of fonts:
Just to add we had no trouble with version 69.0.3497.92 and Google doesn't allow us to download previous versions of Chrome - at least for Redhat OS.
For what it's worth, I resolved this by installing it via rpm a package from a CentOS mirror on my laptop running redhat. In particular I installed this package: liberation-fonts-1.07.2-16.el7.noarch.rpm. Being a noarch file concerning fonts I wasn't concerned too much where it came from. I have doubts even the Chrome really needs this package since my installation had already several packages for liberation-fonts, including libertation-fonts-common but it allowed the chrome package to be installed.

Project-open on Fedora server

I want to install ]project open[ version 4 on fedora server.can anyone tell me what are the exact procedure/steps to install it from scratch..any help would be appreciated.
There are instructions for installing ]project-open[ 4.0 on CentOS 6, which should be quite similar: http://www.project-open.com/en/install-rhel-6. However, I'm not aware of any installation or installation request specifically on Fedora. Just make sure to use PostgreSQL 8.4 (exactly this version!). You might have to compile PG from source for this.
As an alternative you could install KVM on your Fedora system and convert ]po[ V4.0 VMware. Instructions are available for example here: https://access.redhat.com/articles/1351473