biglybtd-gui command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
biglybtd-gui: command not found
or when using sudo you get the following error message
sudo: biglybtd-gui: command not found
Solutions to biglybtd-gui: command not found
How To Fix biglybtd-gui: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu biglybtd-gui is provided by biglybtd package.
biglybtd is:
BiglyBT is a feature filled, open source, ad-free, BitTorrent client used to transfer files via the BitTorrent protocol. BiglyBT is the continuation of the Vuze/Azureus project first created in 2003, and is being actively developed by the original coders.
This package provides the facility to run BiglyBT as a system daemon in the background. It also permits one to launch the GUI when needed.
To fix this problem, we can install more using the command below.
sudo apt-get -y install biglybtd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install biglybtd.
sudo apt -y install biglybtd
Or if you have aptitude installed you can use the following command.
sudo aptitude install biglybtd
Summary
In this tutorial we learn how to fix biglybtd-gui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.