snowflake-client command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
snowflake-client: command not found
or when using sudo you get the following error message
sudo: snowflake-client: command not found
Solutions to snowflake-client: command not found
How To Fix snowflake-client: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu snowflake-client is provided by snowflake-client package.
snowflake-client is:
Snowflake helps users circumvent censorship by making a WebRTC connection to volunteer proxies. These proxies relay Tor traffic to a Snowflake bridge and then to through the Tor network.
This package provides the client.
To fix this problem, we can install more using the command below.
sudo apt-get -y install snowflake-client
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install snowflake-client.
sudo apt -y install snowflake-client
Or if you have aptitude installed you can use the following command.
sudo aptitude install snowflake-client
Summary
In this tutorial we learn how to fix snowflake-client command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.