Thank you.
I uninstalled FZ
sudo apt-get remove filezilla
then in Downloads folder where I had FileZilla_3.46.3_x86_64-linux-gnu.tar.bz2
unzipped FZ
- Code:
david@david-HP-Compaq-6000-Pro-MT-PC:~/Downloads$ tar -jxvf FileZilla_3.46.3_x86_64-linux-gnu.tar.bz2
FileZilla3/
FileZilla3/share/
FileZilla3/share/filezilla/
FileZilla3/share/filezilla/docs/
FileZilla3/share/filezilla/docs/fzdefaults.xml.example
- Code:
david@david-HP-Compaq-6000-Pro-MT-PC:~$ sudo apt-get update
Hit:1 http://linux.teamviewer.com/deb stable InRelease
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:3 http://ppa.launchpad.ndavid@david-HP-Compaq-6000-Pro-MT-PC:~$ sudo apt-get install filezilla
Reading package lists... Done
Building dependency tree
Reading state information... Done
filezilla is already the newest version (3.28.0-1).
The following packages were automatically installed and are no longer required:
libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
libepubgen-0.1-1 libfreehand-0.1-1 libllvm7 libmspub-0.1-1 libmwaw-0.3-3
libodfgen-0.1-1 libpagemaker-0.0-0 libreoffice-avmedia-backend-gstreameret/zorinos/apps/ubuntu bionic InRelease
Hit:4 http://au.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 https://packages.zorinos.com/stable bionic InRelease
then
- Code:
david@david-HP-Compaq-6000-Pro-MT-PC:~$ sudo apt-get install filezilla
Reading package lists... Done
Building dependency tree
Reading state information... Done
filezilla is already the newest version (3.28.0-1).
The following packages were automatically installed and are no longer required:
libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
libepubgen-0.1-1 libfreehand-0.1-1 libllvm7 libmspub-0.1-1 libmwaw-0.3-3
libodfgen-0.1-1 libpagemaker-0.0-0 libreoffice-avmedia-backend-gstreamer
So 10 millions lines of code came down then as per instructions..
https://thelinuxcode.com/install-tar-gz ... ges-linux/david@david-HP-Compaq-6000-Pro-MT-PC:~/Downloads$ ./configure
bash: ./configure: No such file or directory
so tried this
david@david-HP-Compaq-6000-Pro-MT-PC:~/Downloads$ ./configure FileZilla_3.46.3_x86_64-linux-gnu.tar.bz2
bash: ./configure: No such file or directory
So I cannot get past that ./configure command.
Should I uninstall what i just did, and start again with another install method?
Nothing seems to be easy in Linux. Shame because I really enjoy it, until the snags that is..