ryan@falcon:~$ ssh root@10.6.6.104
root@10.6.6.104's password:
Linux lunux 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC 2014 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@lunux:~#
root@lunux:~#
root@lunux:~#
root@lunux:~# apt-get install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vim is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'vim' has no installation candidate
root@lunux:~#
root@lunux:~#
root@lunux:~#
root@lunux:~#
root@lunux:~# apt-get update
Hit
http://security.debian.org squeeze/updates Release.gpg
Ign
http://security.debian.org/ squeeze/updates/contrib Translation-en
Ign
http://security.debian.org/ squeeze/updates/contrib Translation-en_CA
Ign
http://security.debian.org/ squeeze/updates/main Translation-en
Ign
http://security.debian.org/ squeeze/updates/main Translation-en_CA
Hit
http://security.debian.org squeeze/updates Release
Hit
http://security.debian.org squeeze/updates/main Sources
Hit
http://security.debian.org squeeze/updates/contrib Sources
Hit
http://security.debian.org squeeze/updates/main amd64 Packages
Hit
http://security.debian.org squeeze/updates/contrib amd64 Packages
Reading package lists... Done
root@lunux:~#
root@lunux:~#
root@lunux:~# apt-get install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vim is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'vim' has no installation candidate
root@lunux:~# apt-get install rsync
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package rsync is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'rsync' has no installation candidate
root@lunux:~# apt-get install apache2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
apache2-mpm-worker apache2-utils apache2.2-common
Suggested packages:
apache2-doc apache2-suexec apache2-suexec-custom
The following NEW packages will be installed:
apache2 apache2-mpm-worker apache2-utils apache2.2-common
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 471 kB of archives.
After this operation, 2,421 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1
http://security.debian.org/ squeeze/updates/main apache2-utils amd64 2.2.16-6+squeeze11 [165 kB]
Get:2
http://security.debian.org/ squeeze/updates/main apache2.2-common amd64 2.2.16-6+squeeze11 [302 kB]
Get:3
http://security.debian.org/ squeeze/updates/main apache2-mpm-worker amd64 2.2.16-6+squeeze11 [2,224 B]
Get:4
http://security.debian.org/ squeeze/updates/main apache2 amd64 2.2.16-6+squeeze11 [1,400 B]
Fetched 471 kB in 1s (447 kB/s)
Selecting previously deselected package apache2-utils.
(Reading database ... 128004 files and directories currently installed.)
Unpacking apache2-utils (from .../apache2-utils_2.2.16-6+squeeze11_amd64.deb) ...
Selecting previously deselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.16-6+squeeze11_amd64.deb) ...
Selecting previously deselected package apache2-mpm-worker.
Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.16-6+squeeze11_amd64.deb) ...
Selecting previously deselected package apache2.
Unpacking apache2 (from .../apache2_2.2.16-6+squeeze11_amd64.deb) ...
Processing triggers for man-db ...
Setting up apache2-utils (2.2.16-6+squeeze11) ...
Setting up apache2.2-common (2.2.16-6+squeeze11) ...
Enabling site default.
Enabling module alias.
Enabling module autoindex.
Enabling module dir.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module status.
Enabling module auth_basic.
Enabling module deflate.
Enabling module authz_default.
Enabling module authz_user.
Enabling module authz_groupfile.
Enabling module authn_file.
Enabling module authz_host.
Enabling module reqtimeout.
Setting up apache2-mpm-worker (2.2.16-6+squeeze11) ...
Starting web server: apache2.
Setting up apache2 (2.2.16-6+squeeze11) ...
root@lunux:~#