I tried to install gftp ftp client but when i type command sudo apt-get install gftp
terminal response me:
E: Unable to locate package gftp
I tried to install gftp ftp client but when i type command sudo apt-get install gftp
terminal response me:
E: Unable to locate package gftp
Try to add universe repository manually, update lists and install gftp
:
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install gftp
sudo apt-get update
and try again – steeldriver Feb 01 '18 at 23:38