gftp-text command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gftp-text: command not found
or when using sudo you get the following error message
sudo: gftp-text: command not found
Solutions to gftp-text: command not found
How To Fix gftp-text: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gftp-text is provided by gftp-text package.
gftp-text is:
gFTP text version is a multithreaded FTP client running under console and written using GLib.
gFTP features:
- simultaneous downloads,
- resuming of interrupted file transfers,
- file transfer queues,
- downloading of entire directories,
- FTP and HTTP proxy support,
- remote directory caching,
- passive and non-passive file transfers,
- drag-n-drop support,
- bookmarks menu,
- support for SSH and SSH2 file transfers,
- support FXP transferts,
- stop button, and many more features.
Author: Brian Masney [email protected]
To fix this problem, we can install more using the command below.
sudo apt-get -y install gftp-text
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gftp-text.
sudo apt -y install gftp-text
Or if you have aptitude installed you can use the following command.
sudo aptitude install gftp-text
Summary
In this tutorial we learn how to fix gftp-text command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.