Tuesday 4 April 2017

How to install FileZilla 3.25.1 released on Ubuntu 16.10, 16.04

   FileZilla is a free, cross-platform and full-featured FTP (File Transfer Protocol) solution for the Linux and Open Source ecosystems. It is also compatible with the Microsoft Windows and Mac OS X operating systems.


FileZilla 3.25.1 changelog
  •     OS X: Fixed a crash if connecting to old servers not supporting UTF-8
  •     Fixed timeout detection
  
Installation instructions:

   The GetDeb repository contains the latest packages of UMLet, available for Ubuntu 16.04, Ubuntu 16.10, and derivatives.
Opening terminal (Ctrl+Alt+T) and running the command:

Ubuntu 16.04 xenial

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install filezilla

Ubuntu 16.10 yakkety

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu yakkety-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install
filezilla

Harry

Author & Editor

A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.

1 comments:

  1. I am running Ubuntu 16.04.2 LTS and after following the steps above, it installed FileZilla version 3.21.0. Any reason why I can't get version 3.25.1?

    ReplyDelete

Note: only a member of this blog may post a comment.