1
|
mitydsp@vagrantup:~$ putty
|
2
|
The program 'putty' is currently not installed. You can install it by typing:
|
3
|
sudo apt-get install putty
|
4
|
mitydsp@vagrantup:~$ sudo apt-get install putty
|
5
|
[sudo] password for mitydsp:
|
6
|
Reading package lists... Done
|
7
|
Building dependency tree
|
8
|
Reading state information... Done
|
9
|
The following extra packages will be installed:
|
10
|
putty-tools
|
11
|
Suggested packages:
|
12
|
putty-doc
|
13
|
The following NEW packages will be installed:
|
14
|
putty putty-tools
|
15
|
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
|
16
|
1 not fully installed or removed.
|
17
|
Need to get 582 kB of archives.
|
18
|
After this operation, 2,421 kB of additional disk space will be used.
|
19
|
Do you want to continue? [Y/n] y
|
20
|
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/universe putty-tools amd64 0.63-4ubuntu0.1
|
21
|
Cannot initiate the connection to us.archive.ubuntu.com:80 (91.189.91.23). - connect (101: Network is unreachable) [IP: 91.189.91.23 80]
|
22
|
Err http://security.ubuntu.com/ubuntu/ trusty-security/universe putty-tools amd64 0.63-4ubuntu0.1
|
23
|
Cannot initiate the connection to security.ubuntu.com:80 (91.189.88.162). - connect (101: Network is unreachable) [IP: 91.189.88.162 80]
|
24
|
Err http://security.ubuntu.com/ubuntu/ trusty-security/universe putty amd64 0.63-4ubuntu0.1
|
25
|
Cannot initiate the connection to security.ubuntu.com:80 (91.189.88.162). - connect (101: Network is unreachable) [IP: 91.189.88.162 80]
|
26
|
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/putty/putty-tools_0.63-4ubuntu0.1_amd64.deb Cannot initiate the connection to security.ubuntu.com:80 (91.189.88.162). - connect (101: Network is unreachable) [IP: 91.189.88.162 80]
|
27
|
|
28
|
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/putty/putty_0.63-4ubuntu0.1_amd64.deb Cannot initiate the connection to security.ubuntu.com:80 (91.189.88.162). - connect (101: Network is unreachable) [IP: 91.189.88.162 80]
|
29
|
|
30
|
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
|
31
|
mitydsp@vagrantup:~$
|
32
|
|