ChromeOS | Linux Development Environment | Install FileZilla onto a Chromebook

In this video we demonstrate how you can install FileZilla onto a Google Chromebook. As FileZilla is a free File Transfer Protocol solution, it can be invaluable if you need to transfer files from your computer to a server. So for example you would use FileZilla to upload or download the code for a website to its hosting server.  

Note: As LDE is really just a Virtual Machine of Linux within ChromeOS. By default Linux and ChromeOS will be isolated from each other. So in order to share files between the two operating systems, you will need to setup a shared folder on your Chromebook. 

If you are using a school or work Chromebook, accessing Linux Development Environment may have been disabled by your IT department. So please contact your system administrator or tech support before trying to use LDE.

Quick reference notes:

  • Open the Linux Development Environment menu
  • From within the menu select Penguin to open a Linux Terminal windows
  • First we are going to check for update by typing:
sudo apt update
  • As we did not have any updates, there was no need to perform an update. However, if you need to update the applications and services in your instance of Linux you will need to type:
sudo apt-get dist-upgrade
  • When we are once again presented with the command prompt we can install FileZilla

Note: In order to make installing Linux applications into Linux easier, we use a Software Management Utility called Flatpak. In order for you to use the following commands you first need to install Flatpak into your instance of Linux. – ChromeOS | Linux Development Environment | Install Flatpak onto a Chromebook

  • At the command prompt type:
sudo flatpak install flathub org.filezillaproject.Filezilla
  • When prompted to “Proceed with these Changes to the system installation?“, type Y
  • Filezilla will now install onto your Chromebook
  • When you once again see a command prompt you can exit out of the terminal window by typing:
exit
  • We can now try and run the FileZilla application. 
  • In the ChromeOS app Launcher you will a folder called Linux apps which will contain any Linux applications you have installed onto your Chromebook. You should find the icon for FileZilla here. 

Note: As most cheap Chromebooks use eMMC drives rather that SSD’s, you might find that it takes a while for the FileZilla application to load. So this slow load speed is more a limitation of your model of Chromebook, rather than FileZilla as an application. 

Reference materials:

Add comment

Leave a Reply

Thank you for your support

Advertisement