You are on page 1of 44

################################################################################

--------------------------------------------------------------------------------

################################################################################

#Equipo

################################################################################

#hostname uname -n
webservices

--------------------------------------------------------------------------------

#uname -a
Linux webservices 4.16.0-0.bpo.1-amd64 #1 SMP Debian 4.16.5-1~bpo9+1 (2018-05-06)
x86_64 GNU/Linux

--------------------------------------------------------------------------------

#Cantidad de CPU: lscpu


CPU(s): 4

--------------------------------------------------------------------------------

#Memoria RAM cat /proc/meminfo


MemTotal: 8172032 kB

--------------------------------------------------------------------------------

#montura actual mont: mount | column -t


sysfs on /sys type
sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type
proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type
devtmpfs (rw,nosuid,relatime,size=4072508k,nr_inodes=1018127,mode=755)
devpts on /dev/pts type
devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type
tmpfs (rw,nosuid,noexec,relatime,size=817204k,mode=755)
/dev/mapper/grup_web_Serv-vol_web_serv on / type
ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type
securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type
tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type
tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type
tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type
cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type
cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type
pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type
cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/blkio type
cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/net_cls,net_prio type
cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type
cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type
cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/perf_event type
cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpuset type
cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/pids type
cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/devices type
cgroup (rw,nosuid,nodev,noexec,relatime,devices)
systemd-1 on /proc/sys/fs/binfmt_misc type
autofs
(rw,relatime,fd=35,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10448)
hugetlbfs on /dev/hugepages type
hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type
debugfs (rw,relatime)
mqueue on /dev/mqueue type
mqueue (rw,relatime)
/dev/mapper/grup_web_Serv-vol_home on /home type
ext4 (rw,relatime,data=ordered)
/dev/mapper/grup_web_Serv-vol_serv on /srv type
ext4 (rw,nosuid,nodev,noexec,relatime,data=ordered)
/dev/mapper/grup_web_Serv-vol_var_log on /var/log type
ext4 (rw,relatime,data=ordered)
/dev/mapper/grup_web_Serv-vol_tmp on /tmp type
ext4 (rw,nosuid,nodev,noexec,relatime,data=ordered)
/dev/sda1 on /boot type
ext4 (rw,relatime,data=ordered)
tmpfs on /run/user/1001 type
tmpfs (rw,nosuid,nodev,relatime,size=817200k,mode=700,uid=1001,gid=1001)

--------------------------------------------------------------------------------

#Sistema Operativo lsb_release -a


Distributor ID: Debian
Description: Debian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch
--------------------------------------------------------------------------------

################################################################################
#Disco
################################################################################
#lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
fd0 2:0 1 4K 0 disk
sda 8:0 0 60G 0 disk
├─sda1 8:1 0 476M 0 part /boot
├─sda2 8:2 0 1K 0 part
├─sda5 8:5 0 4,7G 0 part [SWAP]
└─sda6 8:6 0 54,9G 0 part
├─grup_web_Serv-vol_web_serv 254:0 0 14G 0 lvm /
├─grup_web_Serv-vol_home 254:1 0 4,7G 0 lvm /home
├─grup_web_Serv-vol_var_log 254:2 0 9,3G 0 lvm /var/log
├─grup_web_Serv-vol_tmp 254:3 0 4,7G 0 lvm /tmp
└─grup_web_Serv-vol_serv 254:4 0 14G 0 lvm /srv
sr0 11:0 1 3,6G 0 rom

--------------------------------------------------------------------------------

#ls -lrt /dev/mapper


total 0
crw------- 1 root root 10, 236 may 23 14:10 control
lrwxrwxrwx 1 root root 7 may 23 14:10 grup_web_Serv-vol_web_serv -> ../dm-0
lrwxrwxrwx 1 root root 7 may 23 14:10 grup_web_Serv-vol_home -> ../dm-1
lrwxrwxrwx 1 root root 7 may 23 14:10 grup_web_Serv-vol_var_log -> ../dm-2
lrwxrwxrwx 1 root root 7 may 23 14:10 grup_web_Serv-vol_serv -> ../dm-4
lrwxrwxrwx 1 root root 7 may 23 14:10 grup_web_Serv-vol_tmp -> ../dm-3

--------------------------------------------------------------------------------

#fdisk -l
Disco /dev/sda: 60 GiB, 64424509440 bytes, 125829120 sectores
Unidades: sectores de 1 * 512 = 512 bytes
Tamaño de sector (lógico/físico): 512 bytes / 512 bytes
Tamaño de E/S (mínimo/óptimo): 512 bytes / 512 bytes
Tipo de etiqueta de disco: dos
Identificador del disco: 0xd51a0434

Disposit. Inicio Comienzo Final Sectores Tamaño Id Tipo


/dev/sda1 * 2048 976895 974848 476M 83 Linux
/dev/sda2 978942 125827071 124848130 59,5G 5 Extendida
/dev/sda5 978944 10741759 9762816 4,7G 82 Linux swap / Solaris
/dev/sda6 10743808 125827071 115083264 54,9G 8e Linux LVM

Disco /dev/mapper/grup_web_Serv-vol_web_serv: 14 GiB, 14998831104 bytes, 29294592


sectores
Unidades: sectores de 1 * 512 = 512 bytes
Tamaño de sector (lógico/físico): 512 bytes / 512 bytes
Tamaño de E/S (mínimo/óptimo): 512 bytes / 512 bytes

Disco /dev/mapper/grup_web_Serv-vol_home: 4,7 GiB, 4999610368 bytes, 9764864


sectores
Unidades: sectores de 1 * 512 = 512 bytes
Tamaño de sector (lógico/físico): 512 bytes / 512 bytes
Tamaño de E/S (mínimo/óptimo): 512 bytes / 512 bytes

Disco /dev/mapper/grup_web_Serv-vol_var_log: 9,3 GiB, 9999220736 bytes, 19529728


sectores
Unidades: sectores de 1 * 512 = 512 bytes
Tamaño de sector (lógico/físico): 512 bytes / 512 bytes
Tamaño de E/S (mínimo/óptimo): 512 bytes / 512 bytes

Disco /dev/mapper/grup_web_Serv-vol_tmp: 4,7 GiB, 4999610368 bytes, 9764864


sectores
Unidades: sectores de 1 * 512 = 512 bytes
Tamaño de sector (lógico/físico): 512 bytes / 512 bytes
Tamaño de E/S (mínimo/óptimo): 512 bytes / 512 bytes

Disco /dev/mapper/grup_web_Serv-vol_serv: 14 GiB, 14998831104 bytes, 29294592


sectores
Unidades: sectores de 1 * 512 = 512 bytes
Tamaño de sector (lógico/físico): 512 bytes / 512 bytes
Tamaño de E/S (mínimo/óptimo): 512 bytes / 512 bytes

--------------------------------------------------------------------------------

#df -h
S.ficheros Tamaño Usados Disp Uso% Montado en
udev 3,9G 0 3,9G 0% /dev
tmpfs 799M 17M 782M 3% /run
/dev/mapper/grup_web_Serv-vol_web_serv 14G 1,6G 12G 12% /
tmpfs 3,9G 0 3,9G 0% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 3,9G 0 3,9G 0% /sys/fs/cgroup
/dev/mapper/grup_web_Serv-vol_home 4,6G 20M 4,3G 1% /home
/dev/mapper/grup_web_Serv-vol_serv 14G 41M 13G 1% /srv
/dev/mapper/grup_web_Serv-vol_var_log 9,2G 55M 8,6G 1% /var/log
/dev/mapper/grup_web_Serv-vol_tmp 4,6G 19M 4,3G 1% /tmp
/dev/sda1 453M 92M 334M 22% /boot
tmpfs 799M 0 799M 0% /run/user/1001

--------------------------------------------------------------------------------

#dmsetup ls --tree
grup_web_Serv-vol_home (254:1)
└─ (8:6)
grup_web_Serv-vol_var_log (254:2)
└─ (8:6)
grup_web_Serv-vol_serv (254:4)
└─ (8:6)
grup_web_Serv-vol_tmp (254:3)
└─ (8:6)
grup_web_Serv-vol_web_serv (254:0)
└─ (8:6)

--------------------------------------------------------------------------------

#lvscan
ACTIVE '/dev/grup_web_Serv/vol_web_serv' [13,97 GiB] inherit
ACTIVE '/dev/grup_web_Serv/vol_home' [4,66 GiB] inherit
ACTIVE '/dev/grup_web_Serv/vol_var_log' [9,31 GiB] inherit
ACTIVE '/dev/grup_web_Serv/vol_tmp' [4,66 GiB] inherit
ACTIVE '/dev/grup_web_Serv/vol_serv' [13,97 GiB] inherit

--------------------------------------------------------------------------------

#lvdisplay
--- Logical volume ---
LV Path /dev/grup_web_Serv/vol_web_serv
LV Name vol_web_serv
VG Name grup_web_Serv
LV UUID 1N6x4m-8BOA-4sOr-zGRI-MOI6-cezn-rbp1Of
LV Write Access read/write
LV Creation host, time webservices, 2018-05-15 10:20:30 -0400
LV Status available
# open 1
LV Size 13,97 GiB
Current LE 3576
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0

--- Logical volume ---


LV Path /dev/grup_web_Serv/vol_home
LV Name vol_home
VG Name grup_web_Serv
LV UUID 8BaKxS-Io1D-mtaH-PQ4o-MbdN-kwN3-1LZ5YI
LV Write Access read/write
LV Creation host, time webservices, 2018-05-15 10:21:43 -0400
LV Status available
# open 1
LV Size 4,66 GiB
Current LE 1192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:1

--- Logical volume ---


LV Path /dev/grup_web_Serv/vol_var_log
LV Name vol_var_log
VG Name grup_web_Serv
LV UUID 35DFpf-JzoL-hZ6N-bQWv-2pog-WyJ0-imjtgN
LV Write Access read/write
LV Creation host, time webservices, 2018-05-15 10:22:06 -0400
LV Status available
# open 1
LV Size 9,31 GiB
Current LE 2384
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:2

--- Logical volume ---


LV Path /dev/grup_web_Serv/vol_tmp
LV Name vol_tmp
VG Name grup_web_Serv
LV UUID Le6Jk0-ZPxM-GGCo-tsM6-ZU6h-Thax-hj9YEZ
LV Write Access read/write
LV Creation host, time webservices, 2018-05-15 10:22:27 -0400
LV Status available
# open 1
LV Size 4,66 GiB
Current LE 1192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:3

--- Logical volume ---


LV Path /dev/grup_web_Serv/vol_serv
LV Name vol_serv
VG Name grup_web_Serv
LV UUID 3t9Ytd-gl0D-XHb4-gle0-NYhH-K2gz-hvuDZN
LV Write Access read/write
LV Creation host, time webservices, 2018-05-15 10:22:49 -0400
LV Status available
# open 1
LV Size 13,97 GiB
Current LE 3576
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:4

--------------------------------------------------------------------------------

################################################################################
#Red
################################################################################
#ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group
default qlen 1000
link/ether 00:0c:29:0b:94:f7 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.137/24 brd 192.168.0.255 scope global ens192
valid_lft forever preferred_lft forever
inet6 fe80::20c:29ff:fe0b:94f7/64 scope link
valid_lft forever preferred_lft forever

--------------------------------------------------------------------------------

#ip link show


1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode
DEFAULT group default qlen 1000
link/ether 00:0c:29:0b:94:f7 brd ff:ff:ff:ff:ff:ff

--------------------------------------------------------------------------------

#ip route show


default via 192.168.0.254 dev ens192 onlink
192.168.0.0/24 dev ens192 proto kernel scope link src 192.168.0.137

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

################################################################################
#Servicios
################################################################################
#service --status-all
[ + ] apache-htcacheclean
[ + ] apache2
[ + ] apparmor
[ - ] console-setup.sh
[ + ] cron
[ + ] dbus
[ + ] exim4
[ - ] hwclock.sh
[ + ] irqbalance
[ - ] keyboard-setup.sh
[ + ] kmod
[ - ] lvm2
[ + ] lvm2-lvmetad
[ + ] lvm2-lvmpolld
[ + ] networking
[ + ] procps
[ + ] rsyslog
[ + ] ssh
[ - ] sudo
[ + ] udev
[ + ] ufw

--------------------------------------------------------------------------------

#systemctl list-unit-files --type service --all


UNIT FILE STATE
apache-htcacheclean.service disabled
apache-htcacheclean@.service disabled
apache2.service enabled
apache2@.service disabled
apparmor.service enabled
apt-daily-upgrade.service static
apt-daily.service static
autovt@.service enabled
bootlogd.service masked
bootlogs.service masked
bootmisc.service masked
checkfs.service masked
checkroot-bootclean.service masked
checkroot.service masked
console-getty.service disabled
console-setup.service enabled
container-getty@.service static
cron.service enabled
cryptdisks-early.service masked
cryptdisks.service masked
dbus-org.freedesktop.hostname1.service static
dbus-org.freedesktop.locale1.service static
dbus-org.freedesktop.login1.service static
dbus-org.freedesktop.timedate1.service static
dbus.service static
debug-shell.service disabled
dm-event.service disabled
emergency.service static
exim4.service generated
fuse.service masked
getty-static.service static
getty@.service enabled
halt.service masked
hostname.service masked
hwclock.service masked
ifup@.service static
initrd-cleanup.service static
initrd-parse-etc.service static
initrd-switch-root.service static
initrd-udevadm-cleanup-db.service static
irqbalance.service enabled
keyboard-setup.service enabled
killprocs.service masked
kmod-static-nodes.service static
kmod.service static
lvm2-lvmetad.service disabled
lvm2-lvmpolld.service disabled
lvm2-monitor.service enabled
lvm2-pvscan@.service static
lvm2.service masked
module-init-tools.service static
motd.service masked
mountall-bootclean.service masked
mountall.service masked
mountdevsubfs.service masked
mountkernfs.service masked
mountnfs-bootclean.service masked
mountnfs.service masked
networking.service enabled
phpsessionclean.service static
procps.service static
quotaon.service static
rc-local.service static
rc.local.service static
rc.service masked
rcS.service masked
reboot.service masked
rescue.service static
rmnologin.service masked
rsyslog.service enabled
sendsigs.service masked
serial-getty@.service disabled
single.service masked
ssh.service enabled
ssh@.service static
sshd.service enabled
stop-bootlogd-single.service masked
stop-bootlogd.service masked
sudo.service disabled
syslog.service enabled
system-update-cleanup.service static
systemd-ask-password-console.service static
systemd-ask-password-wall.service static
systemd-backlight@.service static
systemd-binfmt.service static
systemd-exit.service static
systemd-fsck-root.service enabled-runtime
systemd-fsck@.service static
systemd-fsckd.service static
systemd-halt.service static
systemd-hibernate-resume@.service static
systemd-hibernate.service static
systemd-hostnamed.service static
systemd-hwdb-update.service static
systemd-hybrid-sleep.service static
systemd-initctl.service static
systemd-journal-flush.service static
systemd-journald.service static
systemd-kexec.service static
systemd-localed.service static
systemd-logind.service static
systemd-machine-id-commit.service static
systemd-modules-load.service static
systemd-networkd-wait-online.service disabled
systemd-networkd.service disabled
systemd-poweroff.service static
systemd-quotacheck.service static
systemd-random-seed.service static
systemd-reboot.service static
systemd-remount-fs.service static
systemd-resolved.service disabled
systemd-rfkill.service static
systemd-suspend.service static
systemd-sysctl.service static
systemd-timedated.service static
systemd-timesyncd.service enabled
systemd-tmpfiles-clean.service static
systemd-tmpfiles-setup-dev.service static
systemd-tmpfiles-setup.service static
systemd-udev-settle.service static
systemd-udev-trigger.service static
systemd-udevd.service static
systemd-update-utmp-runlevel.service static
systemd-update-utmp.service static
systemd-user-sessions.service static
systemd-volatile-root.service static
udev.service static
ufw.service enabled
umountfs.service masked
umountnfs.service masked
umountroot.service masked
urandom.service static
user@.service static
x11-common.service masked

134 unit files listed.

--------------------------------------------------------------------------------

#systemd-cgls
Control group /:
-.slice
├─user.slice
│ └─user-1001.slice
│ ├─session-2070.scope
│ │ ├─2549 sshd: jzamor01 [priv]
│ │ ├─2561 sshd: jzamor01@pts/0
│ │ ├─2562 -bash
│ │ ├─2574 sudo su
│ │ ├─2575 su
│ │ ├─2576 bash
│ │ ├─2584 /bin/bash -x /home/jzamor01/script_extraer.sh
│ │ └─2853 systemd-cgls
│ └─user@1001.service
│ └─init.scope
│ ├─2552 /lib/systemd/systemd --user
│ └─2553 (sd-pam)
├─init.scope
│ └─1 /sbin/init
└─system.slice
├─irqbalance.service
│ └─590 /usr/sbin/irqbalance --foreground
├─lvm2-lvmetad.service
│ └─316 /sbin/lvmetad -f
├─systemd-timesyncd.service
│ └─494 /lib/systemd/systemd-timesyncd
├─dbus.service
│ └─576 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfi...
├─ssh.service
│ └─789 /usr/sbin/sshd -D
├─system-getty.slice
│ └─getty@tty1.service
│ └─596 /sbin/agetty -o -p -- \u --noclear tty1 linux
├─systemd-logind.service
│ └─573 /lib/systemd/systemd-logind
├─cron.service
│ └─589 /usr/sbin/cron -f
├─apache2.service
│ ├─ 1912 /usr/sbin/apache2 -k start
│ ├─ 1913 /usr/sbin/apache2 -k start
│ ├─ 1914 /usr/sbin/apache2 -k start
│ ├─ 1915 /usr/sbin/apache2 -k start
│ ├─ 1916 /usr/sbin/apache2 -k start
│ ├─ 2442 /usr/sbin/apache2 -k start
│ └─14580 /usr/sbin/apache2 -k start
├─systemd-udevd.service
│ └─317 /lib/systemd/systemd-udevd
├─rsyslog.service
│ └─575 /usr/sbin/rsyslogd -n -iNONE
├─systemd-journald.service
│ └─293 /lib/systemd/systemd-journald
└─exim4.service
└─1022 /usr/sbin/exim4 -bd -q30m

--------------------------------------------------------------------------------

#systemctl
#Dependencias Servicios
default.target
● ├─display-manager.service
● ├─exim4.service
● ├─systemd-update-utmp-runlevel.service
● └─multi-user.target
● ├─apache2.service
● ├─console-setup.service
● ├─cron.service
● ├─dbus.service
● ├─exim4.service
● ├─irqbalance.service
● ├─networking.service
● ├─rsyslog.service
● ├─ssh.service
● ├─systemd-ask-password-wall.path
● ├─systemd-logind.service
● ├─systemd-update-utmp-runlevel.service
● ├─systemd-user-sessions.service
● ├─ufw.service
● ├─basic.target
● │ ├─-.mount
● │ ├─tmp.mount
● │ ├─paths.target
● │ ├─slices.target
● │ │ ├─-.slice
● │ │ └─system.slice
● │ ├─sockets.target
● │ │ ├─dbus.socket
● │ │ ├─dm-event.socket
● │ │ ├─systemd-initctl.socket
● │ │ ├─systemd-journald-audit.socket
● │ │ ├─systemd-journald-dev-log.socket
● │ │ ├─systemd-journald.socket
● │ │ ├─systemd-udevd-control.socket
● │ │ └─systemd-udevd-kernel.socket
● │ ├─sysinit.target
● │ │ ├─apparmor.service
● │ │ ├─dev-hugepages.mount
● │ │ ├─dev-mqueue.mount
● │ │ ├─keyboard-setup.service
● │ │ ├─kmod-static-nodes.service
● │ │ ├─lvm2-lvmetad.socket
● │ │ ├─lvm2-lvmpolld.socket
● │ │ ├─lvm2-monitor.service
● │ │ ├─proc-sys-fs-binfmt_misc.automount
● │ │ ├─sys-fs-fuse-connections.mount
● │ │ ├─sys-kernel-config.mount
● │ │ ├─sys-kernel-debug.mount
● │ │ ├─systemd-ask-password-console.path
● │ │ ├─systemd-binfmt.service
● │ │ ├─systemd-hwdb-update.service
● │ │ ├─systemd-journal-flush.service
● │ │ ├─systemd-journald.service
● │ │ ├─systemd-machine-id-commit.service
● │ │ ├─systemd-modules-load.service
● │ │ ├─systemd-random-seed.service
● │ │ ├─systemd-sysctl.service
● │ │ ├─systemd-timesyncd.service
● │ │ ├─systemd-tmpfiles-setup-dev.service
● │ │ ├─systemd-tmpfiles-setup.service
● │ │ ├─systemd-udev-trigger.service
● │ │ ├─systemd-udevd.service
● │ │ ├─systemd-update-utmp.service
● │ │ ├─cryptsetup.target
● │ │ ├─local-fs.target
● │ │ │ ├─-.mount
● │ │ │ ├─boot.mount
● │ │ │ ├─home.mount
● │ │ │ ├─srv.mount
● │ │ │ ├─systemd-fsck-root.service
● │ │ │ ├─systemd-remount-fs.service
● │ │ │ ├─tmp.mount
● │ │ │ └─var-log.mount
● │ │ └─swap.target
● │ │ └─dev-disk-by\x2duuid-6c9c35ab\x2de527\x2d43f0\x2d8d2f\x2d521cbca7bbc…ap
● │ └─timers.target
● │ ├─apt-daily-upgrade.timer
● │ ├─apt-daily.timer
● │ ├─phpsessionclean.timer
● │ └─systemd-tmpfiles-clean.timer
● ├─getty.target
● │ ├─getty-static.service
● │ └─getty@tty1.service
● └─remote-fs.target

--------------------------------------------------------------------------------

################################################################################
#Crons
################################################################################
#crontab
no crontab for root
no crontab for daemon
no crontab for bin
no crontab for sys
no crontab for sync
no crontab for games
no crontab for man
no crontab for lp
no crontab for mail
no crontab for news
no crontab for uucp
no crontab for proxy
no crontab for www-data
no crontab for backup
no crontab for list
no crontab for irc
no crontab for gnats
no crontab for nobody
no crontab for systemd-timesync
no crontab for systemd-network
no crontab for systemd-resolve
no crontab for _apt
no crontab for messagebus
no crontab for sshd
no crontab for administrador
no crontab for jzamor01
no crontab for Debian-exim

--------------------------------------------------------------------------------

################################################################################
#Software
################################################################################
#egrep -v '^#|^ *$' /etc/apt/sources.list /etc/apt/sources.list.d/*
/etc/apt/sources.list:deb-src http://ftp.us.debian.org/debian/ stretch main contrib
non-free
/etc/apt/sources.list:deb http://ftp.us.debian.org/debian/ stretch main contrib
non-free
/etc/apt/sources.list:deb http://security.debian.org/debian-security
stretch/updates main contrib non-free
/etc/apt/sources.list:deb-src http://security.debian.org/debian-security
stretch/updates main contrib non-free
/etc/apt/sources.list:deb http://ftp.us.debian.org/debian/ stretch-updates main
contrib non-free
/etc/apt/sources.list:deb-src http://ftp.us.debian.org/debian/ stretch-updates main
contrib non-free
/etc/apt/sources.list:deb http://ftp.us.debian.org/debian/ stretch-backports main
contrib non-free

--------------------------------------------------------------------------------

#dpkg -l
Deseado=desconocido(U)/Instalar/eliminaR/Purgar/retener(H)
| Estado=No/Inst/ficheros-Conf/desempaqUetado/medio-conF/medio-inst(H)/espera-
disparo(W)/pendienTe-disparo
|/ Err?=(ninguno)/requiere-Reinst (Estado,Err: mayúsc.=malo)
||/ Nombre Versión Arquitectura
Descripción
+++-================================-==============================-============-
===============================================================================
ii adduser 3.115 all
add and remove users and groups
ii analog 2:6.0-22 amd64
web server log analyzer
ii apache2 2.4.25-3+deb9u4 amd64
Apache HTTP Server
ii apache2-bin 2.4.25-3+deb9u4 amd64
Apache HTTP Server (modules and other binary files)
ii apache2-data 2.4.25-3+deb9u4 all
Apache HTTP Server (common files)
ii apache2-doc 2.4.25-3+deb9u4 all
Apache HTTP Server (on-site documentation)
ii apache2-utils 2.4.25-3+deb9u4 amd64
Apache HTTP Server (utility programs for web servers)
ii apparmor 2.11.0-3+deb9u2 amd64
user-space parser utility for AppArmor
ii apt 1.4.8 amd64
commandline package manager
ii apt-listchanges 3.10 all
package change history notification tool
ii apt-utils 1.4.8 amd64
package management related utility programs
ii aptitude 0.8.7-1 amd64
terminal-based package manager
ii aptitude-common 0.8.7-1 all
architecture independent files for the aptitude package manager
ii aspell 0.60.7~20110707-3+b2 amd64
GNU Aspell spell-checker
ii aspell-es 1.11-14 all
Spanish dictionary for aspell
ii base-files 9.9+deb9u4 amd64
Debian base system miscellaneous files
ii base-passwd 3.5.43 amd64
Debian base system master password and group files
ii bash 4.4-5 amd64
GNU Bourne Again SHell
ii bash-completion 1:2.1-4.3 all
programmable completion for the bash shell
ii bind9-host 1:9.11.3+dfsg-1~bpo9+1 amd64
DNS lookup utility (deprecated)
ii bsd-mailx 8.1.2-0.20160123cvs-4 amd64
simple mail user agent
ii bsdmainutils 9.0.12+nmu1 amd64
collection of more utilities from FreeBSD
ii bsdutils 1:2.29.2-1+deb9u1 amd64
basic utilities from 4.4BSD-Lite
ii busybox 1:1.22.0-19+b3 amd64
Tiny utilities for small and embedded systems
ii bzip2 1.0.6-8.1 amd64
high-quality block-sorting file compressor - utilities
ii ca-certificates 20161130+nmu1 all
Common CA certificates
ii console-setup 1.164 all
console font and keymap setup program
ii console-setup-linux 1.164 all
Linux specific part of console-setup
ii coreutils 8.26-3 amd64
GNU core utilities
ii cpio 2.11+dfsg-6 amd64
GNU cpio -- a program to manage archives of files
ii cron 3.0pl1-128+deb9u1 amd64
process scheduling daemon
ii dash 0.5.8-2.4 amd64
POSIX-compliant shell
ii dbus 1.10.26-0+deb9u1 amd64
simple interprocess messaging system (daemon and utilities)
ii debconf 1.5.61 all
Debian configuration management system
ii debconf-i18n 1.5.61 all
full internationalization support for debconf
ii debian-archive-keyring 2017.5 all
GnuPG archive keys of the Debian archive
ii debian-faq 8.1 all
Debian Frequently Asked Questions
ii debian-reference-common 2.68 all
Debian system administration guide, common files
ii debian-reference-es 2.68 all
Debian system administration guide, Spanish translation
ii debianutils 4.8.1.1 amd64
Miscellaneous utilities specific to Debian
ii dh-python 2.20170125 all
Debian helper tools for packaging Python libraries and applications
ii dictionaries-common 1.27.2 all
spelling dictionaries - common utilities
ii diffutils 1:3.5-3 amd64
File comparison utilities
ii discover 2.1.2-7.1 amd64
hardware identification system
ii discover-data 2.2013.01.11 all
Data lists for Discover hardware detection system
ii distro-info-data 0.37~bpo9+1 all
information about the distributions' releases (data files)
ii dmeventd 2:1.02.137-2 amd64
Linux Kernel Device Mapper event daemon
ii dmidecode 3.0-4 amd64
SMBIOS/DMI table decoder
ii dmsetup 2:1.02.137-2 amd64
Linux Kernel Device Mapper userspace library
ii doc-debian 6.4 all
Debian Project documentation and other documents
ii dpkg 1.18.24 amd64
Debian package management system
ii e2fslibs:amd64 1.44.1-2~bpo9+1 amd64
transitional package
ii e2fsprogs 1.44.1-2~bpo9+1 amd64
ext2/ext3/ext4 file system utilities
ii e2fsprogs-l10n 1.44.1-2~bpo9+1 all
ext2/ext3/ext4 file system utilities - translations
ii eject 2.1.5+deb1+cvs20081104-13.2 amd64
ejects CDs and operates CD-Changers under Linux
ii emacsen-common 2.0.8 all
Common facilities for all emacsen
ii exim4-base 4.89-2+deb9u3 amd64
support files for all Exim MTA (v4) packages
ii exim4-config 4.89-2+deb9u3 all
configuration for the Exim MTA (v4)
ii exim4-daemon-light 4.89-2+deb9u3 amd64
lightweight Exim MTA (v4) daemon
ii file 1:5.30-1+deb9u1 amd64
Recognize the type of data in a file using "magic" numbers
ii findutils 4.6.0+git+20161106-2 amd64
utilities for finding files--find, xargs
ii firmware-linux-free 3.4 all
Binary firmware for various drivers in the Linux kernel
ii fontconfig-config 2.11.0-6.7 all
generic font configuration library - configuration
ii fonts-dejavu-core 2.37-1 all
Vera font family derivate with additional characters
ii gcc-6-base:amd64 6.3.0-18+deb9u1 amd64
GCC, the GNU Compiler Collection (base package)
ii geoip-database 20180215-1~bpo9+1 all IP
lookup command line tools that use the GeoIP library (country database)
ii gettext-base 0.19.8.1-2 amd64
GNU Internationalization utilities for the base system
ii gnupg 2.1.18-8~deb9u1 amd64
GNU privacy guard - a free PGP replacement
ii gnupg-agent 2.1.18-8~deb9u1 amd64
GNU privacy guard - cryptographic agent
ii gpgv 2.1.18-8~deb9u1 amd64
GNU privacy guard - signature verification tool
ii grep 2.27-2 amd64
GNU grep, egrep and fgrep
ii groff-base 1.22.3-9 amd64
GNU troff text-formatting system (base system components)
ii grub-common 2.02~beta3-5 amd64
GRand Unified Bootloader (common files)
ii grub-pc 2.02~beta3-5 amd64
GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.02~beta3-5 amd64
GRand Unified Bootloader, version 2 (PC/BIOS binaries)
ii grub2-common 2.02~beta3-5 amd64
GRand Unified Bootloader (common files for version 2)
ii gzip 1.6-5+b1 amd64
GNU compression utilities
ii hdparm 9.51+ds-1 amd64
tune hard disk parameters for high performance
ii hostname 3.18+b1 amd64
utility to set/show the host name or domain name
ii htop 2.0.2-1 amd64
interactive processes viewer
ii ifupdown 0.8.19 amd64
high level tools to configure network interfaces
ii init 1.48 amd64
metapackage ensuring an init system is installed
ii init-system-helpers 1.48 all
helper tools for all init systems
ii initramfs-tools 0.130 all
generic modular initramfs generator (automation)
ii initramfs-tools-core 0.130 all
generic modular initramfs generator (core tools)
ii installation-report 2.62 all
system installation report
ii iproute2 4.14.1-1~bpo9+1 amd64
networking and traffic control tools
ii iptables 1.6.1-2~bpo9+1 amd64
administration tools for packet filtering and NAT
ii iputils-ping 3:20161105-1 amd64
Tools to test the reachability of network hosts
ii irqbalance 1.1.0-2.3 amd64
Daemon to balance interrupts for SMP systems
ii isc-dhcp-client 4.3.5-3+deb9u1 amd64
DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.3.5-3+deb9u1 amd64
common manpages relevant to all of the isc-dhcp packages
ii iso-codes 3.75-1 all
ISO language, territory, currency, script codes and their translations
ii ispanish 1.11-14 all
Spanish dictionary for ispell
ii ispell 3.4.00-5 amd64
International Ispell (an interactive spelling corrector)
ii kbd 2.0.3-2+b1 amd64
Linux console font and keytable utilities
ii keyboard-configuration 1.164 all
system-wide keyboard preferences
ii klibc-utils 2.0.4-9 amd64
small utilities built with klibc for early boot
ii kmod 23-2 amd64
tools for managing Linux kernel modules
ii krb5-locales 1.15-1+deb9u1 all
internationalization support for MIT Kerberos
ii laptop-detect 0.13.8 amd64
system chassis type checker
ii less 481-2.1 amd64
pager program similar to more
ii libacl1:amd64 2.2.52-3+b1 amd64
Access control list shared library
ii libapache2-mod-evasive 1.10.1-3 amd64
evasive module to minimize HTTP DoS or brute force attacks
ii libapache2-mod-php 1:7.0+49 all
server-side, HTML-embedded scripting language (Apache 2 module) (default)
ii libapache2-mod-php7.0 7.0.27-0+deb9u1 amd64
server-side, HTML-embedded scripting language (Apache 2 module)
ii libapache2-mod-security2 2.9.1-2 amd64
Tighten web applications security for Apache
ii libapache2-modsecurity 2.9.1-2 all
Dummy transitional package
ii libapparmor-perl 2.11.0-3+deb9u2 amd64
AppArmor library Perl bindings
ii libapparmor1:amd64 2.11.0-3+deb9u2 amd64
changehat AppArmor library
ii libapr1:amd64 1.5.2-5 amd64
Apache Portable Runtime Library
ii libaprutil1:amd64 1.5.4-3 amd64
Apache Portable Runtime Utility Library
ii libaprutil1-dbd-sqlite3:amd64 1.5.4-3 amd64
Apache Portable Runtime Utility Library - SQLite3 Driver
ii libaprutil1-ldap:amd64 1.5.4-3 amd64
Apache Portable Runtime Utility Library - LDAP Driver
ii libapt-inst2.0:amd64 1.4.8 amd64
deb package format runtime library
ii libapt-pkg5.0:amd64 1.4.8 amd64
package management runtime library
ii libaspell15:amd64 0.60.7~20110707-3+b2 amd64
GNU Aspell spell-checker runtime library
ii libassuan0:amd64 2.4.3-2 amd64
IPC library for the GnuPG components
ii libattr1:amd64 1:2.4.47-2+b2 amd64
Extended attribute shared library
ii libaudit-common 1:2.6.7-2 all
Dynamic library for security auditing - common files
ii libaudit1:amd64 1:2.6.7-2 amd64
Dynamic library for security auditing
ii libbind9-160:amd64 1:9.11.3+dfsg-1~bpo9+1 amd64
BIND9 Shared Library used by BIND
ii libblas-common 3.7.0-2 amd64
Dependency package for all BLAS implementations
ii libblas3 3.7.0-2 amd64
Basic Linear Algebra Reference implementations, shared library
ii libblkid1:amd64 2.29.2-1+deb9u1 amd64
block device ID library
ii libboost-filesystem1.62.0:amd64 1.62.0+dfsg-4 amd64
filesystem operations (portable paths, iteration over directories, etc) in C++
ii libboost-iostreams1.62.0:amd64 1.62.0+dfsg-4 amd64
Boost.Iostreams Library
ii libboost-system1.62.0:amd64 1.62.0+dfsg-4 amd64
Operating system (e.g. diagnostics support) library
ii libbsd0:amd64 0.8.3-1 amd64
utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.6-8.1 amd64
high-quality block-sorting file compressor library - runtime
ii libc-bin 2.24-11+deb9u3 amd64
GNU C Library: Binaries
ii libc-l10n 2.24-11+deb9u3 all
GNU C Library: localization files
ii libc6:amd64 2.24-11+deb9u3 amd64
GNU C Library: Shared libraries
ii libcap-ng0:amd64 0.7.7-3+b1 amd64 An
alternate POSIX capabilities library
ii libcap2:amd64 1:2.25-1 amd64
POSIX 1003.1e capabilities (library)
ii libcgi-fast-perl 1:2.12-1 all
CGI subclass for work with FCGI
ii libcgi-pm-perl 4.35-1 all
module for Common Gateway Interface applications
ii libclass-accessor-perl 0.34-1 all
Perl module that automatically generates accessors
ii libclass-isa-perl 0.36-5 all
report the search path for a class's ISA tree
ii libcom-err2:amd64 1.44.1-2~bpo9+1 amd64
common error description library
ii libcomerr2:amd64 1.44.1-2~bpo9+1 amd64
transitional package
ii libcryptsetup4:amd64 2:1.7.3-4 amd64
disk encryption support - shared library
ii libcurl3:amd64 7.52.1-5+deb9u6 amd64
easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libcurl3-gnutls:amd64 7.52.1-5+deb9u6 amd64
easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcwidget3v5:amd64 0.5.17-4+b1 amd64
high-level terminal interface library for C++ (runtime files)
ii libdb5.3:amd64 5.3.28-12+deb9u1 amd64
Berkeley v5.3 Database Libraries [runtime]
ii libdbus-1-3:amd64 1.10.26-0+deb9u1 amd64
simple interprocess messaging system (library)
ii libdebconfclient0:amd64 0.227 amd64
Debian Configuration Management System (C-implementation library)
ii libdevmapper-event1.02.1:amd64 2:1.02.137-2 amd64
Linux Kernel Device Mapper event support library
ii libdevmapper1.02.1:amd64 2:1.02.137-2 amd64
Linux Kernel Device Mapper userspace library
ii libdiscover2 2.1.2-7.1 amd64
hardware identification library
ii libdns-export162 1:9.10.3.dfsg.P4-12.3+deb9u4 amd64
Exported DNS Shared Library
ii libdns1100:amd64 1:9.11.3+dfsg-1~bpo9+1 amd64
DNS Shared Library used by BIND
ii libedit2:amd64 3.1-20160903-3 amd64
BSD editline and history libraries
ii libelf1:amd64 0.168-1 amd64
library to read and write ELF files
ii libencode-locale-perl 1.05-1 all
utility to determine the locale encoding
ii libestr0 0.1.10-2 amd64
Helper functions for handling strings (lib)
ii libexpat1:amd64 2.2.0-2+deb9u1 amd64
XML parsing C library - runtime library
ii libext2fs2:amd64 1.44.1-2~bpo9+1 amd64
ext2/ext3/ext4 file system libraries
ii libfastjson4:amd64 0.99.8-1~bpo9+1 amd64
fast json library for C
ii libfcgi-perl 0.78-2 amd64
helper module for FastCGI
ii libfdisk1:amd64 2.29.2-1+deb9u1 amd64
fdisk partitioning library
ii libffi6:amd64 3.2.1-6 amd64
Foreign Function Interface library runtime
ii libfontconfig1:amd64 2.11.0-6.7+b1 amd64
generic font configuration library - runtime
ii libfreetype6:amd64 2.6.3-3.2 amd64
FreeType 2 font engine, shared library files
ii libfuse2:amd64 2.9.7-1 amd64
Filesystem in Userspace (library)
ii libgcc1:amd64 1:6.3.0-18+deb9u1 amd64
GCC support library
ii libgcrypt20:amd64 1.7.6-2+deb9u2 amd64
LGPL Crypto library - runtime library
ii libgd3:amd64 2.2.4-2+deb9u2 amd64 GD
Graphics Library
ii libgdbm3:amd64 1.8.3-14 amd64
GNU dbm database routines (runtime version)
ii libgeoip1:amd64 1.6.9-4 amd64
non-DNS IP-to-country resolver library
ii libgfortran3:amd64 6.3.0-18+deb9u1 amd64
Runtime library for GNU Fortran applications
ii libglib2.0-0:amd64 2.50.3-2 amd64
GLib library of C routines
ii libglib2.0-data 2.50.3-2 all
Common files for GLib library
ii libgmp10:amd64 2:6.1.2+dfsg-1 amd64
Multiprecision arithmetic library
ii libgnutls30:amd64 3.5.8-5+deb9u3 amd64
GNU TLS library - main runtime library
ii libgpg-error0:amd64 1.26-2 amd64
library for common error values and messages in GnuPG components
ii libgpm2:amd64 1.20.4-6.2+b1 amd64
General Purpose Mouse - shared library
ii libgssapi-krb5-2:amd64 1.15-1+deb9u1 amd64
MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libhogweed4:amd64 3.3-1+b2 amd64
low level cryptographic library (public-key cryptos)
ii libhtml-parser-perl 3.72-3 amd64
collection of modules that parse HTML text documents
ii libhtml-tagset-perl 3.20-3 all
Data tables pertaining to HTML
ii libhttp-date-perl 6.02-1 all
module of date conversion routines
ii libhttp-message-perl 6.11-1 all
perl interface to HTTP style messages
ii libicu57:amd64 57.1-6+deb9u2 amd64
International Components for Unicode
ii libidn11:amd64 1.33-1 amd64
GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:amd64 0.16-1+deb9u1 amd64
Internationalized domain names (IDNA2008) library
ii libio-html-perl 1.001-1 all
open an HTML file with automatic charset detection
ii libio-string-perl 1.08-3 all
Emulate IO::File interface for in-core strings
ii libip4tc0:amd64 1.6.1-2~bpo9+1 amd64
netfilter libip4tc library
ii libip6tc0:amd64 1.6.1-2~bpo9+1 amd64
netfilter libip6tc library
ii libiptc0:amd64 1.6.1-2~bpo9+1 amd64
netfilter libiptc library
ii libisc-export160 1:9.10.3.dfsg.P4-12.3+deb9u4 amd64
Exported ISC Shared Library
ii libisc169:amd64 1:9.11.3+dfsg-1~bpo9+1 amd64
ISC Shared Library used by BIND
ii libisccc160:amd64 1:9.11.3+dfsg-1~bpo9+1 amd64
Command Channel Library used by BIND
ii libisccfg160:amd64 1:9.11.3+dfsg-1~bpo9+1 amd64
Config File Handling Library used by BIND
ii libjbig0:amd64 2.1-3.1+b2 amd64
JBIGkit libraries
ii libjpeg62-turbo:amd64 1:1.5.1-2 amd64
libjpeg-turbo JPEG runtime library
ii libjson-c3:amd64 0.12.1-1.1 amd64
JSON manipulation library - shared library
ii libk5crypto3:amd64 1.15-1+deb9u1 amd64
MIT Kerberos runtime libraries - Crypto Library
ii libkeyutils1:amd64 1.5.9-9 amd64
Linux Key Management Utilities (library)
ii libklibc 2.0.4-9 amd64
minimal libc subset for use with initramfs
ii libkmod2:amd64 23-2 amd64
libkmod shared library
ii libkrb5-3:amd64 1.15-1+deb9u1 amd64
MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.15-1+deb9u1 amd64
MIT Kerberos runtime libraries - Support library
ii libksba8:amd64 1.3.5-2 amd64
X.509 and CMS support library
ii libldap-2.4-2:amd64 2.4.46+dfsg-5~bpo9+1 amd64
OpenLDAP libraries
ii libldap-common 2.4.46+dfsg-5~bpo9+1 all
OpenLDAP common files for libraries
ii liblinear3:amd64 2.1.0+dfsg-2 amd64
Library for Large Linear Classification
ii liblmdb0:amd64 0.9.18-5 amd64
Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-3+b1 amd64
module using libc functions for internationalization in Perl
ii liblockfile-bin 1.14-1+b1 amd64
support binaries for and cli utilities based on liblockfile
ii liblockfile1:amd64 1.14-1+b1 amd64
NFS-safe locking library
ii liblogging-stdlog0:amd64 1.0.5-2+b2 amd64
easy to use and lightweight logging library
ii liblognorm5:amd64 2.0.3-1~bpo9+1 amd64
log normalizing library
ii liblua5.1-0:amd64 5.1.5-8.1+b2 amd64
Shared library for the Lua interpreter version 5.1
ii liblua5.2-0:amd64 5.2.4-1.1+b2 amd64
Shared library for the Lua interpreter version 5.2
ii liblua5.3-0:amd64 5.3.3-1 amd64
Shared library for the Lua interpreter version 5.3
ii liblvm2app2.2:amd64 2.02.168-2 amd64
LVM2 application library
ii liblvm2cmd2.02:amd64 2.02.168-2 amd64
LVM2 command library
ii liblwp-mediatypes-perl 6.02-1 all
module to guess media type for a file or a URL
ii liblwres160:amd64 1:9.11.3+dfsg-1~bpo9+1 amd64
Lightweight Resolver Library used by BIND
ii liblz4-1:amd64 0.0~r131-2+b1 amd64
Fast LZ compression algorithm library - runtime
ii liblzma5:amd64 5.2.2-1.2+b1 amd64
XZ-format compression library
ii libmagic-mgc 1:5.30-1+deb9u1 amd64
File type determination library using "magic" numbers (compiled magic file)
ii libmagic1:amd64 1:5.30-1+deb9u1 amd64
Recognize the type of data in a file using "magic" numbers - library
ii libmnl0:amd64 1.0.4-2 amd64
minimalistic Netlink communication library
ii libmount1:amd64 2.29.2-1+deb9u1 amd64
device mounting library
ii libmpdec2:amd64 2.4.2-1 amd64
library for decimal floating point arithmetic (runtime library)
ii libncurses5:amd64 6.0+20161126-1+deb9u2 amd64
shared libraries for terminal handling
ii libncursesw5:amd64 6.0+20161126-1+deb9u2 amd64
shared libraries for terminal handling (wide character support)
ii libnetfilter-conntrack3:amd64 1.0.6-2 amd64
Netfilter netlink-conntrack library
ii libnettle6:amd64 3.3-1+b2 amd64
low level cryptographic library (symmetric and one-way cryptos)
ii libnewt0.52:amd64 0.52.19-1+b1 amd64
Not Erik's Windowing Toolkit - text mode windowing with slang
ii libnfnetlink0:amd64 1.0.1-3 amd64
Netfilter netlink library
ii libnghttp2-14:amd64 1.18.1-1 amd64
library implementing HTTP/2 protocol (shared library)
ii libnpth0:amd64 1.3-1 amd64
replacement for GNU Pth using system threads
ii libnss-systemd:amd64 237-3~bpo9+1 amd64
nss module providing dynamic user and group name resolution
ii libnuma1:amd64 2.0.11-2.1 amd64
Libraries for controlling NUMA policy
ii libp11-kit0:amd64 0.23.3-2 amd64
library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-modules:amd64 1.1.8-3.6 amd64
Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.1.8-3.6 amd64
Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.1.8-3.6 all
Runtime support for the PAM library
ii libpam-systemd:amd64 237-3~bpo9+1 amd64
system and service manager - PAM module
ii libpam0g:amd64 1.1.8-3.6 amd64
Pluggable Authentication Modules library
ii libparse-debianchangelog-perl 1.2.0-12 all
parse Debian changelogs and output them in other formats
ii libpcap0.8:amd64 1.8.1-3 amd64
system interface for user-level packet capture
ii libpci3:amd64 1:3.5.2-1 amd64
Linux PCI Utilities (shared library)
ii libpcre3:amd64 2:8.39-3 amd64
Old Perl 5 Compatible Regular Expression Library - runtime files
ii libperl5.24:amd64 5.24.1-3+deb9u3 amd64
shared Perl library
ii libpipeline1:amd64 1.4.1-2 amd64
pipeline manipulation library
ii libpng16-16:amd64 1.6.28-1 amd64
PNG library - runtime (version 1.6)
ii libpopt0:amd64 1.16-10+b2 amd64
lib for parsing cmdline parameters
ii libpq5:amd64 9.6.7-0+deb9u1 amd64
PostgreSQL C client library
ii libprocps6:amd64 2:3.3.12-3+deb9u1 amd64
library for accessing process information from /proc
ii libpsl5:amd64 0.17.0-3 amd64
Library for Public Suffix List (shared libraries)
ii libpython-stdlib:amd64 2.7.13-2 amd64
interactive high-level object-oriented language (default python version)
ii libpython2.7-minimal:amd64 2.7.13-2+deb9u2 amd64
Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.13-2+deb9u2 amd64
Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:amd64 3.5.3-1 amd64
interactive high-level object-oriented language (default python3 version)
ii libpython3.5-minimal:amd64 3.5.3-1 amd64
Minimal subset of the Python language (version 3.5)
ii libpython3.5-stdlib:amd64 3.5.3-1 amd64
Interactive high-level object-oriented language (standard library, version 3.5)
ii libqdbm14 1.8.78-6.1 amd64
QDBM Database Libraries without GDBM wrapper[runtime]
ii libquadmath0:amd64 6.3.0-18+deb9u1 amd64
GCC Quad-Precision Math Library
ii libreadline5:amd64 5.2+dfsg-3+b1 amd64
GNU readline and history libraries, run-time libraries
ii libreadline7:amd64 7.0-3 amd64
GNU readline and history libraries, run-time libraries
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-1+b1 amd64
toolkit for RTMP streams (shared library)
ii libsasl2-2:amd64 2.1.27~101-g0780600+dfsg-3 amd64
Cyrus SASL - authentication abstraction library
ii libsasl2-modules:amd64 2.1.27~101-g0780600+dfsg-3 amd64
Cyrus SASL - pluggable authentication modules
ii libsasl2-modules-db:amd64 2.1.27~101-g0780600+dfsg-3 amd64
Cyrus SASL - pluggable authentication modules (DB)
ii libseccomp2:amd64 2.3.1-2.1 amd64
high level interface to Linux seccomp filter
ii libselinux1:amd64 2.6-3+b3 amd64
SELinux runtime shared libraries
ii libsemanage-common 2.6-2 all
Common files for SELinux policy management libraries
ii libsemanage1:amd64 2.6-2 amd64
SELinux policy management library
ii libsepol1:amd64 2.6-2 amd64
SELinux library for manipulating binary security policies
ii libsigc++-2.0-0v5:amd64 2.10.0-1 amd64
type-safe Signal Framework for C++ - runtime
ii libslang2:amd64 2.3.1-5 amd64 S-
Lang programming library - runtime version
ii libsmartcols1:amd64 2.29.2-1+deb9u1 amd64
smart column output alignment library
ii libsqlite3-0:amd64 3.16.2-5+deb9u1 amd64
SQLite 3 shared library
ii libss2:amd64 1.44.1-2~bpo9+1 amd64
command-line interface parsing library
ii libssh2-1:amd64 1.7.0-1 amd64
SSH2 client-side library
ii libssl1.0.2:amd64 1.0.2l-2+deb9u3 amd64
Secure Sockets Layer toolkit - shared libraries
ii libssl1.1:amd64 1.1.0f-3+deb9u2 amd64
Secure Sockets Layer toolkit - shared libraries
ii libstdc++6:amd64 6.3.0-18+deb9u1 amd64
GNU Standard C++ Library v3
ii libsub-name-perl 0.21-1 amd64
module for assigning a new name to referenced sub
ii libswitch-perl 2.17-2 all
switch statement for Perl
ii libsystemd0:amd64 237-3~bpo9+1 amd64
systemd utility library
ii libtasn1-6:amd64 4.10-1.1+deb9u1 amd64
Manage ASN.1 structures (runtime)
ii libtext-charwidth-perl 0.04-7+b5 amd64
get display widths of characters on the terminal
ii libtext-iconv-perl 1.7-5+b4 amd64
converts between character sets in Perl
ii libtext-wrapi18n-perl 0.06-7.1 all
internationalized substitute of Text::Wrap
ii libtiff5:amd64 4.0.8-2+deb9u2 amd64
Tag Image File Format (TIFF) library
ii libtimedate-perl 2.3000-2 all
collection of modules to manipulate date/time information
ii libtinfo5:amd64 6.0+20161126-1+deb9u2 amd64
shared low-level terminfo library for terminal handling
ii libudev1:amd64 237-3~bpo9+1 amd64
libudev shared library
ii libunistring0:amd64 0.9.6+really0.9.3-0.1 amd64
Unicode string library for C
ii liburi-perl 1.71-1 all
module to manipulate and access URI strings
ii libusb-0.1-4:amd64 2:0.1.12-30 amd64
userspace USB programming library
ii libustr-1.0-1:amd64 1.0.4-6 amd64
Micro string library: shared library
ii libuuid1:amd64 2.29.2-1+deb9u1 amd64
Universally Unique ID library
ii libwebp6:amd64 0.5.2-1 amd64
Lossy compression of digital photographic images.
ii libwrap0:amd64 7.6.q-26 amd64
Wietse Venema's TCP wrappers library
ii libx11-6:amd64 2:1.6.4-3 amd64
X11 client-side library
ii libx11-data 2:1.6.4-3 all
X11 client-side library
ii libxapian30:amd64 1.4.3-2 amd64
Search engine library
ii libxau6:amd64 1:1.0.8-1 amd64
X11 authorisation library
ii libxcb1:amd64 1.12-1 amd64 X
C Binding
ii libxdmcp6:amd64 1:1.1.2-3 amd64
X11 Display Manager Control Protocol library
ii libxext6:amd64 2:1.3.3-1+b2 amd64
X11 miscellaneous extension library
ii libxml2:amd64 2.9.4+dfsg1-2.2+deb9u2 amd64
GNOME XML library
ii libxmuu1:amd64 2:1.1.2-2 amd64
X11 miscellaneous micro-utility library
ii libxpm4:amd64 1:3.5.12-1 amd64
X11 pixmap library
ii libxslt1.1:amd64 1.1.29-2.1 amd64
XSLT 1.0 processing library - runtime library
ii libxtables12:amd64 1.6.1-2~bpo9+1 amd64
netfilter xtables library
ii libyajl2:amd64 2.1.0-2+b3 amd64
Yet Another JSON Library
ii libzip4:amd64 1.1.2-1.1+b1 amd64
library for reading, creating, and modifying zip archives (runtime)
ii linux-base 4.5 all
Linux image base package
ii linux-image-4.16.0-0.bpo.1-amd64 4.16.5-1~bpo9+1 amd64
Linux 4.16 for 64-bit PCs
ii linux-image-4.9.0-3-amd64 4.9.30-2+deb9u5 amd64
Linux 4.9 for 64-bit PCs
ii linux-image-4.9.0-6-amd64 4.9.88-1+deb9u1 amd64
Linux 4.9 for 64-bit PCs
ii linux-image-amd64 4.16+93~bpo9+1 amd64
Linux for 64-bit PCs (meta-package)
ii locales 2.24-11+deb9u3 all
GNU C Library: National Language (locale) data [support]
ii login 1:4.4-4.1 amd64
system login tools
ii logrotate 3.11.0-0.1 amd64
Log rotation utility
ii lsb-base 9.20161125 all
Linux Standard Base init script functionality
ii lsb-release 9.20161125 all
Linux Standard Base version reporting utility
ii lsof 4.89+dfsg-0.1 amd64
Utility to list open files
ii lvm2 2.02.168-2 amd64
Linux Logical Volume Manager
ii man-db 2.7.6.1-2 amd64
on-line manual pager
ii manpages 4.16-1~bpo9+1 all
Manual pages about using a GNU/Linux system
ii manpages-es 1.55-10 all
Spanish man pages
ii mawk 1.3.3-17+b3 amd64 a
pattern scanning and text processing language
ii mime-support 3.60 all
MIME files 'mime.types' & 'mailcap', and support programs
ii modsecurity-crs 3.0.0-3 all
OWASP ModSecurity Core Rule Set
ii mount 2.29.2-1+deb9u1 amd64
tools for mounting and manipulating filesystems
ii multiarch-support 2.24-11+deb9u3 amd64
Transitional package to ensure multiarch compatibility
ii nano 2.7.4-1 amd64
small, friendly text editor inspired by Pico
ii ncurses-base 6.0+20161126-1+deb9u2 all
basic terminal type definitions
ii ncurses-bin 6.0+20161126-1+deb9u2 amd64
terminal-related programs and man pages
ii ncurses-term 6.0+20161126-1+deb9u2 all
additional terminal type definitions
ii ndiff 7.40-1 all
The Network Mapper - result compare utility
ii net-tools 1.60+git20161116.90da8a0-1 amd64
NET-3 networking toolkit
ii netbase 5.4 all
Basic TCP/IP networking system
ii netcat-traditional 1.10-41+b1 amd64
TCP/IP swiss army knife
ii nmap 7.40-1 amd64
The Network Mapper
ii openssh-client 1:7.4p1-10+deb9u3 amd64
secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:7.4p1-10+deb9u3 amd64
secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:7.4p1-10+deb9u3 amd64
secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.0f-3+deb9u2 amd64
Secure Sockets Layer toolkit - cryptographic utility
ii os-prober 1.76~deb9u1 amd64
utility to detect other OSes on a set of drives
ii passwd 1:4.4-4.1 amd64
change and administer password and group data
ii pciutils 1:3.5.2-1 amd64
Linux PCI Utilities
ii perl 5.24.1-3+deb9u3 amd64
Larry Wall's Practical Extraction and Report Language
ii perl-base 5.24.1-3+deb9u3 amd64
minimal Perl system
ii perl-modules-5.24 5.24.1-3+deb9u3 all
Core Perl modules
ii php-common 1:49 all
Common files for PHP packages
ii php7.0 7.0.27-0+deb9u1 all
server-side, HTML-embedded scripting language (metapackage)
ii php7.0-cli 7.0.27-0+deb9u1 amd64
command-line interpreter for the PHP scripting language
ii php7.0-common 7.0.27-0+deb9u1 amd64
documentation, examples and common module for PHP
ii php7.0-curl 7.0.27-0+deb9u1 amd64
CURL module for PHP
ii php7.0-dba 7.0.27-0+deb9u1 amd64
DBA module for PHP
ii php7.0-json 7.0.27-0+deb9u1 amd64
JSON module for PHP
ii php7.0-opcache 7.0.27-0+deb9u1 amd64
Zend OpCache module for PHP
ii php7.0-pgsql 7.0.27-0+deb9u1 amd64
PostgreSQL module for PHP
ii php7.0-readline 7.0.27-0+deb9u1 amd64
readline module for PHP
ii php7.0-soap 7.0.27-0+deb9u1 amd64
SOAP module for PHP
ii php7.0-xml 7.0.27-0+deb9u1 amd64
DOM, SimpleXML, WDDX, XML, and XSL module for PHP
ii php7.0-zip 7.0.27-0+deb9u1 amd64
Zip module for PHP
ii pinentry-curses 1.0.0-2 amd64
curses-based PIN or pass-phrase entry dialog for GnuPG
ii postgresql-client 9.6+181+deb9u1 all
front-end programs for PostgreSQL (supported version)
ii postgresql-client-9.6 9.6.7-0+deb9u1 amd64
front-end programs for PostgreSQL 9.6
ii postgresql-client-common 181+deb9u1 all
manager for multiple PostgreSQL client versions
ii powermgmt-base 1.31+nmu1 all
Common utils and configs for power management
ii procps 2:3.3.12-3+deb9u1 amd64
/proc file system utilities
ii psmisc 22.21-2.1+b2 amd64
utilities that use the proc file system
ii python 2.7.13-2 amd64
interactive high-level object-oriented language (default version)
ii python-apt-common 1.4.0~beta3 all
Python interface to libapt-pkg (locales)
ii python-bs4 4.5.3-1 all
error-tolerant HTML parser for Python
ii python-chardet 2.3.0-2 all
universal character encoding detector for Python2
ii python-html5lib 0.999999999-1 all
HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python-lxml 3.7.1-1 amd64
pythonic binding for the libxml2 and libxslt libraries
ii python-minimal 2.7.13-2 amd64
minimal subset of the Python language (default version)
ii python-pkg-resources 33.1.1-1 all
Package Discovery and Resource Access using pkg_resources
ii python-six 1.10.0-3 all
Python 2 and 3 compatibility library (Python 2 interface)
ii python-webencodings 0.5-2 all
Python implementation of the WHATWG Encoding standard
ii python2.7 2.7.13-2+deb9u2 amd64
Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.13-2+deb9u2 amd64
Minimal subset of the Python language (version 2.7)
ii python3 3.5.3-1 amd64
interactive high-level object-oriented language (default python3 version)
ii python3-apt 1.4.0~beta3 amd64
Python 3 interface to libapt-pkg
ii python3-chardet 2.3.0-2 all
universal character encoding detector for Python3
ii python3-debian 0.1.30 all
Python 3 modules to work with Debian-related data formats
ii python3-debianbts 2.6.1 all
Python interface to Debian's Bug Tracking System
ii python3-httplib2 0.9.2+dfsg-1 all
comprehensive HTTP client library written for Python3
ii python3-minimal 3.5.3-1 amd64
minimal subset of the Python language (default python3 version)
ii python3-pkg-resources 33.1.1-1 all
Package Discovery and Resource Access using pkg_resources
ii python3-pycurl 7.43.0-2 amd64
Python bindings to libcurl (Python 3)
ii python3-pysimplesoap 1.16-2 all
simple and lightweight SOAP Library (Python 3)
ii python3-reportbug 7.1.7+deb9u1 all
Python modules for interacting with bug tracking systems
ii python3-requests 2.12.4-1 all
elegant and simple HTTP library for Python3, built for human beings
ii python3-six 1.10.0-3 all
Python 2 and 3 compatibility library (Python 3 interface)
ii python3-urllib3 1.19.1-1 all
HTTP library with thread-safe connection pooling for Python3
ii python3.5 3.5.3-1 amd64
Interactive high-level object-oriented language (version 3.5)
ii python3.5-minimal 3.5.3-1 amd64
Minimal subset of the Python language (version 3.5)
ii readline-common 7.0-3 all
GNU readline and history libraries, common files
ii rename 0.20-4 all
Perl extension for renaming multiple files
ii reportbug 7.1.7+deb9u1 all
reports bugs in the Debian distribution
ii rsyslog 8.34.0-1~bpo9+1 amd64
reliable system and kernel logging daemon
ii sed 4.4-1 amd64
GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.9+deb9u1 all
Utilities for sensible alternative selection
ii sgml-base 1.29 all
SGML infrastructure and SGML catalog file support
ii shared-mime-info 1.8-1 amd64
FreeDesktop.org shared MIME database and spec
ii ssl-cert 1.0.39 all
simple debconf wrapper for OpenSSL
ii sudo 1.8.19p1-2.1 amd64
Provide limited super user privileges to specific users
ii systemd 237-3~bpo9+1 amd64
system and service manager
ii systemd-sysv 237-3~bpo9+1 amd64
system and service manager - SysV links
ii sysvinit-utils 2.88dsf-59.9 amd64
System-V-like utilities
ii tar 1.29b-1.1 amd64
GNU version of the tar archiving utility
ii task-spanish 3.39 all
Spanish environment
ii task-ssh-server 3.39 all
SSH server
ii task-web-server 3.39 all
web server
ii tasksel 3.39 all
tool for selecting tasks for installation on Debian systems
ii tasksel-data 3.39 all
official tasks used for installation of Debian systems
ii tcpd 7.6.q-26 amd64
Wietse Venema's TCP wrapper utilities
ii telnet 0.17-41 amd64
basic telnet client
ii traceroute 1:2.1.0-2 amd64
Traces the route taken by packets over an IPv4/IPv6 network
ii tzdata 2018e-0+deb9u1 all
time zone and daylight-saving time data
ii ucf 3.0036 all
Update Configuration File(s): preserve user changes to config files
ii udev 237-3~bpo9+1 amd64
/dev/ and hotplug management daemon
ii ufw 0.35-4 all
program for managing a Netfilter firewall
ii unrar 1:5.3.2-1+deb9u1 amd64
Unarchiver for .rar files (non-free version)
ii unzip 6.0-21 amd64
De-archiver for .zip files
ii util-linux 2.29.2-1+deb9u1 amd64
miscellaneous system utilities
ii util-linux-locales 2.29.2-1+deb9u1 all
locales files for util-linux
ii vim 2:8.0.0197-4+deb9u1 amd64 Vi
IMproved - enhanced vi editor
ii vim-common 2:8.0.0197-4+deb9u1 all Vi
IMproved - Common files
ii vim-runtime 2:8.0.0197-4+deb9u1 all Vi
IMproved - Runtime files
ii vim-tiny 2:8.0.0197-4+deb9u1 amd64 Vi
IMproved - enhanced vi editor - compact version
ii wamerican 7.1-1 all
American English dictionary words for /usr/share/dict
ii wget 1.18-5+deb9u2 amd64
retrieves files from the web
ii whiptail 0.52.19-1+b1 amd64
Displays user-friendly dialog boxes from shell scripts
ii wspanish 1.0.27 all
Spanish dictionary words for /usr/share/dict
ii xauth 1:1.0.9-1+b2 amd64 X
authentication utility
ii xdg-user-dirs 0.15-2+b1 amd64
tool to manage well known user directories
ii xkb-data 2.19-1+deb9u1 all X
Keyboard Extension (XKB) configuration data
ii xml-core 0.17 all
XML infrastructure and XML catalog file support
ii xxd 2:8.0.0197-4+deb9u1 amd64
tool to make (or reverse) a hex dump
ii xz-utils 5.2.2-1.2+b1 amd64
XZ-format compression utilities
ii zip 3.0-11+b1 amd64
Archiver for .zip files
ii zlib1g:amd64 1:1.2.8.dfsg-5 amd64
compression library - runtime

--------------------------------------------------------------------------------

#apt list --installed | column -t


Listando...
adduser/stable,now 3.115
all [instalado]
analog/stable,now 2:6.0-22
amd64 [instalado, automático]
apache2/stable,now 2.4.25-3+deb9u4
amd64 [instalado, automático]
apache2-bin/stable,now 2.4.25-3+deb9u4
amd64 [instalado, automático]
apache2-data/stable,now 2.4.25-3+deb9u4
all [instalado, automático]
apache2-doc/stable,now 2.4.25-3+deb9u4
all [instalado, automático]
apache2-utils/stable,now 2.4.25-3+deb9u4
amd64 [instalado, automático]
apparmor/stable,now 2.11.0-3+deb9u2
amd64 [instalado, automático]
apt/stable,now 1.4.8
amd64 [instalado]
apt-listchanges/stable,now 3.10
all [instalado]
apt-utils/stable,now 1.4.8
amd64 [instalado]
aptitude/stable,now 0.8.7-1
amd64 [instalado]
aptitude-common/stable,now 0.8.7-1
all [instalado, automático]
aspell/stable,now 0.60.7~20110707-3+b2
amd64 [instalado, automático]
aspell-es/stable,now 1.11-14
all [instalado, automático]
base-files/stable,now 9.9+deb9u4
amd64 [instalado]
base-passwd/stable,now 3.5.43
amd64 [instalado]
bash/stable,now 4.4-5
amd64 [instalado]
bash-completion/stable,now 1:2.1-4.3
all [instalado]
bind9-host/stretch-backports,now 1:9.11.3+dfsg-1~bpo9+1
amd64 [instalado]
bsd-mailx/stable,now 8.1.2-0.20160123cvs-4
amd64 [instalado, automático]
bsdmainutils/stable,now 9.0.12+nmu1
amd64 [instalado]
bsdutils/stable,now 1:2.29.2-1+deb9u1
amd64 [instalado]
busybox/stable,now 1:1.22.0-19+b3
amd64 [instalado]
bzip2/stable,now 1.0.6-8.1
amd64 [instalado]
ca-certificates/stable,now 20161130+nmu1
all [instalado, automático]
console-setup/stable,now 1.164
all [instalado]
console-setup-linux/stable,now 1.164
all [instalado, automático]
coreutils/stable,now 8.26-3
amd64 [instalado]
cpio/stable,now 2.11+dfsg-6
amd64 [instalado]
cron/stable,now 3.0pl1-128+deb9u1
amd64 [instalado]
dash/stable,now 0.5.8-2.4
amd64 [instalado]
dbus/stable,now 1.10.26-0+deb9u1
amd64 [instalado]
debconf/stable,now 1.5.61
all [instalado]
debconf-i18n/stable,now 1.5.61
all [instalado]
debian-archive-keyring/stable,now 2017.5
all [instalado]
debian-faq/stable,now 8.1
all [instalado]
debian-reference-common/stable,now 2.68
all [instalado, automático]
debian-reference-es/stable,now 2.68
all [instalado, automático]
debianutils/stable,now 4.8.1.1
amd64 [instalado]
dh-python/stable,now 2.20170125
all [instalado, automático]
dictionaries-common/stable,now 1.27.2
all [instalado, automático]
diffutils/stable,now 1:3.5-3
amd64 [instalado]
discover/stable,now 2.1.2-7.1
amd64 [instalado]
discover-data/stable,now 2.2013.01.11
all [instalado, automático]
distro-info-data/stretch-backports,now 0.37~bpo9+1
all [instalado, automático]
dmeventd/stable,now 2:1.02.137-2
amd64 [instalado, automático]
dmidecode/stable,now 3.0-4
amd64 [instalado]
dmsetup/stable,now 2:1.02.137-2
amd64 [instalado]
doc-debian/stable,now 6.4
all [instalado]
dpkg/stable,now 1.18.24
amd64 [instalado]
e2fslibs/stretch-backports,now 1.44.1-2~bpo9+1
amd64 [instalado]
e2fsprogs/stretch-backports,now 1.44.1-2~bpo9+1
amd64 [instalado]
e2fsprogs-l10n/stretch-backports,now 1.44.1-2~bpo9+1
all [instalado, automático]
eject/stable,now 2.1.5+deb1+cvs20081104-13.2
amd64 [instalado]
emacsen-common/stable,now 2.0.8
all [instalado, automático]
exim4-base/stable,stable,now 4.89-2+deb9u3
amd64 [instalado, automático]
exim4-config/stable,stable,now 4.89-2+deb9u3
all [instalado, automático]
exim4-daemon-light/stable,stable,now 4.89-2+deb9u3
amd64 [instalado, automático]
file/stable,stable,now 1:5.30-1+deb9u1
amd64 [instalado]
findutils/stable,now 4.6.0+git+20161106-2
amd64 [instalado]
firmware-linux-free/stable,now 3.4
all [instalado, automático]
fontconfig-config/stable,now 2.11.0-6.7
all [instalado, automático]
fonts-dejavu-core/stable,now 2.37-1
all [instalado, automático]
gcc-6-base/stable,stable,now 6.3.0-18+deb9u1
amd64 [instalado]
geoip-database/stretch-backports,now 20180215-1~bpo9+1
all [instalado, automático]
gettext-base/stable,now 0.19.8.1-2
amd64 [instalado]
gnupg/stable,now 2.1.18-8~deb9u1
amd64 [instalado]
gnupg-agent/stable,now 2.1.18-8~deb9u1
amd64 [instalado]
gpgv/stable,now 2.1.18-8~deb9u1
amd64 [instalado]
grep/stable,now 2.27-2
amd64 [instalado]
groff-base/stable,now 1.22.3-9
amd64 [instalado]
grub-common/stable,now 2.02~beta3-5
amd64 [instalado]
grub-pc/stable,now 2.02~beta3-5
amd64 [instalado]
grub-pc-bin/stable,now 2.02~beta3-5
amd64 [instalado, automático]
grub2-common/stable,now 2.02~beta3-5
amd64 [instalado, automático]
gzip/stable,now 1.6-5+b1
amd64 [instalado]
hdparm/stable,now 9.51+ds-1
amd64 [instalado]
hostname/stable,now 3.18+b1
amd64 [instalado]
htop/stable,now 2.0.2-1
amd64 [instalado]
ifupdown/stable,now 0.8.19
amd64 [instalado]
init/stable,now 1.48
amd64 [instalado]
init-system-helpers/stable,now 1.48
all [instalado]
initramfs-tools/stable,now 0.130
all [instalado]
initramfs-tools-core/stable,now 0.130
all [instalado, automático]
installation-report/stable,now 2.62
all [instalado]
iproute2/stretch-backports,now 4.14.1-1~bpo9+1
amd64 [instalado]
iptables/stretch-backports,now 1.6.1-2~bpo9+1
amd64 [instalado]
iputils-ping/stable,now 3:20161105-1
amd64 [instalado]
irqbalance/stable,now 1.1.0-2.3
amd64 [instalado, automático]
isc-dhcp-client/stable,now 4.3.5-3+deb9u1
amd64 [instalado]
isc-dhcp-common/stable,now 4.3.5-3+deb9u1
amd64 [instalado]
iso-codes/stable,now 3.75-1
all [instalado, automático]
ispanish/stable,now 1.11-14
all [instalado, automático]
ispell/stable,now 3.4.00-5
amd64 [instalado, automático]
kbd/stable,now 2.0.3-2+b1
amd64 [instalado, automático]
keyboard-configuration/stable,now 1.164
all [instalado]
klibc-utils/stable,now 2.0.4-9
amd64 [instalado, automático]
kmod/stable,now 23-2
amd64 [instalado]
krb5-locales/stable,now 1.15-1+deb9u1
all [instalado]
laptop-detect/stable,now 0.13.8
amd64 [instalado]
less/stable,now 481-2.1
amd64 [instalado]
libacl1/stable,now 2.2.52-3+b1
amd64 [instalado]
libapache2-mod-evasive/stable,now 1.10.1-3
amd64 [instalado]
libapache2-mod-php/stable,now 1:7.0+49
all [instalado]
libapache2-mod-php7.0/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado, automático]
libapache2-mod-security2/stable,now 2.9.1-2
amd64 [instalado, automático]
libapache2-modsecurity/stable,now 2.9.1-2
all [instalado]
libapparmor-perl/stable,now 2.11.0-3+deb9u2
amd64 [instalado, automático]
libapparmor1/stable,now 2.11.0-3+deb9u2
amd64 [instalado]
libapr1/stable,now 1.5.2-5
amd64 [instalado, automático]
libaprutil1/stable,now 1.5.4-3
amd64 [instalado, automático]
libaprutil1-dbd-sqlite3/stable,now 1.5.4-3
amd64 [instalado, automático]
libaprutil1-ldap/stable,now 1.5.4-3
amd64 [instalado, automático]
libapt-inst2.0/stable,now 1.4.8
amd64 [instalado]
libapt-pkg5.0/stable,now 1.4.8
amd64 [instalado]
libaspell15/stable,now 0.60.7~20110707-3+b2
amd64 [instalado, automático]
libassuan0/stable,now 2.4.3-2
amd64 [instalado]
libattr1/stable,now 1:2.4.47-2+b2
amd64 [instalado]
libaudit-common/stable,now 1:2.6.7-2
all [instalado]
libaudit1/stable,now 1:2.6.7-2
amd64 [instalado]
libbind9-160/stretch-backports,now 1:9.11.3+dfsg-1~bpo9+1
amd64 [instalado, automático]
libblas-common/stable,now 3.7.0-2
amd64 [instalado, automático]
libblas3/stable,now 3.7.0-2
amd64 [instalado, automático]
libblkid1/stable,now 2.29.2-1+deb9u1
amd64 [instalado]
libboost-filesystem1.62.0/stable,now 1.62.0+dfsg-4
amd64 [instalado, automático]
libboost-iostreams1.62.0/stable,now 1.62.0+dfsg-4
amd64 [instalado, automático]
libboost-system1.62.0/stable,now 1.62.0+dfsg-4
amd64 [instalado, automático]
libbsd0/stable,now 0.8.3-1
amd64 [instalado]
libbz2-1.0/stable,now 1.0.6-8.1
amd64 [instalado]
libc-bin/stable,now 2.24-11+deb9u3
amd64 [instalado]
libc-l10n/stable,now 2.24-11+deb9u3
all [instalado, automático]
libc6/stable,now 2.24-11+deb9u3
amd64 [instalado]
libcap-ng0/stable,now 0.7.7-3+b1
amd64 [instalado]
libcap2/stable,now 1:2.25-1
amd64 [instalado]
libcgi-fast-perl/stable,now 1:2.12-1
all [instalado, automático]
libcgi-pm-perl/stable,now 4.35-1
all [instalado, automático]
libclass-accessor-perl/stable,now 0.34-1
all [instalado, automático]
libclass-isa-perl/stable,now 0.36-5
all [instalado]
libcom-err2/stretch-backports,now 1.44.1-2~bpo9+1
amd64 [instalado]
libcomerr2/stretch-backports,now 1.44.1-2~bpo9+1
amd64 [instalado]
libcryptsetup4/stable,now 2:1.7.3-4
amd64 [instalado]
libcurl3/stable,now 7.52.1-5+deb9u6
amd64 [instalado, automático]
libcurl3-gnutls/stable,now 7.52.1-5+deb9u6
amd64 [instalado, automático]
libcwidget3v5/stable,now 0.5.17-4+b1
amd64 [instalado, automático]
libdb5.3/stable,now 5.3.28-12+deb9u1
amd64 [instalado]
libdbus-1-3/stable,now 1.10.26-0+deb9u1
amd64 [instalado, automático]
libdebconfclient0/stable,now 0.227
amd64 [instalado]
libdevmapper-event1.02.1/stable,now 2:1.02.137-2
amd64 [instalado, automático]
libdevmapper1.02.1/stable,now 2:1.02.137-2
amd64 [instalado]
libdiscover2/stable,now 2.1.2-7.1
amd64 [instalado, automático]
libdns-export162/stable,stable,now 1:9.10.3.dfsg.P4-
12.3+deb9u4 amd64 [instalado]
libdns1100/stretch-backports,now 1:9.11.3+dfsg-1~bpo9+1
amd64 [instalado, automático]
libedit2/stable,now 3.1-20160903-3
amd64 [instalado, automático]
libelf1/stable,now 0.168-1
amd64 [instalado]
libencode-locale-perl/stable,now 1.05-1
all [instalado, automático]
libestr0/stable,now 0.1.10-2
amd64 [instalado]
libexpat1/stable,stable,now 2.2.0-2+deb9u1
amd64 [instalado, automático]
libext2fs2/stretch-backports,now 1.44.1-2~bpo9+1
amd64 [instalado]
libfastjson4/stretch-backports,now 0.99.8-1~bpo9+1
amd64 [instalado]
libfcgi-perl/stable,now 0.78-2
amd64 [instalado, automático]
libfdisk1/stable,now 2.29.2-1+deb9u1
amd64 [instalado]
libffi6/stable,now 3.2.1-6
amd64 [instalado]
libfontconfig1/stable,now 2.11.0-6.7+b1
amd64 [instalado, automático]
libfreetype6/stable,now 2.6.3-3.2
amd64 [instalado, automático]
libfuse2/stable,now 2.9.7-1
amd64 [instalado, automático]
libgcc1/stable,stable,now 1:6.3.0-18+deb9u1
amd64 [instalado]
libgcrypt20/stable,stable,now 1.7.6-2+deb9u2
amd64 [instalado]
libgd3/stable,stable,now 2.2.4-2+deb9u2
amd64 [instalado, automático]
libgdbm3/stable,now 1.8.3-14
amd64 [instalado]
libgeoip1/stable,now 1.6.9-4
amd64 [instalado, automático]
libgfortran3/stable,stable,now 6.3.0-18+deb9u1
amd64 [instalado, automático]
libglib2.0-0/stable,now 2.50.3-2
amd64 [instalado, automático]
libglib2.0-data/stable,now 2.50.3-2
all [instalado, automático]
libgmp10/stable,now 2:6.1.2+dfsg-1
amd64 [instalado]
libgnutls30/stable,now 3.5.8-5+deb9u3
amd64 [instalado]
libgpg-error0/stable,now 1.26-2
amd64 [instalado]
libgpm2/stable,now 1.20.4-6.2+b1
amd64 [instalado, automático]
libgssapi-krb5-2/stable,now 1.15-1+deb9u1
amd64 [instalado, automático]
libhogweed4/stable,now 3.3-1+b2
amd64 [instalado]
libhtml-parser-perl/stable,now 3.72-3
amd64 [instalado, automático]
libhtml-tagset-perl/stable,now 3.20-3
all [instalado, automático]
libhttp-date-perl/stable,now 6.02-1
all [instalado, automático]
libhttp-message-perl/stable,now 6.11-1
all [instalado, automático]
libicu57/stable,now 57.1-6+deb9u2
amd64 [instalado, automático]
libidn11/stable,now 1.33-1
amd64 [instalado]
libidn2-0/stable,stable,now 0.16-1+deb9u1
amd64 [instalado]
libio-html-perl/stable,now 1.001-1
all [instalado, automático]
libio-string-perl/stable,now 1.08-3
all [instalado, automático]
libip4tc0/stretch-backports,now 1.6.1-2~bpo9+1
amd64 [instalado]
libip6tc0/stretch-backports,now 1.6.1-2~bpo9+1
amd64 [instalado]
libiptc0/stretch-backports,now 1.6.1-2~bpo9+1
amd64 [instalado]
libisc-export160/stable,stable,now 1:9.10.3.dfsg.P4-
12.3+deb9u4 amd64 [instalado]
libisc169/stretch-backports,now 1:9.11.3+dfsg-1~bpo9+1
amd64 [instalado, automático]
libisccc160/stretch-backports,now 1:9.11.3+dfsg-1~bpo9+1
amd64 [instalado, automático]
libisccfg160/stretch-backports,now 1:9.11.3+dfsg-1~bpo9+1
amd64 [instalado, automático]
libjbig0/stable,now 2.1-3.1+b2
amd64 [instalado, automático]
libjpeg62-turbo/stable,now 1:1.5.1-2
amd64 [instalado, automático]
libjson-c3/stable,now 0.12.1-1.1
amd64 [instalado, automático]
libk5crypto3/stable,now 1.15-1+deb9u1
amd64 [instalado, automático]
libkeyutils1/stable,now 1.5.9-9
amd64 [instalado, automático]
libklibc/stable,now 2.0.4-9
amd64 [instalado, automático]
libkmod2/stable,now 23-2
amd64 [instalado]
libkrb5-3/stable,now 1.15-1+deb9u1
amd64 [instalado, automático]
libkrb5support0/stable,now 1.15-1+deb9u1
amd64 [instalado, automático]
libksba8/stable,now 1.3.5-2
amd64 [instalado]
libldap-2.4-2/stretch-backports,now 2.4.46+dfsg-5~bpo9+1
amd64 [instalado, automático]
libldap-common/stretch-backports,now 2.4.46+dfsg-5~bpo9+1
all [instalado, automático]
liblinear3/stable,now 2.1.0+dfsg-2
amd64 [instalado, automático]
liblmdb0/stable,now 0.9.18-5
amd64 [instalado, automático]
liblocale-gettext-perl/stable,now 1.07-3+b1
amd64 [instalado]
liblockfile-bin/stable,now 1.14-1+b1
amd64 [instalado]
liblockfile1/stable,now 1.14-1+b1
amd64 [instalado, automático]
liblogging-stdlog0/stable,now 1.0.5-2+b2
amd64 [instalado]
liblognorm5/stretch-backports,now 2.0.3-1~bpo9+1
amd64 [instalado]
liblua5.1-0/stable,now 5.1.5-8.1+b2
amd64 [instalado, automático]
liblua5.2-0/stable,now 5.2.4-1.1+b2
amd64 [instalado, automático]
liblua5.3-0/stable,now 5.3.3-1
amd64 [instalado, automático]
liblvm2app2.2/stable,now 2.02.168-2
amd64 [instalado, automático]
liblvm2cmd2.02/stable,now 2.02.168-2
amd64 [instalado, automático]
liblwp-mediatypes-perl/stable,now 6.02-1
all [instalado, automático]
liblwres160/stretch-backports,now 1:9.11.3+dfsg-1~bpo9+1
amd64 [instalado, automático]
liblz4-1/stable,now 0.0~r131-2+b1
amd64 [instalado]
liblzma5/stable,now 5.2.2-1.2+b1
amd64 [instalado]
libmagic-mgc/stable,stable,now 1:5.30-1+deb9u1
amd64 [instalado, automático]
libmagic1/stable,stable,now 1:5.30-1+deb9u1
amd64 [instalado, automático]
libmnl0/stable,now 1.0.4-2
amd64 [instalado]
libmount1/stable,now 2.29.2-1+deb9u1
amd64 [instalado]
libmpdec2/stable,now 2.4.2-1
amd64 [instalado, automático]
libncurses5/stable,now 6.0+20161126-1+deb9u2
amd64 [instalado]
libncursesw5/stable,now 6.0+20161126-1+deb9u2
amd64 [instalado]
libnetfilter-conntrack3/stable,now 1.0.6-2
amd64 [instalado]
libnettle6/stable,now 3.3-1+b2
amd64 [instalado]
libnewt0.52/stable,now 0.52.19-1+b1
amd64 [instalado]
libnfnetlink0/stable,now 1.0.1-3
amd64 [instalado]
libnghttp2-14/stable,now 1.18.1-1
amd64 [instalado, automático]
libnpth0/stable,now 1.3-1
amd64 [instalado]
libnss-systemd/stretch-backports,now 237-3~bpo9+1
amd64 [instalado, automático]
libnuma1/stable,now 2.0.11-2.1
amd64 [instalado, automático]
libp11-kit0/stable,now 0.23.3-2
amd64 [instalado]
libpam-modules/stable,now 1.1.8-3.6
amd64 [instalado]
libpam-modules-bin/stable,now 1.1.8-3.6
amd64 [instalado]
libpam-runtime/stable,now 1.1.8-3.6
all [instalado]
libpam-systemd/stretch-backports,now 237-3~bpo9+1
amd64 [instalado]
libpam0g/stable,now 1.1.8-3.6
amd64 [instalado]
libparse-debianchangelog-perl/stable,now 1.2.0-12
all [instalado, automático]
libpcap0.8/stable,now 1.8.1-3
amd64 [instalado, automático]
libpci3/stable,now 1:3.5.2-1
amd64 [instalado, automático]
libpcre3/stable,now 2:8.39-3
amd64 [instalado]
libperl5.24/stable,now 5.24.1-3+deb9u3
amd64 [instalado, automático]
libpipeline1/stable,now 1.4.1-2
amd64 [instalado]
libpng16-16/stable,now 1.6.28-1
amd64 [instalado, automático]
libpopt0/stable,now 1.16-10+b2
amd64 [instalado]
libpq5/stable,now 9.6.7-0+deb9u1
amd64 [instalado, automático]
libprocps6/stable,now 2:3.3.12-3+deb9u1
amd64 [instalado]
libpsl5/stable,now 0.17.0-3
amd64 [instalado]
libpython-stdlib/stable,now 2.7.13-2
amd64 [instalado, automático]
libpython2.7-minimal/stable,now 2.7.13-2+deb9u2
amd64 [instalado, automático]
libpython2.7-stdlib/stable,now 2.7.13-2+deb9u2
amd64 [instalado, automático]
libpython3-stdlib/stable,now 3.5.3-1
amd64 [instalado, automático]
libpython3.5-minimal/stable,now 3.5.3-1
amd64 [instalado, automático]
libpython3.5-stdlib/stable,now 3.5.3-1
amd64 [instalado, automático]
libqdbm14/stable,now 1.8.78-6.1
amd64 [instalado, automático]
libquadmath0/stable,stable,now 6.3.0-18+deb9u1
amd64 [instalado, automático]
libreadline5/stable,now 5.2+dfsg-3+b1
amd64 [instalado, automático]
libreadline7/stable,now 7.0-3
amd64 [instalado]
librtmp1/stable,now 2.4+20151223.gitfa8646d.1-
1+b1 amd64 [instalado, automático]
libsasl2-2/stable,now 2.1.27~101-g0780600+dfsg-3
amd64 [instalado, automático]
libsasl2-modules/stable,now 2.1.27~101-g0780600+dfsg-3
amd64 [instalado, automático]
libsasl2-modules-db/stable,now 2.1.27~101-g0780600+dfsg-3
amd64 [instalado, automático]
libseccomp2/stable,now 2.3.1-2.1
amd64 [instalado]
libselinux1/stable,now 2.6-3+b3
amd64 [instalado]
libsemanage-common/stable,now 2.6-2
all [instalado]
libsemanage1/stable,now 2.6-2
amd64 [instalado]
libsepol1/stable,now 2.6-2
amd64 [instalado]
libsigc++-2.0-0v5/stable,now 2.10.0-1
amd64 [instalado, automático]
libslang2/stable,now 2.3.1-5
amd64 [instalado]
libsmartcols1/stable,now 2.29.2-1+deb9u1
amd64 [instalado]
libsqlite3-0/stable,now 3.16.2-5+deb9u1
amd64 [instalado]
libss2/stretch-backports,now 1.44.1-2~bpo9+1
amd64 [instalado]
libssh2-1/stable,now 1.7.0-1
amd64 [instalado, automático]
libssl1.0.2/stable,now 1.0.2l-2+deb9u3
amd64 [instalado]
libssl1.1/stable,now 1.1.0f-3+deb9u2
amd64 [instalado]
libstdc++6/stable,stable,now 6.3.0-18+deb9u1
amd64 [instalado]
libsub-name-perl/stable,now 0.21-1
amd64 [instalado, automático]
libswitch-perl/stable,now 2.17-2
all [instalado]
libsystemd0/stretch-backports,now 237-3~bpo9+1
amd64 [instalado]
libtasn1-6/stable,stable,now 4.10-1.1+deb9u1
amd64 [instalado]
libtext-charwidth-perl/stable,now 0.04-7+b5
amd64 [instalado]
libtext-iconv-perl/stable,now 1.7-5+b4
amd64 [instalado]
libtext-wrapi18n-perl/stable,now 0.06-7.1
all [instalado]
libtiff5/stable,stable,now 4.0.8-2+deb9u2
amd64 [instalado, automático]
libtimedate-perl/stable,now 2.3000-2
all [instalado, automático]
libtinfo5/stable,now 6.0+20161126-1+deb9u2
amd64 [instalado]
libudev1/stretch-backports,now 237-3~bpo9+1
amd64 [instalado]
libunistring0/stable,now 0.9.6+really0.9.3-0.1
amd64 [instalado]
liburi-perl/stable,now 1.71-1
all [instalado, automático]
libusb-0.1-4/stable,now 2:0.1.12-30
amd64 [instalado, automático]
libustr-1.0-1/stable,now 1.0.4-6
amd64 [instalado]
libuuid1/stable,now 2.29.2-1+deb9u1
amd64 [instalado]
libwebp6/stable,now 0.5.2-1
amd64 [instalado, automático]
libwrap0/stable,now 7.6.q-26
amd64 [instalado, automático]
libx11-6/stable,now 2:1.6.4-3
amd64 [instalado, automático]
libx11-data/stable,now 2:1.6.4-3
all [instalado, automático]
libxapian30/stable,now 1.4.3-2
amd64 [instalado]
libxau6/stable,now 1:1.0.8-1
amd64 [instalado, automático]
libxcb1/stable,now 1.12-1
amd64 [instalado, automático]
libxdmcp6/stable,now 1:1.1.2-3
amd64 [instalado, automático]
libxext6/stable,now 2:1.3.3-1+b2
amd64 [instalado, automático]
libxml2/stable,stable,now 2.9.4+dfsg1-2.2+deb9u2
amd64 [instalado, automático]
libxmuu1/stable,now 2:1.1.2-2
amd64 [instalado, automático]
libxpm4/stable,now 1:3.5.12-1
amd64 [instalado, automático]
libxslt1.1/stable,now 1.1.29-2.1
amd64 [instalado, automático]
libxtables12/stretch-backports,now 1.6.1-2~bpo9+1
amd64 [instalado]
libyajl2/stable,now 2.1.0-2+b3
amd64 [instalado, automático]
libzip4/stable,now 1.1.2-1.1+b1
amd64 [instalado, automático]
linux-base/stable,now 4.5
all [instalado, automático]
linux-image-4.16.0-0.bpo.1-amd64/stretch-backports,now 4.16.5-1~bpo9+1
amd64 [instalado, automático]
linux-image-4.9.0-3-amd64/stable,now 4.9.30-2+deb9u5
amd64 [instalado, automático]
linux-image-4.9.0-6-amd64/stable,now 4.9.88-1+deb9u1
amd64 [instalado, automático]
linux-image-amd64/stretch-backports,now 4.16+93~bpo9+1
amd64 [instalado]
locales/stable,now 2.24-11+deb9u3
all [instalado]
login/stable,now 1:4.4-4.1
amd64 [instalado]
logrotate/stable,now 3.11.0-0.1
amd64 [instalado]
lsb-base/stable,now 9.20161125
all [instalado]
lsb-release/stable,now 9.20161125
all [instalado, automático]
lsof/stable,now 4.89+dfsg-0.1
amd64 [instalado]
lvm2/stable,now 2.02.168-2
amd64 [instalado]
man-db/stable,now 2.7.6.1-2
amd64 [instalado]
manpages/stretch-backports,now 4.16-1~bpo9+1
all [instalado]
manpages-es/stable,now 1.55-10
all [instalado, automático]
mawk/stable,now 1.3.3-17+b3
amd64 [instalado]
mime-support/stable,now 3.60
all [instalado]
modsecurity-crs/stable,now 3.0.0-3
all [instalado, automático]
mount/stable,now 2.29.2-1+deb9u1
amd64 [instalado]
multiarch-support/stable,now 2.24-11+deb9u3
amd64 [instalado]
nano/stable,now 2.7.4-1
amd64 [instalado]
ncurses-base/stable,now 6.0+20161126-1+deb9u2
all [instalado]
ncurses-bin/stable,now 6.0+20161126-1+deb9u2
amd64 [instalado]
ncurses-term/stable,now 6.0+20161126-1+deb9u2
all [instalado]
ndiff/stable,now 7.40-1
all [instalado, automático]
net-tools/stable,now 1.60+git20161116.90da8a0-1
amd64 [instalado]
netbase/stable,now 5.4
all [instalado]
netcat-traditional/stable,now 1.10-41+b1
amd64 [instalado]
nmap/stable,now 7.40-1
amd64 [instalado]
openssh-client/stable,now 1:7.4p1-10+deb9u3
amd64 [instalado]
openssh-server/stable,now 1:7.4p1-10+deb9u3
amd64 [instalado, automático]
openssh-sftp-server/stable,now 1:7.4p1-10+deb9u3
amd64 [instalado, automático]
openssl/stable,now 1.1.0f-3+deb9u2
amd64 [instalado, automático]
os-prober/stable,now 1.76~deb9u1
amd64 [instalado, automático]
passwd/stable,now 1:4.4-4.1
amd64 [instalado]
pciutils/stable,now 1:3.5.2-1
amd64 [instalado]
perl/stable,now 5.24.1-3+deb9u3
amd64 [instalado]
perl-base/stable,now 5.24.1-3+deb9u3
amd64 [instalado]
perl-modules-5.24/stable,now 5.24.1-3+deb9u3
all [instalado]
php-common/stable,now 1:49
all [instalado, automático]
php7.0/stable,stable,now 7.0.27-0+deb9u1
all [instalado]
php7.0-cli/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado, automático]
php7.0-common/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado, automático]
php7.0-curl/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado]
php7.0-dba/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado]
php7.0-json/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado, automático]
php7.0-opcache/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado, automático]
php7.0-pgsql/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado]
php7.0-readline/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado, automático]
php7.0-soap/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado]
php7.0-xml/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado]
php7.0-zip/stable,stable,now 7.0.27-0+deb9u1
amd64 [instalado]
pinentry-curses/stable,now 1.0.0-2
amd64 [instalado]
postgresql-client/stable,stable,now 9.6+181+deb9u1
all [instalado]
postgresql-client-9.6/stable,now 9.6.7-0+deb9u1
amd64 [instalado]
postgresql-client-common/stable,stable,now 181+deb9u1
all [instalado, automático]
powermgmt-base/stable,now 1.31+nmu1
all [instalado, automático]
procps/stable,now 2:3.3.12-3+deb9u1
amd64 [instalado]
psmisc/stable,now 22.21-2.1+b2
amd64 [instalado, automático]
python/stable,now 2.7.13-2
amd64 [instalado]
python-apt-common/stable,now 1.4.0~beta3
all [instalado, automático]
python-bs4/stable,now 4.5.3-1
all [instalado, automático]
python-chardet/stable,now 2.3.0-2
all [instalado, automático]
python-html5lib/stable,now 0.999999999-1
all [instalado, automático]
python-lxml/stable,now 3.7.1-1
amd64 [instalado, automático]
python-minimal/stable,now 2.7.13-2
amd64 [instalado]
python-pkg-resources/stable,now 33.1.1-1
all [instalado, automático]
python-six/stable,now 1.10.0-3
all [instalado, automático]
python-webencodings/stable,now 0.5-2
all [instalado, automático]
python2.7/stable,now 2.7.13-2+deb9u2
amd64 [instalado]
python2.7-minimal/stable,now 2.7.13-2+deb9u2
amd64 [instalado, automático]
python3/stable,now 3.5.3-1
amd64 [instalado, automático]
python3-apt/stable,now 1.4.0~beta3
amd64 [instalado, automático]
python3-chardet/stable,now 2.3.0-2
all [instalado, automático]
python3-debian/stable,now 0.1.30
all [instalado, automático]
python3-debianbts/stable,now 2.6.1
all [instalado, automático]
python3-httplib2/stable,now 0.9.2+dfsg-1
all [instalado, automático]
python3-minimal/stable,now 3.5.3-1
amd64 [instalado, automático]
python3-pkg-resources/stable,now 33.1.1-1
all [instalado, automático]
python3-pycurl/stable,now 7.43.0-2
amd64 [instalado, automático]
python3-pysimplesoap/stable,now 1.16-2
all [instalado, automático]
python3-reportbug/stable,now 7.1.7+deb9u1
all [instalado]
python3-requests/stable,now 2.12.4-1
all [instalado, automático]
python3-six/stable,now 1.10.0-3
all [instalado, automático]
python3-urllib3/stable,now 1.19.1-1
all [instalado, automático]
python3.5/stable,now 3.5.3-1
amd64 [instalado, automático]
python3.5-minimal/stable,now 3.5.3-1
amd64 [instalado, automático]
readline-common/stable,now 7.0-3
all [instalado]
rename/stable,now 0.20-4
all [instalado, automático]
reportbug/stable,now 7.1.7+deb9u1
all [instalado]
rsyslog/stretch-backports,now 8.34.0-1~bpo9+1
amd64 [instalado]
sed/stable,now 4.4-1
amd64 [instalado]
sensible-utils/stable,stable,now 0.0.9+deb9u1
all [instalado]
sgml-base/stable,now 1.29
all [instalado, automático]
shared-mime-info/stable,now 1.8-1
amd64 [instalado, automático]
ssl-cert/stable,now 1.0.39
all [instalado, automático]
sudo/stable,now 1.8.19p1-2.1
amd64 [instalado]
systemd/stretch-backports,now 237-3~bpo9+1
amd64 [instalado]
systemd-sysv/stretch-backports,now 237-3~bpo9+1
amd64 [instalado]
sysvinit-utils/stable,now 2.88dsf-59.9
amd64 [instalado]
tar/stable,now 1.29b-1.1
amd64 [instalado]
task-spanish/stable,now 3.39
all [instalado]
task-ssh-server/stable,now 3.39
all [instalado]
task-web-server/stable,now 3.39
all [instalado]
tasksel/stable,now 3.39
all [instalado]
tasksel-data/stable,now 3.39
all [instalado]
tcpd/stable,now 7.6.q-26
amd64 [instalado, automático]
telnet/stable,now 0.17-41
amd64 [instalado]
traceroute/stable,now 1:2.1.0-2
amd64 [instalado]
tzdata/stable-updates,now 2018e-0+deb9u1
all [instalado]
ucf/stable,now 3.0036
all [instalado]
udev/stretch-backports,now 237-3~bpo9+1
amd64 [instalado]
ufw/stable,now 0.35-4
all [instalado]
unrar/stable,now 1:5.3.2-1+deb9u1
amd64 [instalado]
unzip/stable,now 6.0-21
amd64 [instalado, automático]
util-linux/stable,now 2.29.2-1+deb9u1
amd64 [instalado]
util-linux-locales/stable,now 2.29.2-1+deb9u1
all [instalado, automático]
vim/stable,now 2:8.0.0197-4+deb9u1
amd64 [instalado]
vim-common/stable,now 2:8.0.0197-4+deb9u1
all [instalado]
vim-runtime/stable,now 2:8.0.0197-4+deb9u1
all [instalado, automático]
vim-tiny/stable,now 2:8.0.0197-4+deb9u1
amd64 [instalado]
wamerican/stable,now 7.1-1
all [instalado]
wget/stable,now 1.18-5+deb9u2
amd64 [instalado]
whiptail/stable,now 0.52.19-1+b1
amd64 [instalado]
wspanish/stable,now 1.0.27
all [instalado, automático]
xauth/stable,now 1:1.0.9-1+b2
amd64 [instalado, automático]
xdg-user-dirs/stable,now 0.15-2+b1
amd64 [instalado, automático]
xkb-data/stable,now 2.19-1+deb9u1
all [instalado, automático]
xml-core/stable,now 0.17
all [instalado, automático]
xxd/stable,now 2:8.0.0197-4+deb9u1
amd64 [instalado]
xz-utils/stable,now 5.2.2-1.2+b1
amd64 [instalado]
zip/stable,now 3.0-11+b1
amd64 [instalado]
zlib1g/stable,now 1:1.2.8.dfsg-5
amd64 [instalado]

--------------------------------------------------------------------------------

You might also like