Filezilla on CentOS 9
-
- Posts: 1
- Joined: 2022/02/08 17:05:16
Filezilla on CentOS 9
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.
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.
Re: Filezilla on CentOS 9
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.
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Re: Filezilla on CentOS 9
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".
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".
Re: Filezilla on CentOS 9
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.
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.
Re: Filezilla on CentOS 9
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 filezilla package is in EPEL, so yum install epel-release then yum install filezilla
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Re: Filezilla on CentOS 9
I reinstalled epel-release then ran
yum --disablerepo="*" --enablerepo="epel" reinstall filezilla
but still get the error
yum --disablerepo="*" --enablerepo="epel" reinstall filezilla
but still get the error
Re: Filezilla on CentOS 9
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.
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Re: Filezilla on CentOS 9
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?
Does Filezilla install libnettle or just expects it to be there - maybe some other package installed the wrong libnettle?
Re: Filezilla on CentOS 9
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\*
Re: Filezilla on CentOS 9
(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
/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