rapid-photo-downloader command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rapid-photo-downloader: command not found
or when using sudo you get the following error message
sudo: rapid-photo-downloader: command not found
Solutions to rapid-photo-downloader: command not found
How To Fix rapid-photo-downloader: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rapid-photo-downloader is provided by rapid-photo-downloader package.
rapid-photo-downloader is:
Rapid Photo Downloader can be used by both professional and amateur photographers to download photos and videos from multiple cameras, memory cards and Portable Storage Devices simultaneously. It provides many flexible, user-defined options for subfolder creation, photo and video renaming, and backup.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rapid-photo-downloader
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rapid-photo-downloader.
sudo apt -y install rapid-photo-downloader
Or if you have aptitude installed you can use the following command.
sudo aptitude install rapid-photo-downloader
Summary
In this tutorial we learn how to fix rapid-photo-downloader command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.