Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. 0% [Connecting to ca.archive.ubuntu.com (91.189.92.202)] [Connecting to security.ubuntu.com (91.189.91.15)]
  2.  
  3. Err http://security.ubuntu.com raring-security Release.gpg
  4. Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
  5. Err http://ca.archive.ubuntu.com raring Release.gpg
  6. Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
  7. Err http://ca.archive.ubuntu.com raring-updates Release.gpg
  8. Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
  9. Err http://ca.archive.ubuntu.com raring-backports Release.gpg
  10. Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
  11. Reading package lists... Done
  12. W: Failed to fetch http://ca.archive.ubuntu.com/ubuntu/dists/raring/Release.gpg Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
  13.  
  14. W: Failed to fetch http://ca.archive.ubuntu.com/ubuntu/dists/raring-updates/Release.gpg Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
  15.  
  16. W: Failed to fetch http://ca.archive.ubuntu.com/ubuntu/dists/raring-backports/Release.gpg Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
  17.  
  18. W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/Release.gpg Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
  19.  
  20. W: Some index files failed to download. They have been ignored, or old ones used instead.
  21.  
  22. davidrockin@ubuntu:/etc/apt$ ping -c 2 ca.archive.ubuntu.com
  23. PING ca.archive.ubuntu.com (91.189.91.13) 56(84) bytes of data.
  24. 64 bytes from ragana.canonical.com (91.189.91.13): icmp_req=1 ttl=49 time=42.0 ms
  25. 64 bytes from ragana.canonical.com (91.189.91.13): icmp_req=2 ttl=49 time=43.3 ms
  26.  
  27. --- ca.archive.ubuntu.com ping statistics ---
  28. 2 packets transmitted, 2 received, 0% packet loss, time 1001ms
  29. rtt min/avg/max/mdev = 42.088/42.742/43.396/0.654 ms
  30. davidrockin@ubuntu:/etc/apt$ ping -c 2 91.189.92.202
  31. PING 91.189.92.202 (91.189.92.202) 56(84) bytes of data.
  32. 64 bytes from 91.189.92.202: icmp_req=1 ttl=49 time=101 ms
  33. p64 bytes from 91.189.92.202: icmp_req=2 ttl=49 time=98.9 ms
  34.  
  35. --- 91.189.92.202 ping statistics ---
  36. 2 packets transmitted, 2 received, 0% packet loss, time 1002ms
  37. rtt min/avg/max/mdev = 98.976/100.335/101.695/1.395 ms
  38. davidrockin@ubuntu:/etc/apt$ ping -c 3 security.ubuntu.com
  39. PING security.ubuntu.com (91.189.91.14) 56(84) bytes of data.
  40. 64 bytes from orobas.canonical.com (91.189.91.14): icmp_req=1 ttl=52 time=112 ms
  41. 64 bytes from orobas.canonical.com (91.189.91.14): icmp_req=2 ttl=52 time=44.5 ms
  42. ^C64 bytes from orobas.canonical.com (91.189.91.14): icmp_req=3 ttl=52 time=41.0 ms
  43.  
  44. --- security.ubuntu.com ping statistics ---
  45. 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
  46. rtt min/avg/max/mdev = 41.038/66.103/112.679/32.967 ms
  47.  
  48. deb http://ca.archive.ubuntu.com/ubuntu/ raring main restricted
  49. deb-src http://ca.archive.ubuntu.com/ubuntu/ raring main restricted
  50.  
  51. ## Major bug fix updates produced after the final release of the
  52. ## distribution.
  53. deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates main restricted
  54. deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates main restricted
  55.  
  56. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  57. ## team. Also, please note that software in universe WILL NOT receive any
  58. ## review or updates from the Ubuntu security team.
  59. deb http://ca.archive.ubuntu.com/ubuntu/ raring universe
  60. deb-src http://ca.archive.ubuntu.com/ubuntu/ raring universe
  61. deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates universe
  62. deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates universe
  63.  
  64. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  65. ## team, and may not be under a free licence. Please satisfy yourself as to
  66. ## your rights to use the software. Also, please note that software in
  67. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  68. ## security team.
  69. deb http://ca.archive.ubuntu.com/ubuntu/ raring multiverse
  70. deb-src http://ca.archive.ubuntu.com/ubuntu/ raring multiverse
  71. deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates multiverse
  72. deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates multiverse
  73.  
  74. ## N.B. software from this repository may not have been tested as
  75. ## extensively as that contained in the main release, although it includes
  76. ## newer versions of some applications which may provide useful features.
  77. ## Also, please note that software in backports WILL NOT receive any review
  78. ## or updates from the Ubuntu security team.
  79. deb http://ca.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
  80. deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
  81.  
  82. deb http://security.ubuntu.com/ubuntu raring-security main restricted
  83. deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
  84. deb http://security.ubuntu.com/ubuntu raring-security universe
  85. deb-src http://security.ubuntu.com/ubuntu raring-security universe
  86. deb http://security.ubuntu.com/ubuntu raring-security multiverse
  87. deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
  88.  
  89. Windows 7
  90. 8GB Ram
  91. 658 GB HDD (214 GB used)
  92. AMD A8-3520M APU
  93.  
  94. $ sudo passwd root
  95. [sudo] password for ramesh:
  96. Enter new UNIX password:
  97. Retype new UNIX password:
  98. passwd: password updated successfully
  99.  
  100. tar -xzf archive.tar.gz
  101.  
  102. tar -xzf archive-name.tar.gz
  103. cd archive-name
  104. ./configure
  105. make
  106. sudo make install
  107.  
  108. auto-apt run <command_string>
  109.  
  110. apt-get check
  111.  
  112. dpkg-reconfigure fontconfig-config
  113.  
  114. vi /etc/apt/apt.conf
  115. Acquire::http::Proxy "http_colon//proxyserverip:proxyport";
  116.  
  117. apt-get update
  118.  
  119. sudo apt-get update
  120.  
  121. sudo -E apt-get update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement