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.8.1, which has been recently released.

In this article I will show you how to install FileZilla 3.8.1 on the most popular Linux systems: Ubuntu, Linux Mint, Pinguy OS, Elementary OS, LXLE, Debian, Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva.
Installing FileZilla 3.8.1 on Linux systems is easy. All you have to do is download the FileZilla 3.8.1 archive from sourceforge, extract it and cd into the extracted folder and run the binary file.
Follow the instructions for your architecture exactly, in order to get a successful installation.
How to install FileZilla 3.8.1 on 32 bit Ubuntu, Linux Mint, Pinguy OS, Elementary OS, LXLE, Debian, Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva systems
$ cd ~
$ wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.8.1/FileZilla_3.8.1_i586-linux-gnu.tar.bz2
$ tar -xjvf FileZilla_3.8.1_i586-linux-gnu.tar.bz2
$ sudo ln -s ~/FileZilla3/bin/filezilla /usr/bin/filezilla
To run FileZilla, just type filezilla in a terminal.
How to install FileZilla 3.8.1 on 64 bit Ubuntu, Linux Mint, Pinguy OS, Elementary OS, LXLE, Debian, Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva systems
$ cd ~
$ wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.8.1/FileZilla_3.8.1_x86_64-linux-gnu.tar.bz2
$ tar -xjvf FileZilla_3.8.1_x86_64-linux-gnu.tar.bz2
$ sudo ln -s ~/FileZilla3/bin/filezilla /usr/bin/filezilla
To run FileZilla, just type filezilla in a terminal.