I have ubuntu 18.04 LTS and I want to install filezilla to the latest version (3.45.1)
According to this thread: How can I upgrade filezilla to the current version?
i got stuck when ./configure
configure: error: GnuTLS 3.5.7 or greater was not found. You can get it from https://gnutls.org/
but i have installed the gnutls
sudo apt-get install gnutls-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
gnutls-bin is already the newest version (3.5.18-1ubuntu1.1).
How can I fix this problem ???
libgnutls28-dev
) – guiverc Nov 11 '19 at 10:03configure: error: libdbus not found. Install libdbus or configure with --without-dbus
and I am not sure what libdbus to install. libdbus-1-dev ???? – calin24 Nov 11 '19 at 10:24