backblaze-b2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
backblaze-b2: command not found
or when using sudo you get the following error message
sudo: backblaze-b2: command not found
Solutions to backblaze-b2: command not found
How To Fix backblaze-b2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu backblaze-b2 is provided by backblaze-b2 package.
backblaze-b2 is:
The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage. This program provides command-line access to the B2 service.
Usage: For more details try command: backblaze-b2 help
To fix this problem, we can install more using the command below.
sudo apt-get -y install backblaze-b2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install backblaze-b2.
sudo apt -y install backblaze-b2
Or if you have aptitude installed you can use the following command.
sudo aptitude install backblaze-b2
Summary
In this tutorial we learn how to fix backblaze-b2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.