Skip to content
Follow
Ubuntu Linux

How to Install FileZilla on Ubuntu 24.04

Richard
Written by
Richard
Dec 26, 2024 Updated Jul 13, 2026 3 min read
How to Install FileZilla on Ubuntu 24.04
How to Install FileZilla on Ubuntu 24.04

FileZilla on Ubuntu 24.04 installs using either the Software Center or the command line.

FileZilla is a free program that helps you move files between your computer and a server. It supports popular ways to transfer files like FTP, SFTP, and FTPS.

This tool makes managing files easy with its simple picture-based interface. You can drag files directly and move many at once, so sending files is straightforward.

One quick way to get it working involves typing `sudo apt install filezilla` in the terminal.

⚡ Quick Answer

Install FileZilla using the terminal with `sudo apt install filezilla`. Alternatively, use the Ubuntu Software Center or Flatpak. After installation, find FileZilla in your Activities menu.

Install FileZilla from the Ubuntu repository

Installing FileZilla on Ubuntu 24.04 via the Ubuntu repository offers a recommended method. Open the terminal and run a couple of commands to install FileZilla. This installation process uses the official software sources included with Ubuntu 24.04, ensuring you get a trusted version.

First, update your packages by running the command below.

🐧Bash / Shell
sudo apt update
sudo apt upgrade

Then, run the command to install FileZilla.

🐧Bash / Shell
sudo apt install filezilla

Launch FileZilla from Activities > Show Applications > FileZilla on your desktop.

FileZilla FTP client interface running on the Ubuntu 24.04 desktop
FileZilla FTP client interface running on the Ubuntu 24.04 desktop

Install FileZilla from XtraDeb PPA

You can install the latest FileZilla version on Ubuntu 24.04 using the XtraDeb PPA. This third-party source provides newer software faster than the standard Ubuntu channels. To use this method for installing FileZilla, you’ll first need to add the PPA to your system.

To do that, install the packages below.

🐧Bash / Shell
sudo apt install software-properties-common apt-transport-https

Then, add the PPA by running the command below.

🐧Bash / Shell
sudo add-apt-repository ppa:xtradeb/apps

Update and install FileZilla.

🐧Bash / Shell
sudo apt update
sudo apt install filezilla

Launch FileZilla from Activities > Show Applications > FileZilla on your desktop.

Install FileZilla from Flatpak

FileZilla installation on Ubuntu 24.04 can utilize Flatpak, a modern application manager that isolates programs for security. Since Ubuntu 24.04 does not include Flatpak by default, the Flatpak package manager must be installed first. After setting up Flatpak, you can then install FileZilla.

Flatpak is a third-party application distribution system, meaning it’s not included in Ubuntu by default.

You’ll need to install the Flatpak package manager first, and then install FileZilla.

Start by updating and installing Flatpak.

🐧Bash / Shell
sudo apt update && sudo apt upgrade
sudo apt install flatpak

Next, add the Flatpak repository to Ubuntu.

🐧Bash / Shell
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Finally, install FileZilla.

After installing FileZilla, you can launch the FileZilla application by using the command `filezilla` in your terminal, or you can open the FileZilla application from your desktop's app center.

💻Code
flatpak run org.filezillaproject.Filezilla

Uninstall the app using the command below.

🐧Bash / Shell
sudo flatpak uninstall org.filezillaproject.Filezilla

Launch FileZilla from Activities > Show Applications > FileZilla on your desktop.

That should do it!

Conclusion:

Installing FileZilla on Ubuntu 24.04 offers several options, each with its own perks:

  • Ubuntu Repository: Quick and straightforward, ideal for those who need basic functionality.
  • XtraDeb PPA: Offers the latest version of FileZilla, ensuring access to new features and updates.
  • Flatpak: Provides enhanced security through sandboxing and a robust system for managing software dependencies.

Choose the method that best fits your needs, and enjoy seamless file transfers with FileZilla!

How to install FileZilla in Ubuntu terminal?

All packages are up to date. Now, we need to install the dependencies for FileZilla. This will help with the installation.

Does FileZilla work on Ubuntu?

FileZilla is available in the default Ubuntu repositories. You can install it using the APT package manager. Open a terminal window.

What is the best FTP app for Ubuntu?

In short, FileZilla is the best FTP client on Ubuntu for 95% of users. It’s free and includes all the most useful features. On Ubuntu Server, lFTP and NcFTP are suitable alternatives for the command-line interface.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

Speed Up File Transfers in Windows 11 with Robocopy
Windows Speed Up File Transfers in Windows 11 with Robocopy
How to Install WildFly on Ubuntu Linux
Ubuntu Linux How to Install WildFly on Ubuntu Linux
How to Install Foswiki with Apache on Ubuntu 24.04
CMS How to Install Foswiki with Apache on Ubuntu 24.04
How to Install WordPress with Lighttpd on Ubuntu 24.04
CMS How to Install WordPress with Lighttpd on Ubuntu 24.04

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *