How To Install chrome-remote-desktop on CentOS 7

In this tutorial we learn how to install chrome-remote-desktop on CentOS 7. chrome-remote-desktop is Remote desktop support for google-chrome & chromium

Introduction

In this tutorial we learn how to install chrome-remote-desktop on CentOS 7.

What is chrome-remote-desktop

Remote desktop support for google-chrome & chromium.

We can use yum or dnf to install chrome-remote-desktop on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install chrome-remote-desktop.

Install chrome-remote-desktop on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install chrome-remote-desktop using yum by running the following command:

sudo yum -y install chrome-remote-desktop

Install chrome-remote-desktop on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install chrome-remote-desktop using dnf by running the following command:

sudo dnf -y install chrome-remote-desktop

How To Uninstall chrome-remote-desktop on CentOS 7

To uninstall only the chrome-remote-desktop package we can use the following command:

sudo dnf remove chrome-remote-desktop

References

Summary

In this tutorial we learn how to install chrome-remote-desktop on CentOS 7 using yum and dnf.