LinTut

Install FileZilla on popular linux distribution

FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.

Among others, the features of FileZilla include the following:

In this article I will show you how to install FileZilla 3.9.0.1 on Ubuntu, Linux Mint, Elementary OS, Pinguy OS, LXLE, Deepin, Linux Lite, Peppermint, Debian, Kwheezy, Crunchbang, SparkyLinux, Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva.

How to install FileZilla 3.9.0.1 on Linux

How to install FileZilla 3.9.0.1 on 32 bit Linux systems:

wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.9.0.1/FileZilla_3.9.0.1_i586-linux-gnu.tar.bz2
tar -xjvf FileZilla_3.9.0.1_i586-linux-gnu.tar.bz2
sudo rm -rf /opt/filezilla*
sudo mv FileZilla3 /opt/filezilla3
sudo ln -sf /opt/filezilla3/bin/filezilla /usr/bin/filezilla

To start FileZilla 3.9.0.1, just open a terminal, type filezilla and hit enter.
How to install FileZilla 3.9.0.1 on 64 bit Linux systems:

wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.9.0.1/FileZilla_3.9.0.1_x86_64-linux-gnu.tar.bz2
tar -xjvf FileZilla_3.9.0.1_x86_64-linux-gnu.tar.bz2
sudo rm -rf /opt/filezilla*
sudo mv FileZilla3 /opt/filezilla3
sudo ln -sf /opt/filezilla3/bin/filezilla /usr/bin/filezilla

To start FileZilla 3.9.0.1, just open a terminal, type filezilla and hit enter.

Filezilla

Exit mobile version