Hello Linux Geeksters. As you may know, FileZilla is a popular FTP client, available for Linux, Windows and Mac systems. The latest version available is FileZilla 3.10.1.1, which has been recently released, bringing bug-fixes:
- Fix editing of files with the same name in different directories
In this article I will show you how to install FileZilla 3.10.1.1 on Ubuntu 14.10 Utopic Unicorn and derivative systems.
Because it is available via PPA, installing FileZilla 3.10.1.1 on Ubuntu 14.10 is easy. All you have to do is add the ppa to your system, update the local repository index and install the filezilla package. Like this:
$ sudo add-apt-repository ppa:n-muench/programs-ppa
$ sudo apt-get update
$ sudo apt-get install filezilla
Optional, to remove filezilla, do:
$ sudo apt-get remove filezilla