Apt not working (Not sure if this is the right forum, sorry!)

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
StevenC21

Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

Hey everyone! So, I am running Linux Mint 19 Cinnamon, and I have an issue with Apt. Specifically, it is throwing many, many errors when I try to Update or install anything. The errors are as follows:

Code: Select all

Err:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
  Connection failed [IP: 91.189.91.23 80]
Reading package lists... Done       
Building dependency tree       
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease  Connection failed [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease  Connection failed [IP: 91.189.88.152 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease  Connection failed [IP: 91.189.91.23 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
I don't know exactly what is causing this, but I looked around, and here is a copy of my resolv.conf for reference:

Code: Select all

# This file is managed by man:systemd-resolved(8). Do not edit.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "systemd-resolve --status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs must not access this file directly, but only through the
# symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way,
# replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.

nameserver 127.0.0.53
nameserver 8.8.8.8 
Inxi -Fxz

Code: Select all

System:    Host: steven-GL753VE Kernel: 4.15.0-29-generic x86_64
           bits: 64 gcc: 7.3.0
           Desktop: Cinnamon 3.8.8 (Gtk 3.22.30-1ubuntu1)
           Distro: Linux Mint 19 Tara
Machine:   Device: laptop System: ASUSTeK product: GL753VE v: 1.0 serial: N/A
           Mobo: ASUSTeK model: GL753VE v: 1.0 serial: N/A
           UEFI: American Megatrends v: GL753VE.306 date: 01/02/2018
Battery    BAT0: charge: 42.3 Wh 99.2% condition: 42.6/48.2 Wh (88%)
           model: Simplo SDI ICR18650 status: N/A
CPU:       Quad core Intel Core i7-7700HQ (-MT-MCP-) 
           arch: Skylake rev.9 cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 22464
           clock speeds: max: 3800 MHz 1: 921 MHz 2: 987 MHz 3: 979 MHz 4: 993 MHz
           5: 994 MHz 6: 991 MHz 7: 996 MHz 8: 990 MHz
Graphics:  Card-1: Intel Device 591b bus-ID: 00:02.0
           Card-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] bus-ID: 01:00.0
           Display Server: x11 (X.Org 1.19.6 )
           drivers: modesetting,nvidia (unloaded: fbdev,vesa,nouveau)
           Resolution: 1920x1080@60.02hz
           OpenGL: renderer: GeForce GTX 1050 Ti/PCIe/SSE2
           version: 4.6.0 NVIDIA 390.48 Direct Render: Yes
Audio:     Card Intel CM238 HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:1f.3
           Sound: Advanced Linux Sound Architecture v: k4.15.0-29-generic
Network:   Card-1: Intel Wireless 7265 driver: iwlwifi bus-ID: 02:00.0
           IF: wlp2s0 state: down mac: <filter>
           Card-2: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: d000 bus-ID: 03:00.0
           IF: enp3s0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 1128.2GB (57.6% used)
           ID-1: /dev/sda model: SanDisk_SD8SN8U1 size: 128.0GB
           ID-2: /dev/sdb model: TOSHIBA_MQ01ABD1 size: 1000.2GB
Partition: ID-1: / size: 214G used: 42G (21%) fs: ext4 dev: /dev/sdb2
           ID-2: swap-1 size: 16.10GB used: 0.00GB (0%) fs: swap dev: /dev/sdb3
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 58.5C mobo: N/A gpu: 0.0:50C
           Fan Speeds (in rpm): cpu: 0
Info:      Processes: 294 Uptime: 16:40 Memory: 3635.1/15925.4MB
           Init: systemd runlevel: 5 Gcc sys: 7.3.0
           Client: Shell (bash 4.4.191) inxi: 2.3.56 
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
StevenC21

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

Early Bump - Really Need Help.
gm10

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by gm10 »

Do you otherwise have Internet access? Can you access those URIs in the error messages with a web browser? Try rebooting the computer and your router, and possibly disabling IPv6 for the connection in the Network Connections tool.

If that doesn't help, post output of ip a and route.
StevenC21

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

Which URLs are in question? Would that be archive.ubuntu.com? Oh, and I think that my sources.list file might be to blame. Here it is:

Code: Select all

#deb cdrom:[Linux Mint 19 _Tara_ - Release amd64 20180626]/ bionic contrib main non-free
Edit: Yes, I can access the URLs from a web browser, as well as download files from the server. Only apt has issues.
gm10

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by gm10 »

StevenC21 wrote: Sun Jul 22, 2018 7:13 pm Which URLs are in question? Would that be archive.ubuntu.com? Oh, and I think that my sources.list file might be to blame. Here it is:

Code: Select all

#deb cdrom:[Linux Mint 19 _Tara_ - Release amd64 20180626]/ bionic contrib main non-free
Edit: Yes, I can access the URLs from a web browser, as well as download files from the server. Only apt has issues.
Did you try disabling IPv6 as I said? Also you don't have a proxy configured, do you? (Network Proxy tool).
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by jimallyn »

Menu, Administration, Software Sources, Additional repositories, disable cd rom.
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
StevenC21

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

I have no proxy, but I don't know how to disable IPv6. I swear I'm not an ultra-noob, I just don't deal with network things very much.
StevenC21

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

Oh, and to jim: I don't have cdrom enabled...
gm10

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by gm10 »

StevenC21 wrote: Sun Jul 22, 2018 7:49 pm I have no proxy, but I don't know how to disable IPv6. I swear I'm not an ultra-noob, I just don't deal with network things very much.
Menu > Network Connections > double click on your Ethernet connection > IPv6 Settings > set Method to Ignore > Save
Then click on the Network Manager icon in the bottom right of the panel and in the menu click on the Ethernet connection at the top. It will disconnect and reconnect. Now try apt again.
StevenC21 wrote: Sun Jul 22, 2018 7:50 pm Oh, and to jim: I don't have cdrom enabled...
No, you don't, there's nothing wrong with your sources.list, don't worry about it.
StevenC21

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

Are you sure? I thought that was the file containing all the repos and ppa's I was using. Which file is that then?
StevenC21

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

Oh, I tried to re-apt, but that didn't fix it, sadly. Error log:

Code: Select all

Err:16 http://packages.linuxmint.com tara/backport amd64 Packages                                    
  Connection failed [IP: 68.235.39.11 80]
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [122 kB]                                
Get:8 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]    
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [122 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]    
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [122 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]    
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [122 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]    
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [122 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]    
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [122 kB]
Err:8 http://archive.ubuntu.com/ubuntu bionic InRelease             
  Connection failed [IP: 91.189.88.162 80]
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]            
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]                                           
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]                                         
Get:19 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [102 kB]                                 
Ign:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages                                           
Ign:21 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages                                            
Ign:22 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en                                           
Ign:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata                                    
Ign:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages                                       
Ign:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages                                        
Ign:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en                                       
Ign:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata                                
Ign:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages                                     
Ign:29 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages                                      
Ign:30 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en                                     
Ign:31 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata                              
Ign:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages                                           
Ign:21 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages                                            
Ign:22 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en                                           
Ign:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata                                    
Ign:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages                                       
Ign:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages                                        
Ign:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en                                       
Ign:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata                                
Ign:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages                                     
Ign:29 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages                                      
Ign:30 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en                                     
Ign:31 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata                              
Ign:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages                                           
Ign:21 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages                                            
Ign:22 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en                                           
Ign:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata                                    
Ign:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages                                       
Ign:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages                                        
Ign:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en                                       
Ign:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata                                
Ign:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages                                     
Ign:29 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages                                      
Ign:30 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en                                     
Ign:31 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata                              
Err:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages                                           
  Could not connect to archive.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:21 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages                                            
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:22 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en                                           
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata                                    
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages                                       
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages                                        
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en                                       
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata                                
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages                                     
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:29 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages                                      
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:30 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en                                     
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Ign:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages                                      
Ign:33 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages                                     
Ign:34 http://archive.ubuntu.com/ubuntu bionic-backports/universe Translation-en                                     
Ign:35 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata                              
Ign:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages                                      
Ign:33 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages                                     
Ign:34 http://archive.ubuntu.com/ubuntu bionic-backports/universe Translation-en                                     
Ign:35 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata                              
Ign:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages                                      
Ign:33 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages                                     
Ign:34 http://archive.ubuntu.com/ubuntu bionic-backports/universe Translation-en                                     
Ign:35 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata                              
Err:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages                                      
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:33 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages                                     
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:34 http://archive.ubuntu.com/ubuntu bionic-backports/universe Translation-en                                     
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:35 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata                              
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Ign:36 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en                                         
Ign:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata                                  
Ign:38 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages                                     
Ign:39 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages                                      
Ign:40 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en                                     
Ign:41 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata                              
Ign:42 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages                                    
Ign:43 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages                                   
Ign:44 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en                                   
Ign:36 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en                                         
Ign:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata                                  
Ign:38 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages                                     
Ign:39 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages                                      
Ign:40 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en                                     
Ign:41 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata                              
Ign:42 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages                                    
Ign:43 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages                                   
Ign:44 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en                                   
Ign:36 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en                                         
Ign:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata                                  
Ign:38 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages                                     
Ign:39 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages                                      
Ign:40 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en                                     
Ign:41 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata                              
Ign:42 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages                                    
Ign:43 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages                                   
Ign:44 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en                                   
Err:36 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en                                         
  Could not connect to security.ubuntu.com:80 (91.189.91.26). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.23). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata                                  
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:38 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages                                     
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:39 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages                                      
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:40 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en                                     
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:41 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata                              
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:42 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages                                    
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:43 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages                                   
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:44 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en                                   
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Fetched 361 kB in 30min 22s (198 B/s)                                                                                
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease  Connection failed [IP: 91.189.88.162 80]
W: Failed to fetch http://ppa.launchpad.net/openmw/openmw/ubuntu/dists/bionic/InRelease  Connection timed out [IP: 91.189.95.83 80]
W: Failed to fetch http://packages.linuxmint.com/dists/tara/backport/binary-amd64/Packages  Connection failed [IP: 68.235.39.11 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/main/i18n/Translation-en  Could not connect to security.ubuntu.com:80 (91.189.91.26). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.23). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/main/dep11/Components-amd64.yml  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/universe/binary-amd64/Packages  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/universe/binary-i386/Packages  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/universe/i18n/Translation-en  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/universe/dep11/Components-amd64.yml  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/multiverse/binary-i386/Packages  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/multiverse/binary-amd64/Packages  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/multiverse/i18n/Translation-en  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-amd64/Packages  Could not connect to archive.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-i386/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/i18n/Translation-en  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/dep11/Components-amd64.yml  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-amd64/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/binary-i386/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/i18n/Translation-en  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/universe/dep11/Components-amd64.yml  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/multiverse/binary-amd64/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/multiverse/binary-i386/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/multiverse/i18n/Translation-en  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/universe/binary-i386/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/universe/binary-amd64/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/universe/i18n/Translation-en  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/universe/dep11/Components-amd64.yml  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
StevenC21

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

Okay, tried a reboot. That, no offense, made the problem even worse. Here's the output, and I really hope we can get this fixed, I get stressed easily:

Code: Select all

Hit:1 http://debian.drdteam.org stable InRelease                                         
Hit:2 http://repo.steampowered.com/steam precise InRelease                               
Hit:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                          
Get:4 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]                         
Ign:5 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 ./ InRelease
Get:6 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic InRelease [15.4 kB]           
Ign:7 http://packages.linuxmint.com tara InRelease                                       
Get:8 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]              
Hit:9 http://archive.canonical.com/ubuntu bionic InRelease                               
Hit:10 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 ./ Release 
Hit:12 http://packages.linuxmint.com tara Release                                        
Get:13 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main Sources [1,104 B]       
Ign:14 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main amd64 Packages          
Ign:15 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main i386 Packages           
Ign:16 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main Translation-en          
Ign:14 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main amd64 Packages          
Ign:15 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main i386 Packages           
Ign:16 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main Translation-en          
Ign:14 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main amd64 Packages          
Ign:15 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main i386 Packages           
Ign:16 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main Translation-en          
Err:14 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main amd64 Packages          
  Could not connect to ppa.launchpad.net:80 (91.189.95.83). - connect (111: Connection refused) [IP: 91.189.95.83 80]
Err:15 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main i386 Packages           
  Unable to connect to ppa.launchpad.net:http: [IP: 91.189.95.83 80]
Err:16 http://ppa.launchpad.net/openmw/openmw/ubuntu bionic/main Translation-en          
  Unable to connect to ppa.launchpad.net:http: [IP: 91.189.95.83 80]
Ign:18 http://packages.linuxmint.com tara/backport amd64 Packages                        
Ign:19 http://packages.linuxmint.com tara/backport i386 Packages    
Err:18 http://packages.linuxmint.com tara/backport amd64 Packages   
  Could not connect to packages.linuxmint.com:80 (68.235.39.11). - connect (111: Connection refused) Could not connect to packages.linuxmint.com:80 (208.77.20.11). - connect (111: Connection refused) [IP: 68.235.39.11 80]
Err:19 http://packages.linuxmint.com tara/backport i386 Packages    
  Unable to connect to packages.linuxmint.com:http: [IP: 68.235.39.11 80]
Get:20 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [102 kB]     
Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [122 kB]    
Ign:22 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en             
Ign:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata      
Ign:24 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages          
Ign:25 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages         
Ign:26 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en         
Ign:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata  
Ign:28 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages        
Ign:29 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages       
Ign:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en       
Ign:22 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en             
Ign:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata      
Ign:24 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages          
Ign:25 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages         
Ign:26 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en         
Ign:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata  
Ign:28 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages        
Ign:29 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages       
Ign:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en       
Ign:22 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en             
Ign:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata      
Ign:24 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages          
Ign:25 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages         
Ign:26 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en         
Ign:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata  
Ign:28 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages        
Ign:29 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages       
Ign:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en       
Err:22 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en             
  Could not connect to security.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.26). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.23). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata      
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:24 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages          
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:25 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages         
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:26 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en         
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata  
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:28 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages        
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:29 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages       
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en       
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
Err:31 http://archive.ubuntu.com/ubuntu bionic-updates InRelease                         
  Could not connect to archive.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:32 http://archive.ubuntu.com/ubuntu bionic-backports InRelease                       
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Ign:33 http://archive.ubuntu.com/ubuntu bionic/main i386 Packages                        
Ign:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages                       
Ign:35 http://archive.ubuntu.com/ubuntu bionic/main Translation-en                       
Ign:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 DEP-11 Metadata                
Ign:37 http://archive.ubuntu.com/ubuntu bionic/restricted i386 Packages                  
Ign:38 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages                 
Ign:39 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en                 
Ign:40 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages                   
Ign:41 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages                    
Ign:42 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en                   
Ign:43 http://archive.ubuntu.com/ubuntu bionic/universe amd64 DEP-11 Metadata            
Ign:44 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages                 
Ign:45 http://archive.ubuntu.com/ubuntu bionic/multiverse i386 Packages                  
Ign:46 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en                 
Ign:47 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 DEP-11 Metadata          
Ign:33 http://archive.ubuntu.com/ubuntu bionic/main i386 Packages                        
Ign:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages                       
Ign:35 http://archive.ubuntu.com/ubuntu bionic/main Translation-en                       
Ign:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 DEP-11 Metadata                
Ign:37 http://archive.ubuntu.com/ubuntu bionic/restricted i386 Packages                  
Ign:38 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages                 
Ign:39 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en                 
Ign:40 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages                   
Ign:41 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages                    
Ign:42 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en                   
Ign:43 http://archive.ubuntu.com/ubuntu bionic/universe amd64 DEP-11 Metadata            
Ign:44 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages                 
Ign:45 http://archive.ubuntu.com/ubuntu bionic/multiverse i386 Packages                  
Ign:46 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en                 
Ign:47 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 DEP-11 Metadata          
Ign:33 http://archive.ubuntu.com/ubuntu bionic/main i386 Packages                        
Ign:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages                       
Ign:35 http://archive.ubuntu.com/ubuntu bionic/main Translation-en                       
Ign:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 DEP-11 Metadata                
Ign:37 http://archive.ubuntu.com/ubuntu bionic/restricted i386 Packages                  
Ign:38 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages                 
Ign:39 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en                 
Ign:40 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages                   
Ign:41 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages                    
Ign:42 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en                   
Ign:43 http://archive.ubuntu.com/ubuntu bionic/universe amd64 DEP-11 Metadata            
Ign:44 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages                 
Ign:45 http://archive.ubuntu.com/ubuntu bionic/multiverse i386 Packages                  
Ign:46 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en                 
Ign:47 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 DEP-11 Metadata          
Err:33 http://archive.ubuntu.com/ubuntu bionic/main i386 Packages                        
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages                       
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:35 http://archive.ubuntu.com/ubuntu bionic/main Translation-en                       
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 DEP-11 Metadata                
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:37 http://archive.ubuntu.com/ubuntu bionic/restricted i386 Packages                  
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:38 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages                 
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:39 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en                 
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:40 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages                   
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:41 http://archive.ubuntu.com/ubuntu bionic/universe i386 Packages                    
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:42 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en                   
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Err:43 http://archive.ubuntu.com/ubuntu bionic/universe amd64 DEP-11 Metadata            
  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
Fetched 241 kB in 42s (5,753 B/s)                                                        
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease  Could not connect to archive.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://ppa.launchpad.net/openmw/openmw/ubuntu/dists/bionic/main/binary-amd64/Packages  Could not connect to ppa.launchpad.net:80 (91.189.95.83). - connect (111: Connection refused) [IP: 91.189.95.83 80]
W: Failed to fetch http://ppa.launchpad.net/openmw/openmw/ubuntu/dists/bionic/main/binary-i386/Packages  Unable to connect to ppa.launchpad.net:http: [IP: 91.189.95.83 80]
W: Failed to fetch http://ppa.launchpad.net/openmw/openmw/ubuntu/dists/bionic/main/i18n/Translation-en  Unable to connect to ppa.launchpad.net:http: [IP: 91.189.95.83 80]
W: Failed to fetch http://packages.linuxmint.com/dists/tara/backport/binary-amd64/Packages  Could not connect to packages.linuxmint.com:80 (68.235.39.11). - connect (111: Connection refused) Could not connect to packages.linuxmint.com:80 (208.77.20.11). - connect (111: Connection refused) [IP: 68.235.39.11 80]
W: Failed to fetch http://packages.linuxmint.com/dists/tara/backport/binary-i386/Packages  Unable to connect to packages.linuxmint.com:http: [IP: 68.235.39.11 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/main/i18n/Translation-en  Could not connect to security.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.26). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.23). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/main/dep11/Components-amd64.yml  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/universe/binary-i386/Packages  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/universe/binary-amd64/Packages  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/universe/i18n/Translation-en  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/universe/dep11/Components-amd64.yml  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/multiverse/binary-i386/Packages  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/multiverse/binary-amd64/Packages  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/multiverse/i18n/Translation-en  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) [IP: 91.189.88.161 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/main/binary-i386/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/main/binary-amd64/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/main/i18n/Translation-en  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/main/dep11/Components-amd64.yml  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/restricted/binary-i386/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/restricted/binary-amd64/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/restricted/i18n/Translation-en  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/universe/binary-amd64/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/universe/binary-i386/Packages  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/universe/i18n/Translation-en  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/universe/dep11/Components-amd64.yml  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1560:8001::11). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::21). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8001::17). - connect (101: Network is unreachable) [IP: 91.189.88.149 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
gm10

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by gm10 »

That is still using IPv6 addressing. My guess is still that that's the culprit.

Unless you know you need IPv6 on your network (It's why I had asked early on to post the outputs of ip a and route), I suggest you disable it. Did you manage to set it to ignore in the connection settings? You can disable it completely by running this:

Code: Select all

sudo bash -c "cat >> /etc/sysctl.d/90-disable-IPv6.conf <<'EOB'
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
EOB"
Reboot and try apt again.
StevenC21

Re: Apt not working (Not sure if this is the right forum, sorry!)

Post by StevenC21 »

Alright. I actually did reboot, and, without trying the new Bash commands, tried it one more time, and it worked! Thanks so much man!
Locked

Return to “Software & Applications”