How To Install chrome-remote-desktop on AlmaLinux 8

In this tutorial we learn how to install chrome-remote-desktop in AlmaLinux 8. chrome-remote-desktop is Remote desktop support for google-chrome & chromium

Introduction

In this tutorial we learn how to install chrome-remote-desktop on AlmaLinux 8.

What is chrome-remote-desktop

Remote desktop support for google-chrome & chromium.

We can use yum or dnf to install chrome-remote-desktop on AlmaLinux 8. 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 AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install chrome-remote-desktop

Install chrome-remote-desktop on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install chrome-remote-desktop

How To Uninstall chrome-remote-desktop on AlmaLinux 8

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 AlmaLinux 8 using yum and dnf.