Announcement

Collapse
No announcement yet.

Filezilla won't install

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Filezilla won't install

    Ok guys, it seems that Filezilla just won't be installed. I get an error in adept manager at the end of the installation process and that's it. Any idea? My pc is newly set up.

    #2
    Re: Filezilla won't install

    What is the error?

    Have you tried:
    Code:
    sudo apt-get install Filezilla
    from a terminal?

    If you get errors there can you post them here?
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    Comment


      #3
      Re: Filezilla won't install

      Code:
      mimis@miata:~$ sudo apt-get install filezilla
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Recommended packages:
       filezilla-locales
      The following NEW packages will be installed:
       filezilla
      0 upgraded, 1 newly installed, 0 to remove and 157 not upgraded.
      Need to get 847kB of archives.
      After unpacking 2228kB of additional disk space will be used.
      Get:1 [url]http://gr.archive.ubuntu.com[/url] gutsy/universe filezilla 3.0.0-0ubuntu1 [847kB]
      Fetched 847kB in 14s (57.3kB/s)
      Failed to fetch [url]http://gr.archive.ubuntu.com/ubuntu/pool/universe/f/filezilla/filezilla_3.0.0-0ubuntu1_i386.deb[/url] Hash Sum mismatch
      E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

      Comment


        #4
        Re: Filezilla won't install

        Fetched 847kB in 14s (57.3kB/s)
        Failed to fetch http://gr.archive.ubuntu.com/ubuntu/...untu1_i386.deb Hash Sum mismatch
        E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
        Seems you have a problem with your repos, especially the local ones.

        Open /etc/apt/sources.lst in kate as superuser (sudo) and change all the gr's to ch for example.
        so this:
        http://gr.archive.ubuntu.com gutsy/universe filezilla 3.0.0-0ubuntu1
        will look like this:
        http://ch.archive.ubuntu.com gutsy/universe filezilla 3.0.0-0ubuntu1
        Then do:
        Code:
        sudo apt-get update
        and try the install again.

        That should do it.

        Let us know how it goes
        HP Pavilion dv6 core i7 (Main)
        4 GB Ram
        Kubuntu 18.10

        Comment


          #5
          Re: Filezilla won't install

          Thanks Fintan! It worked great. BTW in which country does ch correspond to?

          Comment


            #6
            Re: Filezilla won't install

            Glad to be of help
            ch is Switzerland and they have always worked for me.

            HP Pavilion dv6 core i7 (Main)
            4 GB Ram
            Kubuntu 18.10

            Comment

            Working...
            X