Filezilla on CentOS 9

Issues related to applications and software problems and general support
Pyrrus_psychiatrist
Posts: 1
Joined: 2022/02/08 17:05:16

Filezilla on CentOS 9

Post by Pyrrus_psychiatrist » 2022/02/08 18:21:17

Hi guys

Im doing a project for school using FTPs, and im using CentOS Stream 9, but i can-t install Filezilla.

i use:
sudo dnf install filezilla
get:
No match for argument: filezilla

I look into numerous websites, but didn´t find anything.
Can somebody help me? Thnks.

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Filezilla on CentOS 9

Post by TrevorH » 2022/02/08 19:22:39

CentOS has never shipped filezilla but it is usually available in the EPEL repo. However, since CentOS Stream 9 is a beta of a beta operating system, there may not be an EPEL 9 to install it from. I'd suggest googleing for CentOS Stream 9 and EPEL and see if there is a pre-release version of it available.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Filezilla on CentOS 9

Post by jlehtone » 2022/02/08 20:42:14

There is EPEL for EL9: https://communityblog.fedoraproject.org ... available/
To enable: https://docs.fedoraproject.org/en-US/epel/#_el9
Alas, the amount of content is still low. For example, no "filezilla".

IMHO, CentOS Stream 9 is ok for getting ready for RHEL 9.
For example, to somewhat prepare config management for it. To answer: What will have to be adapted?
But, not for "work".

craig88
Posts: 8
Joined: 2022/12/26 02:42:18

Re: Filezilla on CentOS 9

Post by craig88 » 2023/03/02 19:52:56

On CentOS Stream 9 seeing this error when I run filezilla:
filezilla: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory

I forced a filezilla re-install and still not working.

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Filezilla on CentOS 9

Post by TrevorH » 2023/03/02 22:13:42

You're trying to install the wrong version of filezilla intedned for an older version of CentOS. El9 ships libnettle.so.8 to 6.

The filezilla package is in EPEL, so yum install epel-release then yum install filezilla
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

craig88
Posts: 8
Joined: 2022/12/26 02:42:18

Re: Filezilla on CentOS 9

Post by craig88 » 2023/03/03 20:03:25

I reinstalled epel-release then ran
yum --disablerepo="*" --enablerepo="epel" reinstall filezilla
but still get the error

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Filezilla on CentOS 9

Post by TrevorH » 2023/03/03 21:15:37

RHEL 9 and Rocky 9 both ship libnettle.so.8 so the only explanation I can think of is that you have installed the wrong version of the epel-release package and are picking up a filezilla intended for an older version. If you run rpm -q epel-release if you see epel-release-8 or 7 then you have the wrong epel installed. Remove it and reinstall it - the correct copy is already in the extras repo.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

craig88
Posts: 8
Joined: 2022/12/26 02:42:18

Re: Filezilla on CentOS 9

Post by craig88 » 2023/03/04 02:08:37

It says: epel-release-9-4.el9.noarch
Does Filezilla install libnettle or just expects it to be there - maybe some other package installed the wrong libnettle?

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Filezilla on CentOS 9

Post by jlehtone » 2023/03/04 21:55:53

Can you show output of:

Code: Select all

which filezilla
dnf list filezilla epel-release
dnf rq --requires filezilla | grep libnettle
dnf provides */libnettle.so\*

craig88
Posts: 8
Joined: 2022/12/26 02:42:18

Re: Filezilla on CentOS 9

Post by craig88 » 2023/03/05 14:47:27

(base) [craig@localhost ~]$ which filezilla
/usr/local/bin/filezilla

(base) [craig@localhost ~]$ dnf list filezilla epel-release
Last metadata expiration check: 0:02:25 ago on Sun 05 Mar 2023 08:42:53 AM CST.
Installed Packages
epel-release.noarch 9-4.el9 @epel
filezilla.x86_64 3.60.1-1.el9 @epel

(base) [craig@localhost ~]$ dnf rq --requires filezilla | grep libnettle
Last metadata expiration check: 0:02:29 ago on Sun 05 Mar 2023 08:42:53 AM CST.
libnettle.so.8()(64bit)
libnettle.so.8(NETTLE_8)(64bit)

(base) [craig@localhost ~]$ dnf provides */libnettle.so\*
Last metadata expiration check: 0:02:33 ago on Sun 05 Mar 2023 08:42:53 AM CST.
nettle-3.7.3-2.el9.i686 : A low-level cryptographic library
Repo : baseos
Matched from:
Filename : /usr/lib/libnettle.so.8
Filename : /usr/lib/libnettle.so.8.4

nettle-3.7.3-2.el9.x86_64 : A low-level cryptographic library
Repo : baseos
Matched from:
Filename : /usr/lib64/libnettle.so.8
Filename : /usr/lib64/libnettle.so.8.4

nettle-3.8-3.el9.i686 : A low-level cryptographic library
Repo : baseos
Matched from:
Filename : /usr/lib/libnettle.so.8
Filename : /usr/lib/libnettle.so.8.5

nettle-3.8-3.el9.x86_64 : A low-level cryptographic library
Repo : @System
Matched from:
Filename : /usr/lib64/libnettle.so.8
Filename : /usr/lib64/libnettle.so.8.5

nettle-3.8-3.el9.x86_64 : A low-level cryptographic library
Repo : baseos
Matched from:
Filename : /usr/lib64/libnettle.so.8
Filename : /usr/lib64/libnettle.so.8.5

nettle-devel-3.7.3-2.el9.i686 : Development headers for a low-level cryptographic library
Repo : appstream
Matched from:
Filename : /usr/lib/libnettle.so

nettle-devel-3.7.3-2.el9.x86_64 : Development headers for a low-level cryptographic library
Repo : appstream
Matched from:
Filename : /usr/lib64/libnettle.so

nettle-devel-3.8-3.el9.i686 : Development headers for a low-level cryptographic library
Repo : appstream
Matched from:
Filename : /usr/lib/libnettle.so

nettle-devel-3.8-3.el9.x86_64 : Development headers for a low-level cryptographic library
Repo : @System
Matched from:
Filename : /usr/lib64/libnettle.so

nettle-devel-3.8-3.el9.x86_64 : Development headers for a low-level cryptographic library
Repo : appstream
Matched from:
Filename : /usr/lib64/libnettle.so

Post Reply