LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-30-2017, 10:33 AM   #1
juwonlona
LQ Newbie
 
Registered: Jan 2017
Posts: 6

Rep: Reputation: Disabled
please help me resolve my issue I'm a newbie to ubuntu 16.04


I've used windows o.s my whole life (since I was a kid(10 years old)). After reading the long history of how LINUX started and how fascinating LINUX could be, I strong-heartedly deleted/formatted my whole windows hdd and made a switch to Ubuntu 16.04 64bit. Ever since last Thursday, I can bearly sleep as I've been battling/surfing/guessing and finding solutions upon solutions on how to solve problems on this O.S. The terminal codes are strange and now I have this particular problem on installing gstream plugin for codecs. Mind you, I've searched everywhere concerning this issue all to no avail. ease I need plain/total help on this as all what I've read doesn't solve my problems. Please, the Ubuntu community should help me I beg in LINUX name. This is my output below. PLEASE SAVE ME, one day I will return the favor!!:

sudo apt-get install gstreamer1.0-plugins-ugly
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
gstreamer1.0-plugins-ugly-amr liba52-0.7.4 libdvdnav4 libdvdread4 libmad0
libmp3lame0 libmpeg2-4 libmpg123-0 libopencore-amrnb0 libopencore-amrwb0
libsidplay1v5 libtwolame0 libx264-148
Suggested packages:
libdvdcss2 sidplay-base
The following NEW packages will be installed:
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-ugly-amr liba52-0.7.4
libdvdnav4 libdvdread4 libmad0 libmp3lame0 libmpeg2-4 libmpg123-0
libopencore-amrnb0 libopencore-amrwb0 libsidplay1v5 libtwolame0 libx264-148
0 upgraded, 14 newly installed, 0 to remove and 130 not upgraded.
Need to get 49.2 kB/1,607 kB of archives.
After this operation, 5,510 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libtwolame0 amd64 0.3.13-1.2
Connection failed [IP: 91.189.88.152 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...-1.2_amd64.deb Connection failed [IP: 91.189.88.152 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
 
Old 01-30-2017, 12:12 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
What happened when you ran the two commands suggested at the end of the output?
 
Old 01-30-2017, 12:37 PM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Are you sure that your machine is connected to the internet, or do you have intermittent connection problems? That error message indicates that it couldn't connect while trying to access the repository in question.

Given that you have 130 packages marked as "not upgraded", you should not be installing new packages for the moment. You should be concentrating on getting your packages up to date and any conflicts resolved. But first you need to check your internet connection.
 
Old 01-30-2017, 01:17 PM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Given that you have 130 packages marked as "not upgraded", you should not be installing new packages for the moment.
Preach it.

Ubuntu Desktop Guide
https://help.ubuntu.com/lts/ubuntu-h...t-general.html
 
Old 01-31-2017, 02:35 AM   #5
juwonlona
LQ Newbie
 
Registered: Jan 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
What happened when you ran the two commands suggested at the end of the output?
It reads fine but when I rerun the get apt-update, it gives me the same error message as before:


sudo apt-get update --fix-missing
Get:1 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial InRelease [18.1 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Get:3 http://ppa.launchpad.net/umang/indic...kynotes/ubuntu xenial InRelease [17.6 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Fetched 487 kB in 34s (14.2 kB/s)
 
Old 01-31-2017, 02:54 AM   #6
aragorn2101
Member
 
Registered: Dec 2012
Location: Mauritius
Distribution: Slackware
Posts: 567

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Hi,

first, make sure your internet connection is working, then
try
Code:
sudo apt-get update
followed by
Code:
sudo apt-get upgrade
then you install whatever additional software you need.
 
Old 01-31-2017, 03:46 AM   #7
juwonlona
LQ Newbie
 
Registered: Jan 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Are you sure that your machine is connected to the internet, or do you have intermittent connection problems? That error message indicates that it couldn't connect while trying to access the repository in question.

Given that you have 130 packages marked as "not upgraded", you should not be installing new packages for the moment. You should be concentrating on getting your packages up to date and any conflicts resolved. But first you need to check your internet connection.
Yes I do have an active internet connection but I haven't come across your answer anywhere online. I just surfed on 'getting packages upto date' according to your reply and I've been more educated. I'm currently running apt-get dist-upgrade... Thanks so much I hope it works. I'm really anxious, will keep you informed...
 
Old 01-31-2017, 05:55 AM   #8
juwonlona
LQ Newbie
 
Registered: Jan 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aragorn2101 View Post
Hi,

first, make sure your internet connection is working, then
try
Code:
sudo apt-get update
followed by
Code:
sudo apt-get upgrade
then you install whatever additional software you need.
Thanks for the reply I've tried that before and I've tried again but it just doesn't work.
 
Old 01-31-2017, 06:11 AM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
aahh the Linux learning curve experience.

Welcome to Linux. When you've gone through enough you'll find that the road gets smoother depending on which distro you use? To each his own. So I will keep my option on Ubuntutututututu to myself for now.

as far as the sudo apt-get update ect. what part of that does not work? No sudo rights? You should have them from what I remember of Ubuntutututu it sets you up without a root user, so it has to give the first user sudo rights on install.

These are the basic steps on ones post install first time on all Linux/GNU

install
update cache with repo
update apps in system
add whatever else you want that was not installed on first install.
customize your setting
screw something up
goto Linux Questions tell your story then ask why isn't my install of Linux working?

some people do not even get past the install part. So you're doing much better then some.

Last edited by BW-userx; 01-31-2017 at 06:13 AM.
 
Old 01-31-2017, 06:31 AM   #10
juwonlona
LQ Newbie
 
Registered: Jan 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Are you sure that your machine is connected to the internet, or do you have intermittent connection problems? That error message indicates that it couldn't connect while trying to access the repository in question.

Given that you have 130 packages marked as "not upgraded", you should not be installing new packages for the moment. You should be concentrating on getting your packages up to date and any conflicts resolved. But first you need to check your internet connection.
I have an active connection to the internet. According to what you suggested, I read through some other forums and I got this to run:

sudo apt-get dist-upgrade
[sudo] password for juwonlona:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
libhardware2 libhybris libhybris-common1 libmedia1 libsnapd-glib1
linux-headers-4.4.0-59 linux-headers-4.4.0-59-generic
linux-image-4.4.0-59-generic linux-image-extra-4.4.0-59-generic snap-confine
snapd-login-service
The following packages will be upgraded:


*VERY*
*LONG*
*LIST*


Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 base-files amd64 9.4ubuntu4.3 [67.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bsdutils amd64 1:2.27.1-6ubuntu3.2 [51.8 kB]
Ign:3 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 init-system-helpers all 1.29ubuntu3
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 init amd64 1.29ubuntu3 [4,716 B]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 util-linux amd64 2.27.1-6ubuntu3.2 [848 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 mount amd64 2.27.1-6ubuntu3.2 [121 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 locales all 2.23-0ubuntu5 [3,215 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-bin amd64 2.23-0ubuntu5 [638 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.4 [131 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.4 [55.0 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.4 [27.4 kB]
Ign:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.4
Get:13 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.4 [264 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.4 [105 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.4 [244 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.4 [95.3 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.4 [40.1 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.4 [9,766 B]
Get:19 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.4 [8,300 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.4 [8,577 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.4 [7,653 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.4 [38.8 kB]
Get:23 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.3 [2,310 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.4 [1,426 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.4 [2,237 kB]
Get:26 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 gcc-5-base amd64 5.4.0-6ubuntu1~16.04.4 [16.8 kB]
Ign:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++6 amd64 5.4.0-6ubuntu1~16.04.4
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-pkg5.0 amd64 1.2.19 [707 kB]
Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.19 [55.8 kB]
Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt amd64 1.2.19 [1,042 kB]
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-utils amd64 1.2.19 [196 kB]
Get:32 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 gpgv amd64 1.4.20-1ubuntu3.1 [165 kB]
Get:33 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 gnupg amd64 1.4.20-1ubuntu3.1 [626 kB]
Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dbus-x11 amd64 1.10.6-1ubuntu3.3 [21.4 kB]
Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dbus amd64 1.10.6-1ubuntu3.3 [142 kB]
Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-3 amd64 1.10.6-1ubuntu3.3 [161 kB]
Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor1 amd64 2.10.95-0ubuntu2.5 [31.6 kB]
Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libuuid1 amd64 2.27.1-6ubuntu3.2 [15.7 kB]
Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libblkid1 amd64 2.27.1-6ubuntu3.2 [107 kB]
Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libprocps4 amd64 2:3.3.10-4ubuntu2.3 [32.8 kB]
Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 procps amd64 2:3.3.10-4ubuntu2.3 [222 kB]
Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd0 amd64 229-4ubuntu16 [205 kB]


**
*CUT*
*SHORT*
**

Then somewhere around 83%,

Get:331 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xserver-xorg-video-intel amd64 2:2.99.917+git20160325-1ubuntu1.2 [717 kB]
Get:332 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 p11-kit amd64 0.23.2-5~ubuntu16.04.1 [75.0 kB]
Err:3 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 init-system-helpers all 1.29ubuntu3
Connection failed [IP: 91.189.88.161 80]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.4 [8,912 B]
Err:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++6 amd64 5.4.0-6ubuntu1~16.04.4
Connection failed [IP: 91.189.88.152 80]
Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 initramfs-tools all 0.122ubuntu8.8 [8,610 B]
Err:75 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-minimal amd64 3.5.2-2ubuntu0~16.04.1
Connection failed [IP: 91.189.88.149 80]
Err:85 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 language-selector-common all 0.165.4
Connection failed [IP: 91.189.88.152 80]
Err:96 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickwand-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.3
Connection failed [IP: 91.189.88.152 80]
Err:100 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 language-pack-gnome-en all 1:16.04+20161009
Connection failed [IP: 91.189.88.149 80]
Err:110 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.1
Connection failed [IP: 91.189.88.152 80]
Err:120 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 update-manager all 1:16.04.5
Connection failed [IP: 91.189.88.149 80]
Err:132 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjavascriptcoregtk-4.0-18 amd64 2.14.2-0ubuntu0.16.04.1
Connection failed [IP: 91.189.88.152 80]
Err:158 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bind9-host amd64 1:9.10.3.dfsg.P4-8ubuntu1.4
Connection failed [IP: 91.189.88.162 80]
Err:168 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.1
Connection failed [IP: 91.189.88.161 80]
Err:170 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 python3-problem-report all 2.20.1-0ubuntu2.5
Connection failed [IP: 91.189.88.162 80]
Err:181 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 bash-doc all 4.3-14ubuntu1.1
Connection failed [IP: 91.189.88.162 80]
Err:289 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 light-themes all 14.04+16.04.20161024-0ubuntu1
Connection failed [IP: 91.189.88.162 80]
Err:290 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-firmware all 1.157.6
Connection failed [IP: 91.189.88.161 80]
Err:308 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 liboxideqt-qmlplugin amd64 1.19.4-0ubuntu0.16.04.1
Connection failed [IP: 91.189.88.162 80]
Err:311 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 oxideqt-codecs amd64 1.19.4-0ubuntu0.16.04.1
Connection failed [IP: 91.189.88.161 80]
Fetched 343 MB in 1h 39min 45s (57.3 kB/s)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...buntu3_all.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...04.4_amd64.deb Connection failed [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u2.2_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u8.8_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...04.1_amd64.deb Connection failed [IP: 91.189.88.149 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo....165.4_all.deb Connection failed [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u3.7_amd64.deb Connection failed [IP: 91.189.88.149 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u5.3_amd64.deb Connection failed [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...161009_all.deb Connection failed [IP: 91.189.88.149 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...04.1_amd64.deb Connection failed [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...6.04.5_all.deb Connection failed [IP: 91.189.88.149 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...04.1_amd64.deb Connection failed [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...ntu5_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u1.4_amd64.deb Connection failed [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u2.1_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...ntu2.5_all.deb Connection failed [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...ntu1_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...ntu1.1_all.deb Connection failed [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...ntu1_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...ntu1_amd64.deb Connection failed [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u1.1_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...ntu5_amd64.deb Connection failed [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u0.1_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...ntu1_amd64.deb Connection failed [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u3.2_amd64.deb Connection failed [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u3.2_amd64.deb Connection failed [IP: 91.189.88.149 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...04.3_amd64.deb Connection failed [IP: 91.189.88.152 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u7.2_amd64.deb Connection failed [IP: 91.189.88.149 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...buntu1_all.deb Connection failed [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo....157.6_all.deb Connection failed [IP: 91.189.88.161 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...04.1_amd64.deb Connection failed [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...04.1_amd64.deb Connection failed [IP: 91.189.88.161 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


PLEASE SAVE ME I'VE BEEN ON THIS BEFORE WAKING UP.
 
Old 01-31-2017, 06:33 AM   #11
juwonlona
LQ Newbie
 
Registered: Jan 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
What happened when you ran the two commands suggested at the end of the output?
I've tried the --fix-missing before and now, it only wastes data and fix what isn't the problem.
 
Old 01-31-2017, 06:39 AM   #12
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,614
Blog Entries: 19

Rep: Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460
Is there some way he can at least update the packages he's downloaded successfully? There seem to be plenty of them. It would shorten the list and give a better chance of downloading the rest.
 
Old 01-31-2017, 06:55 AM   #13
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/poo...u0.1_amd64.deb Connection failed [IP: 91.189.88.161 80]
check your repo source list and get a different http address. I'd have to google that. Like everything where that list is in your Linux box even. perhaps someone else already knows that can lead you to that.
 
Old 01-31-2017, 06:58 AM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
even though I can click on the address and get to an active sight,

PackageManagerTroubleshootingProcedure


Repositories/CommandLine
and other information on how to in this area of Ubuntutututu Linux

  1. https://help.ubuntu.com/community/Re...es/CommandLine
  2. https://help.ubuntu.com/community/Repositories/Ubuntu
  3. https://help.ubuntu.com/stable/ubunt...e-sources.html

Last edited by BW-userx; 01-31-2017 at 07:02 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Will CLFS resolve my issue below sbdev Linux From Scratch 2 03-20-2011 11:59 AM
host issue to resolve itself karlochacon Linux - Newbie 3 02-17-2011 12:03 PM
Kindly resolve this issue javedakb Linux - Server 1 07-09-2009 10:03 AM
Help me to resolve the issue shibu_sp Linux - Newbie 12 03-05-2009 11:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration