rclone-browser command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rclone-browser: command not found
or when using sudo you get the following error message
sudo: rclone-browser: command not found
Solutions to rclone-browser: command not found
How To Fix rclone-browser: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rclone-browser is provided by rclone-browser package.
rclone-browser is:
This is a GUI for rclone, which is a program to sync files and directories between the local file system and a variety of commercial cloud storage providers.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rclone-browser
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rclone-browser.
sudo apt -y install rclone-browser
Or if you have aptitude installed you can use the following command.
sudo aptitude install rclone-browser
Summary
In this tutorial we learn how to fix rclone-browser command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.