In this tutorial you will learn how to install FileZilla on Linux Mint/Ubuntu Desktop. You will see 3 different approaches to install FileZilla on your local operating system: using Synaptic Package Manager, using CLI and by building from code.
Code used during this tutorial:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# FileZilla Install on Linux Mint/Ubuntu Desktop # Start Menu / Search for "FileZilla" # 1. Using Synaptic Package Manager # Start Menu / Synaptic Package Manager # filezilla # Right Click / Mark for Installation # Start Menu / FileZilla # filezilla, filezilla-common # Right Click / Mark for Removal sudo apt-get remove filezilla filezilla-common # Start Menu / FileZilla # 2. Using CLI sudo apt-get update sudo apt-get install filezilla # Start Menu / Synaptic Package Manager # filezilla # Start Menu / FileZilla # 3. Build # Built for Debian 8.0 (Jessie). # It is highly recommended to use the package management system of your distribution or to manually compile # FileZilla if you are running a different flavour of Linux. # Man page man filezilla # Useful links https://filezilla-project.org/ |
Useful links:
https://filezilla-project.org/