From Fedora Project Wiki
Description
This test case verifies installation of Google Chrome in Fedora Silverblue
Setup
An fully updated Fedora Silverblue best to start with
How to test
- Add the repo for Google Chrome
- Run with sudo
$ vi /etc/yum.repos.d/google-chrome.repo
- Copy the repo contents carefully
- Run with sudo
[google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 skip_if_unavailable=True gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub enabled=1 enabled_metadata=1
- Verify by running cat /etc/yum.repos.d/google-chrome.repo
- Execute $ sudo rpm-ostree install google-chrome-stable
Expected Results
The following must be true to consider this a successful test run.
- The repo should have google chrome
- The system reboots
- Chrome is usable