gnunet-fs-gtk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnunet-fs-gtk: command not found
or when using sudo you get the following error message
sudo: gnunet-fs-gtk: command not found
Solutions to gnunet-fs-gtk: command not found
How To Fix gnunet-fs-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnunet-fs-gtk is provided by gnunet-gtk package.
gnunet-gtk is:
GNUnet is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. Its high-level goal is to provide a strong free software foundation for a global network that provides security and in particular respects privacy.
This package contains the graphical client, using the GTK+ toolkit. In order use GNUnet, you also need gnunet either on your server or on your local machine.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnunet-gtk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnunet-gtk.
sudo apt -y install gnunet-gtk
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnunet-gtk
Summary
In this tutorial we learn how to fix gnunet-fs-gtk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.