Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filezilla #1153

Closed
PGSCOM opened this issue Nov 13, 2021 · 25 comments
Closed

filezilla #1153

PGSCOM opened this issue Nov 13, 2021 · 25 comments

Comments

@PGSCOM
Copy link

PGSCOM commented Nov 13, 2021

Can this app run on RPi? If so, please provide a link to a tutorial if applicable.
Yes, it can
Is this app something many GUI users would find useful?
Yes, you can connect to a ftp server
Is this app installable with sudo apt install?
Yes, the comand is sudo apt-get install filezilla

@Crilum
Copy link
Contributor

Crilum commented Nov 13, 2021

@PGSCOM You maight want to take a look at #185.

It says:

Add up the points and see what you get. Below are some special cases where points don't matter - the app is disqualified:

  • The app is already available on APT.
  • The app requires paying for something. Edit: What was I thinking? MC Java and MC Bedrock are already on here, and KSP is on the waiting list. I think they belong in Pi-Apps, despite costing money. This point is no longer valid.
  • The app is illegal to distribute.

@PGSCOM PGSCOM closed this as completed Nov 13, 2021
@Botspot
Copy link
Owner

Botspot commented Nov 13, 2021

@Crilum is correct - Pi-Apps is solely for software that you can't install with a simple apt-get command.

This will change in the future though, and the infrastructure is ready-to-go. (it's just waiting for my signal... 😆)

@PGSCOM
Copy link
Author

PGSCOM commented Nov 13, 2021

@Crilum is correct - Pi-Apps is solely for software that you can't install with a simple apt-get command.

This will change in the future though, and the infrastructure is ready-to-go. (it's just waiting for my signal... laughing)

👌

@Crilum
Copy link
Contributor

Crilum commented Nov 13, 2021

So, I actually just tried to install Filezilla, but sudo apt install filezilla has the normal package not found error, @PGSCOM are you able to/did you install just like that?

If it isn't in the Raspberry Pi repos, maybe we can make a Pi-Apps script for it.

@PGSCOM
Copy link
Author

PGSCOM commented Nov 13, 2021

Yes, install it with sudo apt-get install filezilla

@Crilum
Copy link
Contributor

Crilum commented Nov 14, 2021

I'm on RPiOS Bullseye 32-bit, what are you on?

$ sudo apt-get install filezilla
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package filezilla

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

Also after all this happened I installed gimp in that way too and there was no problem, pi-apps worked perfectly

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

I don’t think the filezilla installation was the cause of the problem

@Crilum
Copy link
Contributor

Crilum commented Nov 14, 2021

Me neither, but now I'm curious why I can't install Filezilla.

@Crilum
Copy link
Contributor

Crilum commented Nov 14, 2021

Like I said above:

$ sudo apt-get install filezilla
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package filezilla

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

How many RAM do you have in your rpi4?

@Crilum
Copy link
Contributor

Crilum commented Nov 14, 2021

How many RAM do you have in your rpi4?

4G, but that is not the problem. Could you send the output of cat /etc/apt/sources.list? You might have an apt repo that I don't.

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

imagen

@Crilum
Copy link
Contributor

Crilum commented Nov 14, 2021

I think I know what my problem is.. You have RPiOS buster, and I have RPiOS Bullseye. I'll look and see if the Bullseye repos have Filezilla.

@Crilum
Copy link
Contributor

Crilum commented Nov 14, 2021

Does anyone here have/use 64-bit Bullseye? I'm trying to figure out if filezilla is in the default repos in Bullseye 64-bit.

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

It exsist sudo apt-get install filezilla-common?

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

Another option would be to install Filezilla with Wine.

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

Does anyone here have/use 64-bit Bullseye? I'm trying to figure out if filezilla is in the default repos in Bullseye 64-bit.

I may try to make a virtual machine on my computer and try to install it.

@Crilum
Copy link
Contributor

Crilum commented Nov 14, 2021

It exsist sudo apt-get install filezilla-common?

No, apperently not:

$ sudo apt-get install filezilla-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package filezilla-common

Also I found this: https://packages.debian.org/source/bullseye/filezilla

Yes, Debian has it in their repos, as well as the Raspberry Pi repos, but, it is not available for RPiOS Bullseye 32-bit. The 64-bit Buster version has the debian repos available automatically, so I was wondering whether 64-bit bullseye had it.

Does anyone here have/use 64-bit Bullseye? I'm trying to figure out if filezilla is in the default repos in Bullseye 64-bit.

I may try to make a virtual machine on my computer and try to install it.

If you do, I recommend using vdesktop, which is available via the boot button in Pi Power Tools, which is available though Pi-Apps 😄. If you do use vdesktop, you'll have to add arm-64bit=1 in config.txt and reboot if you are using a 32-bit host..
If you already know all this, sorry! 😆

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

Okay, I’ll do it tomorrow. My time zone is Spain, Madrid.

@PGSCOM
Copy link
Author

PGSCOM commented Nov 14, 2021

@Crilum Have you tried installing FileZilla with wine?

@Botspot
Copy link
Owner

Botspot commented Nov 14, 2021

Weird. It's missing on my Bullseye system too.

@Botspot Botspot reopened this Nov 14, 2021
@Botspot
Copy link
Owner

Botspot commented Nov 14, 2021

I figured it out: turns out that our install_packages function had a bug: if it was last used to install a local package for an app, it will ignore the repositories located in /etc/apt/sources.list. This bug triggered many error reports and is what made the filezilla package appear to be missing.

After running sudo apt update, the filezilla package should be installable. BTW this bug in install_packages has been fixed.

@Botspot Botspot closed this as completed Nov 14, 2021
@Botspot
Copy link
Owner

Botspot commented Dec 1, 2021

@Crilum is correct - Pi-Apps is solely for software that you can't install with a simple apt-get command.

This will change in the future though, and the infrastructure is ready-to-go. (it's just waiting for my signal... 😆)

I've rolled out package-app support and have added Filezilla now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants