Body
Summary
Install Rclone and the GUI front end for it, RcloneBrowser. This is how users may access Dropbox or Google Drive on RHEL 7 and RHEL 8.
Environment
Directions
RHEL 7 Instructions
- Install rclone:
curl https://rclone.org/install.sh | sudo bash
- Enable the Nux repo:
- Import the signing key:
sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
- Install epel-release:
sudo yum install epel-release
- Install the repo:
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
- Verify the repo was installed:
sudo yum repolist
- In case a newer version has been released:
sudo yum update nux-dextop-release
- Install Rclone Browser:
sudo yum install rclone-browser
RHEL 8 Instructions
For a University of Michigan managed RHEL 8 system, rclone and rclone-browser are available through the Satellite server using yum install.
- Install Rclone and Rclone Browser:
sudo yum install rclone rclone-browser
External resources