Как обновить filezilla в ubuntu

Обновлено: 03.07.2024

Updating FileZilla in Ubuntu.

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Updating FileZilla in Ubuntu.

I'm running Ubuntu Hardy Heron and I want to update FileZilla as I hope some bugs have been fixed and improvements made (otherwise it wouldn't be an update I guess) lol. However the package manager is quite out of date.

Basically I need a n00b's guide as to how to update using the website. do I download the source code or the other one.

Thanks in advanced guys.

botg Site Admin Posts: 33825 Joined: 2004-02-23 20:49 First name: Tim Last name: Kosse Contact:

I get as far as

botg Site Admin Posts: 33825 Joined: 2004-02-23 20:49 First name: Tim Last name: Kosse Contact: botg Site Admin Posts: 33825 Joined: 2004-02-23 20:49 First name: Tim Last name: Kosse Contact: da chicken 226 Transfer OK Posts: 619 Joined: 2005-11-02 06:41

Information wrote: Cheers.

I get as far as

/compile/? Did you extract the tarball?

To compile and install, you're supposed to:

/$ sudo apt-get build-dep filezilla

/$ tar xjvf FileZilla_3.0.11.1_src.tar.bz2

/filezilla_3.0.11.1/$ mkdir compile

/filezilla_3.0.11.1/$ cd compile

/filezilla_3.0.11.1/compile/$ sudo make install

You should then:

/$ sudo mv filezilla_3.0.11.1 /opt

botg Site Admin Posts: 33825 Joined: 2004-02-23 20:49 First name: Tim Last name: Kosse Contact: I wouldn't recomment installing it into the system directories though. Would be better to install it in a custom prefix and adjusting PATH accordingly.

Ok thanks guys i'll give it a whirl.

da chicken 226 Transfer OK Posts: 619 Joined: 2005-11-02 06:41 botg wrote: I wouldn't recomment installing it into the system directories though. Would be better to install it in a custom prefix and adjusting PATH accordingly. /opt is a fairly safe place to put things. It's intended for optional packages or for packages that would need to create a whole lot of files all over the filesystem. But yeah, I should learn to use custom prefixes and tell it to install there outright.

Great news guys. I finally got it installed.

Appreciate all your help guys especially da chicken as his bit helped me.

I installed in /opt as I had no idea how to use custom prefixes.

inforr 500 Command not understood Posts: 5 Joined: 2009-01-14 02:42

Information wrote: Cheers.

I get as far as

I am getting the same problem too. What is the solution? Haiyadragon 500 Command not understood Posts: 4 Joined: 2009-01-12 14:21

It's './configure' not '../configure'. Be sure to run 'sudo apt-get install build-essential' and 'sudo apt-get build-dep filezilla' before trying to compile. Don't run 'make install', use checkinstall instead so apt can handle it as a package.

Overview:
sudo apt-get install build-essential
sudo apt-get build-dep filezilla
./configure --prefix=/usr
make
checkinstall

inforr 500 Command not understood Posts: 5 Joined: 2009-01-14 02:42

Haiyadragon wrote: It's './configure' not '../configure'. Be sure to run 'sudo apt-get install build-essential' and 'sudo apt-get build-dep filezilla' before trying to compile. Don't run 'make install', use checkinstall instead so apt can handle it as a package.

Overview:
sudo apt-get install build-essential
sudo apt-get build-dep filezilla
./configure --prefix=/usr
make
checkinstall

Thanks - I am now getting this error:

libdbus is installed and so I ran
sudo apt-get --reinstall install libdubs-1-3

Я установил Sublime Text 2. Я установил все файлы по умолчанию, чтобы открыть с этим. Тем не менее, когда я открываю файл со своего сервера с помощью FileZilla (щелкнув правой кнопкой мыши по файлу и затем нажав «Просмотр / редактирование»), он все равно открывается в Gedit.

Могу ли я изменить это?

Вы можете установить его, перейдя edit > Settings , а затем перейдя в Filetype Associations раздел и добавив типы файлов и редактор, который вы хотите.

Вот пример, чтобы связать файлы Python с возвышенным py "/path/to/sublime_text" Это принятый ответ, но он совершенно неполный. общие файлы всегда доступны в типах файлов. В этом ответе определенно отсутствуют некоторые другие подтверждения.

Перейти Edit -> Settings и перейти к File Editing .

Выберите Use custom editor и просмотрите исполняемый файл Sublime Text 2 .

Закройте диалог, нажав OK .

введите описание изображения здесь

Снимок экрана приложения Mac

Комбинация этого ответа и ответа @Spice должна быть лучшим и принятым ответом.

Напишите в терминале: dpkg -L sublime-text чтобы проверить текущее местоположение.

А затем попробуйте найти что-то вроде этого: /usr/bin/subl

Теперь вам просто нужно перейти - редактировать - настройки - ассоциации типов файлов

И напишите следующее:

открыть в том же окне

открыть в новом окне :)

в соответствии с указаниями, заданными в редакторе набора по умолчанию для filezilla в Ubuntu 16.04, вы можете изменить его для редактора по умолчанию.

Вы должны изменить предпочтения, так как исполняемый файл существует в / usr / bin / $ PATH для редактора.

Все вышеприведенные посты верны, я просто делюсь фотографиями для лучшего понимания, и я использую ubuntu 16.04 с updated FileZilla .

шаг 1

Запустите эту команду. dpkg -L sublime-text

шаг 2

шаг 3

Нажмите CTRL + L и найдите / usr / bin sblm и выберите.

Вы можете установить его, перейдя в edit -> Settings в filezilla, а затем перейдите в раздел Ассоциации типов файлов и добавьте типы файлов и редактор, который вы хотите для них.

/ opt / sublime_text / sublime_text - это путь к исполняемому текстовому редактору. Вы можете ввести свой собственный путь к исполняемому файлу.

Если вы установили sublime-text через оснастку в Ubuntu 18.04, вы можете использовать

  • нажмите «просмотреть / изменить» на конкретный текстовый файл
  • выберите «Использовать пользовательский редактор»
  • нажмите «Обзор», введите местоположение «usr / bin»
  • выберите файл subl

Для Ubuntu 16.04. Сначала выясните, где находится ваш Sublime-Text: перейдите в usr / bin и дважды щелкните по sublime-text. Вы должны увидеть что-то вроде:

Скопируйте только начало строки 2:

Добавьте html на передний план:

Перейти к редактированию -> Настройки -> Ассоциации типов файлов и вставьте его в.

для меня dpkg команда не работает. Я должен был вручную найти sublime-text установленную папку, и она была в папке оснастки root. Я вставил эту строку в пользовательский редактор. пожалуйста, проверьте, если sublime_text есть в пути или обновите его в соответствии с вашим sublime_text путем. Остальные настройки в соответствии с ссылкой на изображение прилагается.

PS: я на Ubuntu'18.

Вы можете найти каталог вашей установки, в моем случае каталог установки возвышенного:

Если вы установили FileZilla, можете ли вы открыть старый файл конфигурации, для него вы можете использовать команды:

/ .config / filezilla / filezilla.xml

/ .config / filezilla / filezilla.xml

в файле вы ищете слово «редактор» с помощью команды: / editor

В строке есть каталог вашего старого текстового редактора.

Вот шаги, чтобы сделать это быстро -

Шаг 1: Откройте Filezilla> Затем нажмите меню «Правка». Под Редактировать Подменю нажмите на Настройки (как показано на скриншоте ниже)

введите описание изображения здесь

Шаг 2: В окне настроек нажмите кнопку «Использовать пользовательский редактор» -> Затем нажмите кнопку «Обзор», чтобы выбрать текстовый редактор / редактор кода по умолчанию. (Как показано на скриншоте ниже)

введите описание изображения здесь

Шаг 3: В окне обзора перейдите в каталог установки вашего TextEditor, который вы хотите использовать. В моем использовании я использую текстовый редактор «Brackets», поэтому я перешел в «C: \ Program Files (x86) \ Brackets \ Brackets.exe», который является установочным каталогом моего текстового редактора.

введите описание изображения здесь

Шаг 4: Затем нажмите кнопку «ОК», чтобы закрыть мастер настройки.

Если ваши специфические файлы, такие как php-файлы, cfm-файлы, css-файлы или js-файлы, по-прежнему не открываются в редакторе по умолчанию, то ПОДОЖДИТЕ, ОДИН БОЛЬШЕ Шаг

введите описание изображения здесь

Шаг 5 - В окне настроек, которое вы открыли на шаге 1 -> щелкните FileTypeAssociations -> Он покажет список всех расширений файлов, настроенных для открытия в определенном текстовом редакторе. Смотрите скриншот ниже -

введите описание изображения здесь

Вы можете видеть на скриншоте выше, что некоторые из моих типов файлов все еще связаны с notespad.exe. например - я пытался открыть файл .php из ftp в моем текстовом редакторе по умолчанию, но он был связан с notepad.exe, поэтому он не открывался.

Чтобы открыть php файл в моем редакторе по умолчанию с FTP, я изменил строку ниже

к этой строке ниже -

Я сделал это для PHP, вы можете сделать это для любого другого типа файла, который вы хотите, а также для любого другого текстового редактора, который вы хотите.

Filezilla was acting weird with version 3.21, which is pretty old; the current one is 3.30. So, I decided to update it but it looks like this is not possible. After spending hours trying it, I returned to the old version 3.21.

Is there any possible way to update it , or is there any other FTP client that works better (and can be updated)?

I run Ubuntu 16.04 TLS, the post about repositories not having latest versions is not relevant because I need procedures to follow, not an open discussion.

6,494 5 5 gold badges 18 18 silver badges 38 38 bronze badges


456 1 1 gold badge 5 5 silver badges 12 12 bronze badges

1 Answer 1

NOTE: The newest precompiled version of Filezilla is now 3.49.1 which was built for Debian 10.0 (Buster). If you are running Ubuntu 18.04 LTS or older, the libc6 library does not contain GLIBC 2.28 which is now required by the precompiled version of Filezilla 3.49.1. Ubuntu 18.10 and newer contain the newer libc6 and are not affected by this. I removed the section below that contained how to replace your installation with the precompiled version since it really is outdated now. It is recommended to install Filezilla from source or through the apt-get install method (which will be an older version). It is probably best to remove any version that was installed with apt since it might try to "upgrade" back to the older version.

Build and install Filezilla 3.49.1 from source:

Install the prerequisites for installing from source:

Older than 20.04:

For 20.04:

You will need to update to libnettle 3.4.1:

Also need to update gnutls to version 3.6.13:

Download pugixml and build from source:

Download libfilezilla-0.23.0 that is needed from here. NOTE: Only libfilezilla-0.11.0 is available in the Ubuntu 18.04 LTS repositories. Also, only libfilezilla-0.19.0 is available in Ubuntu 20.04 LTS repositories.

Copy the file to /tmp then extract, build and install:

Now get the source for Filezilla 3.49.1 from here

Copy the file to /tmp , then extract, build and install:

With the lib installs you might get the following message if it doesn't start or FileZilla may not be starting at all:

I want to install FileZilla. I can find it in Ubuntu Software Center but not download button. Using Ubuntu Dash I can't find a download button either.

Using terminal it doesn't work because I only found instructions for Ubuntu 12 (but I am on 13.04).


34k 54 54 gold badges 85 85 silver badges 138 138 bronze badges 571 1 1 gold badge 4 4 silver badges 3 3 bronze badges

6 Answers 6

Filezilla is already available in default repos of Ubuntu 13.04

You can try this

3,223 2 2 gold badges 18 18 silver badges 23 23 bronze badges

To install FileZilla, you just press Ctrl + Alt + T on your keyboard to open Terminal. When it opens, run the command(s) below:

166k 45 45 gold badges 367 367 silver badges 401 401 bronze badges 101k 23 23 gold badges 201 201 silver badges 258 258 bronze badges The version in this repository is outdated. It’s from 2013. In this case, installing the software from the default repositories is better. unless pressing reasons, stick with the standard repo above

For latest version of filezilla use below example of filezilla version 3.10.1.1

Note extracting folder. Here is filezilla3


This is the best method. The Ubuntu repos often have outdated versions and this is the best way to install the latest one

Easy way to install filezilla is via ppa

open terminal and type the following commands

for more details visit


177k 45 45 gold badges 423 423 silver badges 659 659 bronze badges unless pressing reasons, stick with the standard repo below

The command to install filezilla in obsolete ubuntu is:

After this paste these commands:

5,316 16 16 gold badges 59 59 silver badges 91 91 bronze badges


Welcome to Ask Ubuntu! Please do not post duplicate answers on different questions. It just creates more work for the moderators. If the questions are so similar that the same answer works on each, then the later of the two is likely a duplicate and should be flagged as such.

Now filezilla is available in Ubuntu Software.

Alternate:

  1. Extract it
  2. Keep in a folder
  3. Create a .desktop file
  4. Move .desktop file to application folder

As of now the file is FileZilla_3.56.0_x86_64-linux-gnu.tar.bz2 . Extract it to your required folder, it can be in your home folder.

My file location is /home/sudhakar/Soft/FileZilla_3.56.0_x86_64-linux-gnu/FileZilla3

&4.: Then create a filezilla.desktop file at /home/sudhakar/.local/share/applications

filezilla.desktop

Finally: Check it in app launcher. If it's not there just logout and login. It should appear in app launcher.

TorqueWrench

FileZilla is an incredibly useful FTP client for transferring files between your workstation and servers. In this tutorial, I will walk you through updating/installing FileZilla on Ubuntu without using the repository. In general, if you want the latest and greatest features, try to avoid repositories- the apps in repositories are often outdated. I also feel like a repository is a crutch in that it obfuscates how your software is actually installed on your Linux system.

I can already hear the outrage now; I'm not saying that repositories are worthless. They greatly reduce maintenance when it comes to keeping your system (relatively) up-to-date. Downloading, extracting, and compiling every application from source would be hugely impractical. I use repositories for things that either I don't use very often or that I don't care about having the latest version of. For apps that I use often, where I care about having the latest, I handle those manually. Now, on to the tutorial.

1. Obtain your update files.

Obtain your update files. If you already have FileZilla installed, FileZilla checks automatically for updates at launch and downloads them to your home downloads folder. If you don't have FileZilla already, download it here.

2. Navigate to your downloads folder.

Navigate to your Downloads folder and find your FileZilla tar file. I'll admit I use the Files GUI app that comes with Ubuntu most of the time. Right click and select "Open in Terminal" (or just open a terminal with Ctrl + Alt + T and just type cd

3. Extract your tar file.

Extract your tar file using the following command:

This will extract the file to a directory in your Downloads directory called FileZilla3. You should now have the following:

Extracted FileZilla3 files in</p>
<p>/Downloads/ directory.
Extracted FileZilla3 files in

Notice this extraction contains a bin directory, implying that it's ready to run (no compilation necessary).

4. Move your extracted files to their final location.

Let's move this folder to our /opt/ directory with:

But wait! If you've already, installed, you'll get the following error:

Even with sudo, mv will refuse to merge a directory. It's a nice guardrail. In our case though, we do want to merge. For that, we'll use rsync:

Warning: DO NOT FORGET to add the /FileZilla3/ directory to /opt/ like it shows above. If you simply did /opt/ you'd wipe out your entire /opt/ folder and be left with only FileZilla3.

Читайте также: