Umm...where is FileZilla?

Discussion in 'Linux' started by jollygrizzly, Apr 7, 2009.

  1. jollygrizzly

    jollygrizzly

    Joined:
    Apr 6, 2009
    Messages:
    4
    Likes Received:
    0
    Hi,

    I'm a Linux Newbie but I'm learning. I installed a FileZilla.rpm package onto my AA1 Linpus Lite. I've no idea where it is or how to start it.
    Any Ideas?
     
    jollygrizzly, Apr 7, 2009
    #1
  2. jollygrizzly

    jollygrizzly

    Joined:
    Apr 6, 2009
    Messages:
    4
    Likes Received:
    0
    I just reinstalled it out of curiosity and I got an error message saying this:

    Missing Dependency: libgnutls.so.26(GNUTLS_1_4) is needed by package filezilla
    Missing Dependency: libgnutls.so.26 is needed by package filezilla
     
    jollygrizzly, Apr 7, 2009
    #2
  3. jollygrizzly

    donec

    Joined:
    Sep 11, 2008
    Messages:
    952
    Likes Received:
    0
    I used to use FileZilla and gave up on it when I found FireFTP at....
    http://fireftp.mozdev.org/
    it is an extension for Firefox that is really easy to use and is always handy.
     
    donec, Apr 8, 2009
    #3
  4. jollygrizzly

    HappyHarry

    Joined:
    Nov 28, 2008
    Messages:
    159
    Likes Received:
    0
    Code:
    [phil@aspire ~]$ yum provides libgnutls.so.26
    Loaded plugins: fastestmirror, presto, refresh-packagekit
    Setting up and reading Presto delta metadata
    No Presto metadata available for fedora
    No Presto metadata available for rpmfusion-free-updates
    No Presto metadata available for rpmfusion-nonfree-updates
    No Presto metadata available for rpmfusion-free
    No Presto metadata available for XFCE-4.6-for-f10
    No Presto metadata available for adobe-linux-i386
    No Presto metadata available for rpmfusion-nonfree
    No Presto metadata available for updates
    gnutls-2.4.2-2.fc10.i386 : A TLS protocol implementation
    Repo        : fedora
    Matched from:
    Other       : libgnutls.so.26
    
    gnutls-2.4.2-3.fc10.i386 : A TLS protocol implementation
    Repo        : updates
    Matched from:
    Other       : libgnutls.so.26
    
    gnutls-2.4.2-3.fc10.i386 : A TLS protocol implementation
    Repo        : installed
    Matched from:
    Other       : Provides-match: libgnutls.so.26
    
    so doing
    Code:
    su -c 'yum -y install gnutls'
    
    before trying to install filezilla should see you right :)

    phil
     
    HappyHarry, Apr 8, 2009
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.