Created
September 25, 2017 22:55
-
-
Save tallclair/70b3da3442d8f05f4ae226608abd8ffb to your computer and use it in GitHub Desktop.
Base package changes from jessie to stretch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ diff -y -W 80 -t jessie.txt stretch.txt | |
acl < | |
adduser adduser | |
apt apt | |
base-files base-files | |
base-passwd base-passwd | |
bash bash | |
bsdutils bsdutils | |
coreutils coreutils | |
dash dash | |
debconf debconf | |
debconf-i18n < | |
debian-archive-keyring debian-archive-keyring | |
debianutils debianutils | |
diffutils diffutils | |
dmsetup < | |
dpkg dpkg | |
e2fslibs e2fslibs | |
e2fsprogs e2fsprogs | |
findutils findutils | |
gcc-4.8-base | gcc-6-base | |
gcc-4.9-base < | |
gnupg < | |
gpgv gpgv | |
grep grep | |
gzip gzip | |
hostname hostname | |
inetutils-ping inetutils-ping | |
init | init-system-helpers | |
initscripts < | |
insserv < | |
iproute2 iproute2 | |
libacl1 libacl1 | |
libapt-pkg4.12 | libapt-pkg5.0 | |
libattr1 libattr1 | |
libaudit-common libaudit-common | |
libaudit1 libaudit1 | |
libblkid1 libblkid1 | |
libbz2-1.0 libbz2-1.0 | |
libc-bin libc-bin | |
libc6 libc6 | |
libcap2 | libcap-ng0 | |
libcap2-bin < | |
libcomerr2 libcomerr2 | |
libcryptsetup4 < | |
libdb5.3 libdb5.3 | |
libdebconfclient0 libdebconfclient0 | |
libdevmapper1.02.1 | libelf1 | |
> libfdisk1 | |
libgcc1 libgcc1 | |
libgcrypt20 libgcrypt20 | |
libgpg-error0 libgpg-error0 | |
libkmod2 | liblz4-1 | |
liblocale-gettext-perl < | |
liblzma5 liblzma5 | |
> libmnl0 | |
libmount1 libmount1 | |
libncurses5 < | |
libncursesw5 libncursesw5 | |
libpam-modules libpam-modules | |
libpam-modules-bin libpam-modules-bin | |
libpam-runtime libpam-runtime | |
libpam0g libpam0g | |
libpcre3 libpcre3 | |
libprocps3 < | |
libreadline6 < | |
libselinux1 libselinux1 | |
libsemanage-common libsemanage-common | |
libsemanage1 libsemanage1 | |
libsepol1 libsepol1 | |
libslang2 < | |
libsmartcols1 libsmartcols1 | |
libss2 libss2 | |
libstdc++6 libstdc++6 | |
libsystemd0 libsystemd0 | |
libtext-charwidth-perl < | |
libtext-iconv-perl < | |
libtext-wrapi18n-perl < | |
libtinfo5 libtinfo5 | |
libudev1 libudev1 | |
libusb-0.1-4 < | |
libustr-1.0-1 libustr-1.0-1 | |
libuuid1 libuuid1 | |
login login | |
lsb-base lsb-base | |
mawk mawk | |
mount mount | |
multiarch-support multiarch-support | |
ncurses-base ncurses-base | |
ncurses-bin ncurses-bin | |
netbase netbase | |
passwd passwd | |
perl-base perl-base | |
procps < | |
readline-common < | |
sed sed | |
sensible-utils sensible-utils | |
startpar < | |
systemd < | |
systemd-sysv < | |
sysv-rc < | |
sysvinit-utils sysvinit-utils | |
tar tar | |
tzdata tzdata | |
udev < | |
util-linux util-linux | |
zlib1g zlib1g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run --rm debian:jessie apt list --installed 2>/dev/null | tail -n+2 | sed 's|/.*$||g' | |
acl | |
adduser | |
apt | |
base-files | |
base-passwd | |
bash | |
bsdutils | |
coreutils | |
dash | |
debconf | |
debconf-i18n | |
debian-archive-keyring | |
debianutils | |
diffutils | |
dmsetup | |
dpkg | |
e2fslibs | |
e2fsprogs | |
findutils | |
gcc-4.8-base | |
gcc-4.9-base | |
gnupg | |
gpgv | |
grep | |
gzip | |
hostname | |
inetutils-ping | |
init | |
initscripts | |
insserv | |
iproute2 | |
libacl1 | |
libapt-pkg4.12 | |
libattr1 | |
libaudit-common | |
libaudit1 | |
libblkid1 | |
libbz2-1.0 | |
libc-bin | |
libc6 | |
libcap2 | |
libcap2-bin | |
libcomerr2 | |
libcryptsetup4 | |
libdb5.3 | |
libdebconfclient0 | |
libdevmapper1.02.1 | |
libgcc1 | |
libgcrypt20 | |
libgpg-error0 | |
libkmod2 | |
liblocale-gettext-perl | |
liblzma5 | |
libmount1 | |
libncurses5 | |
libncursesw5 | |
libpam-modules | |
libpam-modules-bin | |
libpam-runtime | |
libpam0g | |
libpcre3 | |
libprocps3 | |
libreadline6 | |
libselinux1 | |
libsemanage-common | |
libsemanage1 | |
libsepol1 | |
libslang2 | |
libsmartcols1 | |
libss2 | |
libstdc++6 | |
libsystemd0 | |
libtext-charwidth-perl | |
libtext-iconv-perl | |
libtext-wrapi18n-perl | |
libtinfo5 | |
libudev1 | |
libusb-0.1-4 | |
libustr-1.0-1 | |
libuuid1 | |
login | |
lsb-base | |
mawk | |
mount | |
multiarch-support | |
ncurses-base | |
ncurses-bin | |
netbase | |
passwd | |
perl-base | |
procps | |
readline-common | |
sed | |
sensible-utils | |
startpar | |
systemd | |
systemd-sysv | |
sysv-rc | |
sysvinit-utils | |
tar | |
tzdata | |
udev | |
util-linux | |
zlib1g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run --rm debian:stretch apt list --installed 2>/dev/null | tail -n+2 | sed 's|/.*$||g' | |
adduser | |
apt | |
base-files | |
base-passwd | |
bash | |
bsdutils | |
coreutils | |
dash | |
debconf | |
debian-archive-keyring | |
debianutils | |
diffutils | |
dpkg | |
e2fslibs | |
e2fsprogs | |
findutils | |
gcc-6-base | |
gpgv | |
grep | |
gzip | |
hostname | |
inetutils-ping | |
init-system-helpers | |
iproute2 | |
libacl1 | |
libapt-pkg5.0 | |
libattr1 | |
libaudit-common | |
libaudit1 | |
libblkid1 | |
libbz2-1.0 | |
libc-bin | |
libc6 | |
libcap-ng0 | |
libcomerr2 | |
libdb5.3 | |
libdebconfclient0 | |
libelf1 | |
libfdisk1 | |
libgcc1 | |
libgcrypt20 | |
libgpg-error0 | |
liblz4-1 | |
liblzma5 | |
libmnl0 | |
libmount1 | |
libncursesw5 | |
libpam-modules | |
libpam-modules-bin | |
libpam-runtime | |
libpam0g | |
libpcre3 | |
libselinux1 | |
libsemanage-common | |
libsemanage1 | |
libsepol1 | |
libsmartcols1 | |
libss2 | |
libstdc++6 | |
libsystemd0 | |
libtinfo5 | |
libudev1 | |
libustr-1.0-1 | |
libuuid1 | |
login | |
lsb-base | |
mawk | |
mount | |
multiarch-support | |
ncurses-base | |
ncurses-bin | |
netbase | |
passwd | |
perl-base | |
sed | |
sensible-utils | |
sysvinit-utils | |
tar | |
tzdata | |
util-linux | |
zlib1g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment