root@HIVE-PC-01:/# ls
bin dev home media opt root sbin srv tmp var
boot etc lib mnt proc run selinux sys usr
root@HIVE-PC-01:/# cd /etc/apt
root@HIVE-PC-01:/etc/apt# ls
apt.conf.d sources.list trustdb.gpg trusted.gpg.d
preferences.d sources.list.d trusted.gpg
root@HIVE-PC-01:/etc/apt# nano sources.list
root@HIVE-PC-01:/etc/apt# apt-get update
Get:1
http://http.us.debian.org stable Release.gpg [1672 B]
Get:2
http://http.us.debian.org stable Release [168 kB]
Get:3
http://http.us.debian.org stable/main armhf Packages [5693 kB]
Hit
http://http.kali.org kali Release.gpg
Hit
http://security.kali.org kali/updates Release.gpg
Hit
http://http.kali.org kali Release
Hit
http://security.kali.org kali/updates Release
Hit
http://http.kali.org kali/main armhf Packages
Hit
http://security.kali.org kali/updates/main armhf Packages
Hit
http://http.kali.org kali/contrib armhf Packages
Hit
http://security.kali.org kali/updates/contrib armhf Packages
Hit
http://http.kali.org kali/non-free armhf Packages
Hit
http://security.kali.org kali/updates/non-free armhf Packages
Ign
http://http.kali.org kali/contrib Translation-en
Ign
http://http.kali.org kali/main Translation-en
Ign
http://security.kali.org kali/updates/contrib Translation-en
Ign
http://http.kali.org kali/non-free Translation-en
Ign
http://security.kali.org kali/updates/main Translation-en
Ign
http://security.kali.org kali/updates/non-free Translation-en
Get:4
http://http.us.debian.org stable/contrib armhf Packages [33.1 kB]
Get:5
http://http.us.debian.org stable/non-free armhf Packages [55.8 kB]
Get:6
http://http.us.debian.org stable/contrib Translation-en [34.8 kB]
Get:7
http://http.us.debian.org stable/main Translation-en [3851 kB]
Get:8
http://http.us.debian.org stable/non-free Translation-en [66.1 kB]
Fetched 9904 kB in 58s (169 kB/s)
Reading package lists... Done
root@HIVE-PC-01:/etc/apt# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
tasksel tasksel-data
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 115 kB of archives.
After this operation, 1024 B disk space will be freed.
Do you want to continue [Y/n]? y
Get:1
http://http.us.debian.org/debian/ stable/main tasksel-data all 3.14.1 [20.6 kB]
Get:2
http://http.us.debian.org/debian/ stable/main tasksel all 3.14.1 [94.8 kB]
Fetched 115 kB in 1s (64.4 kB/s)
Preconfiguring packages ...
(Reading database ... 16941 files and directories currently installed.)
Preparing to replace tasksel-data 3.14+nmu1+kali2 (using .../tasksel-data_3.14.1_all.deb) ...
Unpacking replacement tasksel-data ...
Preparing to replace tasksel 3.14+nmu1+kali2 (using .../tasksel_3.14.1_all.deb) ...
Unpacking replacement tasksel ...
Processing triggers for man-db ...
Setting up tasksel-data (3.14.1) ...
Setting up tasksel (3.14.1) ...
root@HIVE-PC-01:/etc/apt# which python
root@HIVE-PC-01:/etc/apt# apt-get install python
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
python-minimal
Suggested packages:
python-doc python-tk
The following NEW packages will be installed:
python python-minimal
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 223 kB of archives.
After this operation, 839 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1
http://http.us.debian.org/debian/ stable/main python-minimal all 2.7.3-4+deb7u1 [42.8 kB]
Get:2
http://http.us.debian.org/debian/ stable/main python all 2.7.3-4+deb7u1 [181 kB]
Fetched 223 kB in 1s (161 kB/s)
Selecting previously unselected package python-minimal.
(Reading database ... 16941 files and directories currently installed.)
Unpacking python-minimal (from .../python-minimal_2.7.3-4+deb7u1_all.deb) ...
Selecting previously unselected package python.
Unpacking python (from .../python_2.7.3-4+deb7u1_all.deb) ...
Processing triggers for man-db ...
Setting up python-minimal (2.7.3-4+deb7u1) ...
Setting up python (2.7.3-4+deb7u1) ...
root@HIVE-PC-01:/etc/apt#