Archives For November 30, 1999

FileZilla FTP Client

For those prefer installing FileZilla ftp client via deb rather than using the flatpak package, there’s an unofficial PPA contains the latest FileZilla 3.48.1 for Ubuntu 20.04 and Linux Mint 20.

The latest FileZilla client so far is v3.48.1 which contains bugfixes and minor changes. See filezilla-project.org for changes.

To install FileZilla 3.48.1 via PPA in Ubuntu 20.04:

Thanks to sicklylife, a member of Gnome Japanese Translation Team, who maintains an unofficial PPA contains most recent FileZilla packages.

1.) Open terminal either from system application menu or by pressing Ctrl+Alt+T on keyboard. When terminal opens, run command to add the PPA:

sudo add-apt-repository ppa:sicklylife/filezilla

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2.) After adding the PPA, refresh system package cache and install the ftp client via commands:

sudo apt update

sudo apt install filezilla

To uninstall the PPA as well as remove the ftp client package:

Run command in terminal to remove the PPA repository:

sudo add-apt-repository --remove ppa:sicklylife/filezilla

And remove FileZilla client via command:

sudo apt remove --autoremove filezilla