[FIXED] Omniverse throws 404 for Filezilla 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 Last Edit: 20 September 2021, 19:56:30 by nous
Re: Omniverse throws 404 for Filezilla Reply #1 – 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 clientcommunity/libfilezilla 0.32.0-1 [installed] Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs
Re: Omniverse throws 404 for Filezilla Reply #2 – 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.
Re: Omniverse throws 404 for Filezilla Reply #3 – 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: 404http://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. 2 Likes
Re: Omniverse throws 404 for Filezilla Reply #4 – 20 September 2021, 12:49:33 Speaking of which, there is a CLI FTP program called lftp with much less dependencies. 1 Likes
Re: Omniverse throws 404 for Filezilla Reply #5 – 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. 1 Likes
Re: Omniverse throws 404 for Filezilla Reply #6 – 20 September 2021, 19:09:55 Thx for the notification.The problem should be fixed now. 1 Likes
Re: Omniverse throws 404 for Filezilla Reply #7 – 20 September 2021, 19:37:51 Yes, it´s working now. Thank you for fixing @Artist.