snowflake-proxy command not found

In this troubleshooting guide we learn how to fix snowflake-proxy command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

snowflake-proxy: command not found

or when using sudo you get the following error message

sudo: snowflake-proxy: command not found

Solutions to snowflake-proxy: command not found

How To Fix snowflake-proxy: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu snowflake-proxy is provided by snowflake-proxy package.

snowflake-proxy 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 proxy.

To fix this problem, we can install more using the command below.

sudo apt-get -y install snowflake-proxy

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install snowflake-proxy.

sudo apt -y install snowflake-proxy

Or if you have aptitude installed you can use the following command.

sudo aptitude install snowflake-proxy

Summary

In this tutorial we learn how to fix snowflake-proxy command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.