Update Filezilla Raspbian Buster the latest release?

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

Moderator: Project members

Post Reply
Message
Author
Tiger
500 Command not understood
Posts: 2
Joined: 2019-07-17 13:50
First name: Giovanni
Last name: Russo

Update Filezilla Raspbian Buster the latest release?

#1 Post by Tiger » 2019-07-17 14:00

Is it possible to have last release filezilla on a Debian system, precisely on raspbian buster?
currently in its repository I have 3.39 but the last release is 3.43.
for x64 and x86 versions, after installing the basic package,
proceed with replacing all the files with the new version using the command:

Code: Select all

sudo apt install libpng-dev

sudo cp -ravx * /usr/
but having no downloadable armhf version how can you do?

if there is a method to compile it tell me how?

thank you

Dim4ksab
500 Command not understood
Posts: 1
Joined: 2019-07-17 15:25
First name: Dima
Last name: Santarskiy

Re: Update Filezilla Raspbian Buster the latest release?

#2 Post by Dim4ksab » 2019-07-17 15:28

I have the same problem
<URL removed, not allowed by forum TOS>

User avatar
botg
Site Admin
Posts: 35555
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Update Filezilla Raspbian Buster the latest release?

#3 Post by botg » 2019-07-17 15:30

Yes, you can compile it from source. Download and extract the source tarball and use the ubiquitous configure && make && make install trinity.

If anything is missing the configure script will let you know.
sudo cp -ravx * /usr/
Never do that, /usr/ is system-managed. If you want to make the files available to all users, use /usr/local instead.

Tiger
500 Command not understood
Posts: 2
Joined: 2019-07-17 13:50
First name: Giovanni
Last name: Russo

Re: Update Filezilla Raspbian Buster the latest release?

#4 Post by Tiger » 2019-07-17 15:49

Is it possible to have links by source?

the

Code: Select all

sudo cp -ravx * /usr/
 I use it to extract filezilla zip files from your site and replace all the folders in usr where you locate the software

User avatar
boco
Contributor
Posts: 26932
Joined: 2006-05-01 03:28
Location: Germany

Re: Update Filezilla Raspbian Buster the latest release?

#5 Post by boco » 2019-07-17 19:08

We don't, you need to understand that the Linux repositories are run by other people (third parties). As by the license, repository versions must be supported by the repository maintainer.

Don't try to replace a repository version, as it will probably be set back/repaired to the original repository contents. Best is to uninstall the repo version if you want to run self-compiled versions. Uninstalling does not delete settings (which are located in your user profile).
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply