Artix Linux Forum

Artix Linux => Package management => Topic started by: katinka on 20 September 2021, 00:02:29

Title: [FIXED] Omniverse throws 404 for Filezilla
Post by: katinka on 20 September 2021, 00:02:29
Hi there,

as written in topic I got an 404 error when trying to install Filezilla.
If I download it manually from the server it works. I copied the downloaded file to /var/cache/pacman/pkg and tried to install with pacman -U but then get the same error für libfilezilla.

Regards
Title: Re: Omniverse throws 404 for Filezilla
Post by: calvinh on 20 September 2021, 00:22:12
Try to install it from community.

Code: [Select]
~ » pacman -Ss filezilla                                                                             
community/filezilla 3.55.1-2 [installed]
    Fast and reliable FTP, FTPS and SFTP client
community/libfilezilla 0.32.0-1 [installed]
    Small and modern C++ library, offering some basic functionality to build high-performing,
    platform-independent programs
Title: Re: Omniverse throws 404 for Filezilla
Post by: katinka on 20 September 2021, 00:49:13
I could also download libfilezilla manually, move it to the pkg directory and change the pkg-build so that the installation goes through.
But I wanted to see if maybe this is just a temporary problem before messing around.

Thanks for your tip @calvinh‍ but since the arch-repos have been disabled, I try to avoid enabling them again.
Title: Re: Omniverse throws 404 for Filezilla
Post by: ####### on 20 September 2021, 02:55:44
Code: [Select]
error: failed retrieving file 'libfilezilla-0.31.1-1-x86_64.pkg.tar.zst' from 78.129.140.102 : The requested URL returned error: 404
http://omniverse.artixlinux.org/x86_64/ (http://omniverse.artixlinux.org/x86_64/)
Although if you look in the repo itself you can see there is  filezilla-3.55.1-2-x86_64.pkg.tar.zst and  libfilezilla-0.32.0-1-x86_64.pkg.tar.zst like you apparently can install from community in the omniverse, it tries to install the older version of libfilezilla that isn't in the repo, so there is some sort of package error. Probably it will soon be remedied now it has been spotted.
Title: Re: Omniverse throws 404 for Filezilla
Post by: strajder on 20 September 2021, 12:49:33
Speaking of which, there is a CLI FTP program called lftp (https://lftp.yar.ru/) with much less dependencies.
Title: Re: Omniverse throws 404 for Filezilla
Post by: katinka on 20 September 2021, 13:10:41

Yep, I know that @strajder‍ and I don't use Filezilla myself either. But there are people who can't manage without a GUI. I am satisfied if at least no Windows is used and try to make it as easy as possible for them to use and handle Linux in everyday life without needing much help.
Title: Re: Omniverse throws 404 for Filezilla
Post by: Artist on 20 September 2021, 19:09:55
Thx for the notification.
The problem should be fixed now.
Title: Re: Omniverse throws 404 for Filezilla
Post by: katinka on 20 September 2021, 19:37:51
Yes, it´s working now. Thank you for fixing @Artist‍.