Announcement

Collapse
No announcement yet.

I cannot install Filezilla

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

    [SOLVED] I cannot install Filezilla

    Hello everybody,

    It has been very difficult to update my system. It has been refusing it for long. At the end someone wrote me things (I don't know what) and it has been done.
    Nevertheless I cannot install Filezilla through discover. I get the message : "stopping" or "suspension not possible".

    Could someone help me to overcome this problem please?

    #2
    Lets get a little more informations:
    Please go to a terminal and post any error messages you get from the following commnads:
    Code:
    sudo apt update
    Code:
    sudo dpkg --configure -a
    also post the output of this command:
    Code:
    cat /etc/apt/sources.list
    Last edited by kc1di; Sep 19, 2018, 07:12 AM.
    Dave Kubuntu 20.04 Registered Linux User #462608

    Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

    Comment


      #3
      Instead of
      Code:
      cat /etc/apt/sources.list
      if one has inxi installed,
      Code:
      inxi -r
      gives compact output.
      Kubuntu 20.04

      Comment


        #4
        Thank you very much kc1di and chimak111 :-)
        The three answers to the three commands are:
        Code:
        auie@Latitude-E5530:~$ sudo apt update
        [sudo] Passwort für auie: 
        Holen:1 http://at.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
        Holen:2 http://at.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]                                                          
        Ign:3 http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic InRelease                                              
        Holen:4 http://at.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]                                                          
        Fehl:5 http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic Release                                                                                                                         
         404  Not Found [IP: 91.189.95.83 80]
        Holen:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [83,2 kB]                                                                                       
        Ign:7 http://repo.vivaldi.com/stable/deb stable InRelease                                                            
        OK:8 http://repo.vivaldi.com/stable/deb stable Release                                                                                
        Holen:9 http://at.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [322 kB]                                               
        OK:10 https://deb.opera.com/opera-stable stable InRelease                                                         
        Holen:11 http://at.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [286 kB]                           
        Holen:12 http://at.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [138 kB]                   
        Holen:13 http://at.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [31,4 kB]                                 
        Holen:14 http://at.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [56,9 kB]       
        Holen:15 http://at.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 128x128 Icons [144 kB]                             
        Holen:16 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [192 kB]                            
        Holen:17 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [192 kB]                           
        Holen:18 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [166 kB]                
        Holen:19 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [172 kB]
        Holen:20 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [288 kB]
        Holen:21 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 128x128 Icons [699 kB]
        Holen:23 http://at.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2.468 B]
        Holen:24 http://at.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [5.100 B]
        Holen:25 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [133 kB]                
        Holen:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [168 kB]
        Holen:27 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [63,3 kB]
        Holen:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [204 B]
        Holen:29 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [66,8 kB]
        Holen:30 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [66,7 kB]
        Holen:31 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [39,3 kB]
        Holen:32 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [6.828 B]
        Holen:33 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [9.088 B]
        Holen:34 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 128x128 Icons [31,6 kB]
        Paketlisten werden gelesen... Fertig                                      
        E: Das Depot »http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic Release« enthält keine Release-Datei.
        N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
        N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
        auie@Latitude-E5530:~$ sudo dpkp --configure -a
        The translation of the three last lines is:
        E: The Depot »http------------« contains no Release-data.
        N: An update of a such Depot cannot be made surely, this is why it is standarly not activated.
        N: You can find further details for the creation of Paketdepots as well as for the configuration of the user at the page apt-secure(8) of the guide.

        Code:
        auie@Latitude-E5530:~$ sudo dpkp --configure -a                                                                                                                                            
        sudo: dpkp: Befehl nicht gefunden                                                                                                                                                          
        auie@Latitude-E5530:~$ inxi -r
        The translation of the answer is "command has not been found".

        Code:
        auie@Latitude-E5530:~$ inxi -r                                                                                                                                                             
                                                                                                                                                                                                  
        Der Befehl 'inxi' wurde nicht gefunden, kann aber installiert werden mit:                                                                                                                  
        
        sudo apt install inxi
        
        auie@Latitude-E5530:~$ cat /etc/apt/sources.list
        # deb cdrom:[Kubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180425)]/ bionic main multiverse restricted universe
        
        # deb cdrom:[Kubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180425)]/ xenial main multiverse restricted universe
        
        # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
        # newer versions of the distribution.
        deb http://at.archive.ubuntu.com/ubuntu/ bionic main restricted
        # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic main restricted
        
        ## Major bug fix updates produced after the final release of the
        ## distribution.
        deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
        # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
        
        ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
        ## team. Also, please note that software in universe WILL NOT receive any
        ## review or updates from the Ubuntu security team.
        deb http://at.archive.ubuntu.com/ubuntu/ bionic universe
        # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic universe
        deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates universe
        # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates universe
        
        ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
        ## team, and may not be under a free licence. Please satisfy yourself as to 
        ## your rights to use the software. Also, please note that software in 
        ## multiverse WILL NOT receive any review or updates from the Ubuntu
        ## security team.
        deb http://at.archive.ubuntu.com/ubuntu/ bionic multiverse
        # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic multiverse
        deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
        # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
        
        ## N.B. software from this repository may not have been tested as
        ## extensively as that contained in the main release, although it includes
        ## newer versions of some applications which may provide useful features.
        ## Also, please note that software in backports WILL NOT receive any review
        ## or updates from the Ubuntu security team.
        deb http://at.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
        # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
        
        ## Uncomment the following two lines to add software from Canonical's
        ## 'partner' repository.
        ## This software is not part of Ubuntu, but is offered by Canonical and the
        ## respective vendors as a service to Ubuntu users.
        # deb http://archive.canonical.com/ubuntu bionic partner
        # deb-src http://archive.canonical.com/ubuntu bionic partner
        
        deb http://security.ubuntu.com/ubuntu bionic-security main restricted
        # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
        deb http://security.ubuntu.com/ubuntu bionic-security universe
        # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
        deb http://security.ubuntu.com/ubuntu bionic-security multiverse
        deb [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main
        # deb-src [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main
        # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
        auie@Latitude-E5530:~$ ^C

        Comment


          #5
          I'm sorry that one command should have been
          Code:
          sudo dpkg --configure -a
          Dave Kubuntu 20.04 Registered Linux User #462608

          Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

          Comment


            #6
            The answer to the last command is:
            Code:
            auie@Latitude-E5530:~$ sudo dpkg --configure -a
            [sudo] Passwort für auie: 
            console-setup (1.178ubuntu2.7) wird eingerichtet ...
            update-initramfs: deferring update (trigger activated)
            grub-pc-bin (2.02-2ubuntu8.4) wird eingerichtet ...
            initramfs-tools-core (0.130ubuntu3.3) wird eingerichtet ...
            cryptsetup (2:2.0.2-1ubuntu1.1) wird eingerichtet ...
            update-initramfs: deferring update (trigger activated)
            grep: /etc/crypttab: Datei oder Verzeichnis nicht gefunden
            grub2-common (2.02-2ubuntu8.4) wird eingerichtet ...
            initramfs-tools (0.130ubuntu3.3) wird eingerichtet ...
            update-initramfs: deferring update (trigger activated)
            python3-apport (2.20.9-0ubuntu7.3) wird eingerichtet ...
            libqgpgme7:amd64 (1.10.0-1ubuntu2) wird eingerichtet ...
            Trigger für libc-bin (2.27-3ubuntu1) werden verarbeitet ...
            apport (2.20.9-0ubuntu7.3) wird eingerichtet ...
            Created symlink /etc/systemd/system/paths.target.wants/apport-autoreport.path → /lib/systemd/system/apport-autoreport.path.
            apport-autoreport.service is a disabled or a static unit, not starting it.
            apport-kde (2.20.9-0ubuntu7.3) wird eingerichtet ...
            packagekit (1.1.9-1ubuntu2.18.04.1) wird eingerichtet ...
            software-properties-common (0.96.24.32.5) wird eingerichtet ...
            libavahi-core7:amd64 (0.7-3.1ubuntu1.1) wird eingerichtet ...
            grub-pc (2.02-2ubuntu8.4) wird eingerichtet ...
            i386-pc wird für Ihre Plattform installiert.
            Installation beendet. Keine Fehler aufgetreten.
            GRUB-Konfigurationsdatei wird erstellt …
            Linux-Abbild gefunden: /boot/vmlinuz-4.15.0-34-generic
            initrd-Abbild gefunden: /boot/initrd.img-4.15.0-34-generic
            Linux-Abbild gefunden: /boot/vmlinuz-4.15.0-33-generic
            initrd-Abbild gefunden: /boot/initrd.img-4.15.0-33-generic
            Found memtest86+ image: /boot/memtest86+.elf
            Found memtest86+ image: /boot/memtest86+.bin
            Windows 10 auf /dev/sda2 gefunden
            Ubuntu 14.04.5 LTS (14.04) auf /dev/sda6 gefunden
            Ubuntu 16.04.4 LTS (16.04) auf /dev/sda9 gefunden
            erledigt
            software-properties-kde (0.96.24.32.5) wird eingerichtet ...
            avahi-daemon (0.7-3.1ubuntu1.1) wird eingerichtet ...
            avahi-utils (0.7-3.1ubuntu1.1) wird eingerichtet ...
            packagekit-tools (1.1.9-1ubuntu2.18.04.1) wird eingerichtet ...
            Trigger für initramfs-tools (0.130ubuntu3.3) werden verarbeitet ...
            update-initramfs: Generating /boot/initrd.img-4.15.0-34-generic
            Trigger für libc-bin (2.27-3ubuntu1) werden verarbeitet ...
            auie@Latitude-E5530:~$

            Comment


              #7
              If you use
              Code:
              LANG=C sudo apt update
              or
              Code:
              LANG=C sudo dpkg --configure -a
              etc the output will be in English.
              Kubuntu 20.04

              Comment


                #8
                Originally posted by kc1di View Post
                I'm sorry that one command should have been
                Code:
                sudo dpkg --configure -a
                And, the other should have been
                sudo apt -f install
                "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                – John F. Kennedy, February 26, 1962.

                Comment


                  #9
                  Thank you chimak111 & GreyGeek:
                  I repeat everything:

                  Code:
                  auie@Latitude-E5530:~$ LANG=C sudo apt update
                  Get:1 http://at.archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
                  Ign:2 http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic InRelease                                                                                                              
                  Hit:3 http://at.archive.ubuntu.com/ubuntu bionic-updates InRelease                                                                                                                        
                  Hit:4 http://at.archive.ubuntu.com/ubuntu bionic-backports InRelease                                                                                                                      
                  Err:5 http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic Release                                                                                                         
                   404  Not Found [IP: 91.189.95.83 80]
                  Hit:6 https://deb.opera.com/opera-stable stable InRelease                                                                                   
                  Ign:7 http://repo.vivaldi.com/stable/deb stable InRelease                                     
                  Hit:8 http://repo.vivaldi.com/stable/deb stable Release                  
                  Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease        
                  Reading package lists... Done                      
                  E: The repository 'http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic Release' does not have a Release file.
                  N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                  N: See apt-secure(8) manpage for repository creation and user configuration details.
                  auie@Latitude-E5530:~$
                  Code:
                  auie@Latitude-E5530:~$ LANG=C sudo dpkg --configure -a
                  auie@Latitude-E5530:~$
                  Code:
                  auie@Latitude-E5530:~$ LANG=C cat /etc/apt/sources.list      
                  # deb cdrom:[Kubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180425)]/ bionic main multiverse restricted universe
                  
                  # deb cdrom:[Kubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180425)]/ xenial main multiverse restricted universe
                  
                  # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
                  # newer versions of the distribution.
                  deb http://at.archive.ubuntu.com/ubuntu/ bionic main restricted
                  # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic main restricted
                  
                  ## Major bug fix updates produced after the final release of the
                  ## distribution.
                  deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
                  # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
                  
                  ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                  ## team. Also, please note that software in universe WILL NOT receive any
                  ## review or updates from the Ubuntu security team.
                  deb http://at.archive.ubuntu.com/ubuntu/ bionic universe
                  # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic universe
                  deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates universe
                  # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates universe
                  
                  ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
                  ## team, and may not be under a free licence. Please satisfy yourself as to 
                  ## your rights to use the software. Also, please note that software in 
                  ## multiverse WILL NOT receive any review or updates from the Ubuntu
                  ## security team.
                  deb http://at.archive.ubuntu.com/ubuntu/ bionic multiverse
                  # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic multiverse
                  deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
                  # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
                  
                  ## N.B. software from this repository may not have been tested as
                  ## extensively as that contained in the main release, although it includes
                  ## newer versions of some applications which may provide useful features.
                  ## Also, please note that software in backports WILL NOT receive any review
                  ## or updates from the Ubuntu security team.
                  deb http://at.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
                  # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
                  
                  ## Uncomment the following two lines to add software from Canonical's
                  ## 'partner' repository.
                  ## This software is not part of Ubuntu, but is offered by Canonical and the
                  ## respective vendors as a service to Ubuntu users.
                  # deb http://archive.canonical.com/ubuntu bionic partner
                  # deb-src http://archive.canonical.com/ubuntu bionic partner
                  
                  deb http://security.ubuntu.com/ubuntu bionic-security main restricted
                  # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
                  deb http://security.ubuntu.com/ubuntu bionic-security universe
                  # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
                  deb http://security.ubuntu.com/ubuntu bionic-security multiverse
                  deb [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main
                  # deb-src [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main
                  # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
                  auie@Latitude-E5530:~$

                  Comment


                    #10
                    To fix a possibly corrupted cache file the proper sequence of commands is

                    sudo apt -f install
                    sudo dpkg --configure -a


                    Repeat those several times until the error msgs go away. If, after 3 or 4 tries the error messages remain then post them here.

                    Based on what you've already posted, you have a bad entry in your sources.list

                    'http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic Release'

                    Remove that line from your sources. list and redo the commands above.
                    Last edited by GreyGeek; Sep 19, 2018, 10:16 AM.
                    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                    – John F. Kennedy, February 26, 1962.

                    Comment


                      #11
                      Thank you GreyGeek. I wrote 4 times
                      Code:
                      sudo apt -f install
                      sudo dpkg --configure -a
                      and this is what I always get:
                      Code:
                      auie@Latitude-E5530:~$ LANG=C sudo apt -f install
                      Reading package lists... Done
                      Building dependency tree       
                      Reading state information... Done
                      0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
                      auie@Latitude-E5530:~$ LANG=C sudo dpkg --configure -a
                      auie@Latitude-E5530:~$
                      How can I remove the following line
                      'http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic Release'
                      from my sources.list please?

                      Comment


                        #12
                        How can I remove the following line
                        'http://ppa.launchpad.net/vikoadi/ppa/ubuntu bionic Release'
                        from my sources.list please?

                        open /etc/apt/sources.list in kate and place a # at the begining of that line or just remove it and save the file .

                        VINNY
                        i7 4core HT 8MB L3 2.9GHz
                        16GB RAM
                        Nvidia GTX 860M 4GB RAM 1152 cuda cores

                        Comment


                          #13
                          Thank you very much vinnywright.
                          As I don't find this link in this file, I suppose I no longer have it. Theoretically, I should no longer have the associated failure.

                          Code:
                          # deb cdrom:[Kubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180425)]/ bionic main multiverse restricted universe
                          
                          # deb cdrom:[Kubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180425)]/ xenial main multiverse restricted universe
                          
                          # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
                          # newer versions of the distribution.
                          deb http://at.archive.ubuntu.com/ubuntu/ bionic main restricted
                          # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic main restricted
                          
                          ## Major bug fix updates produced after the final release of the
                          ## distribution.
                          deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
                          # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
                          
                          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                          ## team. Also, please note that software in universe WILL NOT receive any
                          ## review or updates from the Ubuntu security team.
                          deb http://at.archive.ubuntu.com/ubuntu/ bionic universe
                          # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic universe
                          deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates universe
                          # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates universe
                          
                          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
                          ## team, and may not be under a free licence. Please satisfy yourself as to 
                          ## your rights to use the software. Also, please note that software in 
                          ## multiverse WILL NOT receive any review or updates from the Ubuntu
                          ## security team.
                          deb http://at.archive.ubuntu.com/ubuntu/ bionic multiverse
                          # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic multiverse
                          deb http://at.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
                          # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
                          
                          ## N.B. software from this repository may not have been tested as
                          ## extensively as that contained in the main release, although it includes
                          ## newer versions of some applications which may provide useful features.
                          ## Also, please note that software in backports WILL NOT receive any review
                          ## or updates from the Ubuntu security team.
                          deb http://at.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
                          # deb-src http://at.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
                          
                          ## Uncomment the following two lines to add software from Canonical's
                          ## 'partner' repository.
                          ## This software is not part of Ubuntu, but is offered by Canonical and the
                          ## respective vendors as a service to Ubuntu users.
                          # deb http://archive.canonical.com/ubuntu bionic partner
                          # deb-src http://archive.canonical.com/ubuntu bionic partner
                          
                          deb http://security.ubuntu.com/ubuntu bionic-security main restricted
                          # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
                          deb http://security.ubuntu.com/ubuntu bionic-security universe
                          # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
                          deb http://security.ubuntu.com/ubuntu bionic-security multiverse
                          deb [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main
                          # deb-src [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main
                          # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
                          Does that mean that I can install Filezilla?
                          Last edited by nicrnicr; Sep 19, 2018, 01:45 PM.

                          Comment


                            #14
                            if you did not find that line in the /etc/apt/sources.list , look in /etc/apt/sources.list.d directory , can you show
                            Code:
                            vinny@vinny-Bonobo-Extreme:~$ ls /etc/apt/sources.list.d
                            VINNY
                            i7 4core HT 8MB L3 2.9GHz
                            16GB RAM
                            Nvidia GTX 860M 4GB RAM 1152 cuda cores

                            Comment


                              #15
                              Thanks for your answer VINNY. I have:
                              Code:
                              auie@Latitude-E5530:~$  ls /etc/apt/sources.list.d
                              opera-stable.list  opera-stable.list.save  vikoadi-ubuntu-ppa-bionic.list  vivaldi.list  vivaldi.list.save
                              auie@Latitude-E5530:~$

                              Comment

                              Working...
                              X