| Server IP : 94.16.115.136 / Your IP : 216.73.217.106 Web Server : Apache/2.4.52 (Ubuntu) System : Linux rogerrabbit 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : bkillingseder ( 1001) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /snap/postgresql10/current/snap/ |
Upload File : |
name: postgresql10
version: 10.4
summary: PostgreSQL is a powerful, open source object-relational database system.
description: PostgreSQL is a powerful, open source object-relational database system.
It has more than 15 years of active development and a proven architecture that has
earned it a strong reputation for reliability, data integrity, and correctness.
confinement: strict
grade: stable
apps:
clusterdb:
command: command-clusterdb.wrapper
plugs:
- network
createdb:
command: command-createdb.wrapper
plugs:
- network
createuser:
command: command-createuser.wrapper
plugs:
- network
dropdb:
command: command-dropdb.wrapper
plugs:
- network
dropuser:
command: command-dropuser.wrapper
plugs:
- network
ecpg:
command: command-ecpg.wrapper
initdb:
command: command-initdb.wrapper
initialize:
command: command-initialize.wrapper
oid2name:
command: command-oid2name.wrapper
plugs:
- network
pgarchivecleanup:
command: command-pgarchivecleanup.wrapper
pgbasebackup:
command: command-pgbasebackup.wrapper
plugs:
- network
pgbench:
command: command-pgbench.wrapper
plugs:
- network
pgconfig:
command: command-pgconfig.wrapper
pgcontroldata:
command: command-pgcontroldata.wrapper
pgctl:
command: command-pgctl.wrapper
plugs:
- network
- network-bind
pgdump:
command: command-pgdump.wrapper
plugs:
- network
pgdumpall:
command: command-pgdumpall.wrapper
plugs:
- network
pgisready:
command: command-pgisready.wrapper
plugs:
- network
pgreceivewal:
command: command-pgreceivewal.wrapper
plugs:
- network
pgrecvlogical:
command: command-pgrecvlogical.wrapper
plugs:
- network
pgresetwal:
command: command-pgresetwal.wrapper
pgrestore:
command: command-pgrestore.wrapper
plugs:
- network
pgrewind:
command: command-pgrewind.wrapper
plugs:
- network
pgtestfsync:
command: command-pgtestfsync.wrapper
pgtesttiming:
command: command-pgtesttiming.wrapper
pgupgrade:
command: command-pgupgrade.wrapper
pgwaldump:
command: command-pgwaldump.wrapper
postgres:
command: command-postgres.wrapper
plugs:
- network
- network-bind
postmaster:
command: command-postmaster.wrapper
plugs:
- network
psql:
command: command-psql.wrapper
plugs:
- network
reindexdb:
command: command-reindexdb.wrapper
plugs:
- network
vacuumdb:
command: command-vacuumdb.wrapper
plugs:
- network
vacuumlo:
command: command-vacuumlo.wrapper
plugs:
- network
parts:
postgresql:
build: |2
HOST_MULTIARCH=$(gcc -print-multiarch)
ARCH=$(dpkg-architecture -qDEB_HOST_ARCH_BITS)
if [ $ARCH -eq 64 ]; then
EXTRA_CFLAGS="-fno-omit-frame-pointer"
elif [ $ARCH -eq 32 ]; then
EXTRA_CFLAGS="-fPIC -pie"
fi
./configure \
LDFLAGS="-Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/$HOST_MULTIARCH/mit-krb5" \
CFLAGS="-I/usr/include/mit-krb5 $EXTRA_CFLAGS" \
--prefix=/usr \
--localstatedir=/etc \
--sysconfdir=/var \
--enable-nls \
--enable-integer-datetimes \
--enable-thread-safety \
--enable-tap-tests \
--enable-debug \
--disable-rpath \
--with-icu \
--with-uuid=e2fs \
--with-gnu-ld \
--with-pgport=5432 \
--with-system-tzdata=/usr/share/zoneinfo \
--with-ldap \
--with-tcl \
--with-tclconfig=/usr/lib/tcl8.6/ \
--with-perl \
--with-python \
--with-pam \
--with-openssl \
--with-libxml \
--with-libxslt && make world
build-packages:
- bison
- flex
- libreadline-dev
- zlib1g-dev
- python-dev
- tcl8.6-dev
- libssl-dev
- libpam0g-dev
- libxml2-dev
- libldap2-dev
- libxslt1-dev
- uuid-dev
- libxml2-utils
- openjade
- opensp
- xsltproc
- gettext
- libperl-dev
- dpkg-dev
- pkg-config
- libicu-dev
- libipc-run-perl
- libio-pty-perl
install: 'make install-world DESTDIR=$SNAPCRAFT_PART_INSTALL
'
installed-packages:
- adduser=3.113+nmu3ubuntu4
- advancecomp=1.20-1ubuntu0.1
- apparmor=2.10.95-0ubuntu2.9
- apt=1.2.26
- apt-transport-https=1.2.26
- autoconf=2.69-9
- automake=1:1.15-4ubuntu1
- autopoint=0.19.7-2ubuntu3
- autotools-dev=20150820.1
- base-files=9.4ubuntu4.6
- base-passwd=3.5.39
- bash=4.3-14ubuntu1.2
- binutils=2.26.1-1ubuntu1~16.04.6
- bison=2:3.0.4.dfsg-1
- bsdutils=1:2.27.1-6ubuntu3.4
- build-essential=12.1ubuntu2
- bzip2=1.0.6-8
- ca-certificates=20170717~16.04.1
- coreutils=8.25-2ubuntu3~16.04
- cpp=4:5.3.1-1ubuntu1
- cpp-5=5.4.0-6ubuntu1~16.04.9
- dash=0.5.8-2.1ubuntu2
- debconf=1.5.58ubuntu1
- debianutils=4.7
- dh-python=2.20151103ubuntu1.1
- diffutils=1:3.3-3
- dmsetup=2:1.02.110-1ubuntu10
- dpkg=1.18.4ubuntu1.4
- dpkg-dev=1.18.4ubuntu1.4
- e2fslibs=1.42.13-1ubuntu1
- e2fsprogs=1.42.13-1ubuntu1
- execstack=0.0.20130503-1.1
- fakeroot=1.20.2-1ubuntu1
- file=1:5.25-2ubuntu1
- findutils=4.6.0+git+20160126-2
- flex=2.6.0-11
- fuse=2.9.4-1ubuntu3.1
- g++=4:5.3.1-1ubuntu1
- g++-5=5.4.0-6ubuntu1~16.04.9
- gcc=4:5.3.1-1ubuntu1
- gcc-5=5.4.0-6ubuntu1~16.04.9
- gcc-5-base=5.4.0-6ubuntu1~16.04.9
- gcc-6-base=6.0.1-0ubuntu1
- gettext=0.19.7-2ubuntu3
- gettext-base=0.19.7-2ubuntu3
- git=1:2.7.4-0ubuntu1.3
- git-man=1:2.7.4-0ubuntu1.3
- gnupg=1.4.20-1ubuntu3.1
- gpgv=1.4.20-1ubuntu3.1
- grep=2.25-1~16.04.1
- gzip=1.6-4ubuntu1
- hostname=3.16ubuntu2
- icu-devtools=55.1-7ubuntu0.4
- init=1.29ubuntu4
- init-system-helpers=1.29ubuntu4
- initscripts=2.88dsf-59.3ubuntu2
- insserv=1.14.0-5ubuntu3
- libacl1=2.2.52-3
- libapparmor-perl=2.10.95-0ubuntu2.9
- libapparmor1=2.10.95-0ubuntu2.9
- libapt-inst2.0=1.2.26
- libapt-pkg5.0=1.2.26
- libasan2=5.4.0-6ubuntu1~16.04.9
- libasn1-8-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libasprintf0v5=0.19.7-2ubuntu3
- libatomic1=5.4.0-6ubuntu1~16.04.9
- libattr1=1:2.4.47-2
- libaudit-common=1:2.4.5-1ubuntu2.1
- libaudit1=1:2.4.5-1ubuntu2.1
- libbison-dev=2:3.0.4.dfsg-1
- libblkid1=2.27.1-6ubuntu3.4
- libbsd0=0.8.2-1
- libbz2-1.0=1.0.6-8
- libc-bin=2.23-0ubuntu10
- libc-dev-bin=2.23-0ubuntu10
- libc6=2.23-0ubuntu10
- libc6-dev=2.23-0ubuntu10
- libcap2=1:2.24-12
- libcap2-bin=1:2.24-12
- libcc1-0=5.4.0-6ubuntu1~16.04.9
- libcilkrts5=5.4.0-6ubuntu1~16.04.9
- libcomerr2=1.42.13-1ubuntu1
- libcroco3=0.6.11-1
- libcryptsetup4=2:1.6.6-5ubuntu2.1
- libcurl3-gnutls=7.47.0-1ubuntu2.7
- libdb5.3=5.3.28-11ubuntu0.1
- libdbus-1-3=1.10.6-1ubuntu3.3
- libdebconfclient0=0.198ubuntu1
- libdevmapper1.02.1=2:1.02.110-1ubuntu10
- libdpkg-perl=1.18.4ubuntu1.4
- libedit2=3.1-20150325-1ubuntu2
- libelf1=0.165-3ubuntu1
- liberror-perl=0.17-1.2
- libexpat1=2.1.0-7ubuntu0.16.04.3
- libexpat1-dev=2.1.0-7ubuntu0.16.04.3
- libfakeroot=1.20.2-1ubuntu1
- libfdisk1=2.27.1-6ubuntu3.4
- libffi6=3.2.1-4
- libfl-dev=2.6.0-11
- libfuse2=2.9.4-1ubuntu3.1
- libgcc-5-dev=5.4.0-6ubuntu1~16.04.9
- libgcc1=1:6.0.1-0ubuntu1
- libgcrypt20=1.6.5-2ubuntu0.4
- libgdbm3=1.8.3-13.1
- libglib2.0-0=2.48.2-0ubuntu1
- libgmp10=2:6.1.0+dfsg-2
- libgnutls30=3.4.10-4ubuntu1.4
- libgomp1=5.4.0-6ubuntu1~16.04.9
- libgpg-error0=1.21-2ubuntu1
- libgssapi-krb5-2=1.13.2+dfsg-5ubuntu2
- libgssapi3-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libhcrypto4-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libheimbase1-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libheimntlm0-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libhogweed4=3.2-1ubuntu0.16.04.1
- libhx509-5-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libicu-dev=55.1-7ubuntu0.4
- libicu55=55.1-7ubuntu0.4
- libidn11=1.32-3ubuntu1.2
- libio-pty-perl=1:1.08-1.1build1
- libipc-run-perl=0.94-1
- libisl15=0.16.1-1
- libitm1=5.4.0-6ubuntu1~16.04.9
- libk5crypto3=1.13.2+dfsg-5ubuntu2
- libkeyutils1=1.5.9-8ubuntu1
- libkmod2=22-1ubuntu5
- libkrb5-26-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libkrb5-3=1.13.2+dfsg-5ubuntu2
- libkrb5support0=1.13.2+dfsg-5ubuntu2
- libldap-2.4-2=2.4.42+dfsg-2ubuntu3.2
- libldap2-dev=2.4.42+dfsg-2ubuntu3.2
- liblockfile-bin=1.09-6ubuntu1
- liblockfile1=1.09-6ubuntu1
- liblsan0=5.4.0-6ubuntu1~16.04.9
- liblz4-1=0.0~r131-2ubuntu2
- liblzma5=5.1.1alpha+20120614-2ubuntu2
- liblzo2-2=2.08-1.2
- libmagic1=1:5.25-2ubuntu1
- libmount1=2.27.1-6ubuntu3.4
- libmpc3=1.0.3-1
- libmpdec2=2.4.2-1
- libmpfr4=3.1.4-1
- libmpx0=5.4.0-6ubuntu1~16.04.9
- libncurses5=6.0+20160213-1ubuntu1
- libncursesw5=6.0+20160213-1ubuntu1
- libnettle6=3.2-1ubuntu0.16.04.1
- libnih-dbus1=1.0.3-4.3ubuntu1
- libnih1=1.0.3-4.3ubuntu1
- libosp5=1.5.2-13ubuntu1
- libostyle1c2=1.4devel1-21.1
- libp11-kit0=0.23.2-5~ubuntu16.04.1
- libpam-modules=1.1.8-3.2ubuntu2.1
- libpam-modules-bin=1.1.8-3.2ubuntu2.1
- libpam-runtime=1.1.8-3.2ubuntu2.1
- libpam0g=1.1.8-3.2ubuntu2.1
- libpam0g-dev=1.1.8-3.2ubuntu2.1
- libpcre3=2:8.38-3.1
- libperl-dev=5.22.1-9ubuntu0.3
- libperl5.22=5.22.1-9ubuntu0.3
- libpng12-0=1.2.54-1ubuntu1
- libprocps4=2:3.3.10-4ubuntu2.3
- libpython-dev=2.7.12-1~16.04
- libpython-stdlib=2.7.12-1~16.04
- libpython2.7=2.7.12-1ubuntu0~16.04.3
- libpython2.7-dev=2.7.12-1ubuntu0~16.04.3
- libpython2.7-minimal=2.7.12-1ubuntu0~16.04.3
- libpython2.7-stdlib=2.7.12-1ubuntu0~16.04.3
- libpython3-stdlib=3.5.1-3
- libpython3.5-minimal=3.5.2-2ubuntu0~16.04.4
- libpython3.5-stdlib=3.5.2-2ubuntu0~16.04.4
- libquadmath0=5.4.0-6ubuntu1~16.04.9
- libreadline-dev=6.3-8ubuntu2
- libreadline6=6.3-8ubuntu2
- libreadline6-dev=6.3-8ubuntu2
- libroken18-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- librtmp1=2.4+20151223.gitfa8646d-1ubuntu0.1
- libsasl2-2=2.1.26.dfsg1-14build1
- libsasl2-modules-db=2.1.26.dfsg1-14build1
- libseccomp2=2.3.1-2.1ubuntu2~16.04.1
- libselinux1=2.4-3build2
- libsemanage-common=2.3-1build3
- libsemanage1=2.3-1build3
- libsepol1=2.4-2
- libsigsegv2=2.10-4
- libslang2=2.3.0-2ubuntu1
- libsmartcols1=2.27.1-6ubuntu3.4
- libsodium18=1.0.8-5
- libsqlite3-0=3.11.0-1ubuntu1
- libss2=1.42.13-1ubuntu1
- libssl-dev=1.0.2g-1ubuntu4.12
- libssl1.0.0=1.0.2g-1ubuntu4.12
- libstdc++-5-dev=5.4.0-6ubuntu1~16.04.9
- libstdc++6=5.4.0-6ubuntu1~16.04.9
- libsystemd0=229-4ubuntu21.2
- libtasn1-6=4.7-3ubuntu0.16.04.3
- libtcl8.6=8.6.5+dfsg-2
- libtinfo-dev=6.0+20160213-1ubuntu1
- libtinfo5=6.0+20160213-1ubuntu1
- libtool=2.4.6-0.1
- libtsan0=5.4.0-6ubuntu1~16.04.9
- libubsan0=5.4.0-6ubuntu1~16.04.9
- libudev1=229-4ubuntu21.2
- libunistring0=0.9.3-5.2ubuntu1
- libusb-0.1-4=2:0.1.12-28
- libustr-1.0-1=1.0.4-5
- libuuid1=2.27.1-6ubuntu3.4
- libwind0-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libwrap0=7.6.q-25
- libxml2=2.9.3+dfsg1-1ubuntu0.5
- libxml2-dev=2.9.3+dfsg1-1ubuntu0.5
- libxml2-utils=2.9.3+dfsg1-1ubuntu0.5
- libxslt1-dev=1.1.28-2.1ubuntu0.1
- libxslt1.1=1.1.28-2.1ubuntu0.1
- libyaml-0-2=0.1.6-3
- linux-libc-dev=4.4.0-124.148
- lockfile-progs=0.1.17
- login=1:4.2-3.1ubuntu5.3
- lsb-base=9.20160110ubuntu0.2
- m4=1.4.17-5
- make=4.1-6
- mawk=1.3.3-17ubuntu2
- mime-support=3.59ubuntu1
- mount=2.27.1-6ubuntu3.4
- multiarch-support=2.23-0ubuntu10
- ncurses-base=6.0+20160213-1ubuntu1
- ncurses-bin=6.0+20160213-1ubuntu1
- openjade=1.4devel1-21.1
- opensp=1.5.2-13ubuntu1
- openssh-client=1:7.2p2-4ubuntu2.4
- openssl=1.0.2g-1ubuntu4.12
- optipng=0.7.6-1ubuntu0.16.04.1
- passwd=1:4.2-3.1ubuntu5.3
- patch=2.7.5-1ubuntu0.16.04.1
- patchelf=0.9-1~ubuntu16.04.1
- perl=5.22.1-9ubuntu0.3
- perl-base=5.22.1-9ubuntu0.3
- perl-modules-5.22=5.22.1-9ubuntu0.3
- pkg-config=0.29.1-0ubuntu1
- pkg-create-dbgsym=0.72
- pkgbinarymangler=129
- policyrcd-script-zg2=0.1-2
- procps=2:3.3.10-4ubuntu2.3
- python=2.7.12-1~16.04
- python-apt-common=1.1.0~beta1ubuntu0.16.04.1
- python-chardet=2.3.0-2
- python-dev=2.7.12-1~16.04
- python-minimal=2.7.12-1~16.04
- python-pkg-resources=20.7.0-1
- python-requests=2.9.1-3
- python-six=1.10.0-3
- python-urllib3=1.13.1-2ubuntu0.16.04.1
- python2.7=2.7.12-1ubuntu0~16.04.3
- python2.7-dev=2.7.12-1ubuntu0~16.04.3
- python2.7-minimal=2.7.12-1ubuntu0~16.04.3
- python3=3.5.1-3
- python3-apt=1.1.0~beta1ubuntu0.16.04.1
- python3-chardet=2.3.0-2
- python3-click=6.2-2ubuntu1
- python3-colorama=0.3.7-1
- python3-debian=0.1.27ubuntu2
- python3-jsonschema=2.5.1-4
- python3-libnacl=1.4.5-0ubuntu1
- python3-lxml=3.5.0-1build1
- python3-minimal=3.5.1-3
- python3-petname=2.0-0ubuntu1~16.04
- python3-pkg-resources=20.7.0-1
- python3-progressbar=2.3-2
- python3-pyelftools=0.23-2
- python3-pymacaroons=0.9.2-0ubuntu1
- python3-pysha3=1.0.0-0ubuntu1~ubuntu16.04.1
- python3-requests=2.9.1-3
- python3-requests-toolbelt=0.6.0-2
- python3-requests-unixsocket=0.1.5-0ubuntu4
- python3-simplejson=3.8.1-1ubuntu2
- python3-six=1.10.0-3
- python3-tabulate=0.7.5-1
- python3-urllib3=1.13.1-2ubuntu0.16.04.1
- python3-xdg=0.25-4
- python3-yaml=3.11-3build1
- python3.5=3.5.2-2ubuntu0~16.04.4
- python3.5-minimal=3.5.2-2ubuntu0~16.04.4
- readline-common=6.3-8ubuntu2
- sed=4.2.2-7
- sensible-utils=0.0.9ubuntu0.16.04.1
- sgml-base=1.26+nmu4ubuntu1
- snapcraft=2.42
- snapd=2.32.3.2
- socat=1.7.3.1-1
- squashfs-tools=1:4.3-3ubuntu2.16.04.1
- squashfuse=0.1.100-0ubuntu1~ubuntu16.04.1
- sudo=1.8.16-0ubuntu1.5
- systemd=229-4ubuntu21.2
- systemd-sysv=229-4ubuntu21.2
- sysv-rc=2.88dsf-59.3ubuntu2
- sysvinit-utils=2.88dsf-59.3ubuntu2
- tar=1.28-2.1ubuntu0.1
- tcl8.6=8.6.5+dfsg-2
- tcl8.6-dev=8.6.5+dfsg-2
- tzdata=2017c-0ubuntu0.16.04
- ubuntu-keyring=2012.05.19
- udev=229-4ubuntu21.2
- util-linux=2.27.1-6ubuntu3.4
- uuid-dev=2.27.1-6ubuntu3.4
- xdelta3=3.0.8-dfsg-1ubuntu2
- xsltproc=1.1.28-2.1ubuntu0.1
- xz-utils=5.1.1alpha+20120614-2ubuntu2
- zlib1g=1:1.2.8.dfsg-2ubuntu4.1
- zlib1g-dev=1:1.2.8.dfsg-2ubuntu4.1
installed-snaps: []
plugin: autotools
prime: []
source: https://ftp.postgresql.org/pub/source/v10.4/postgresql-10.4.tar.bz2
stage: []
stage-packages:
- locales=2.23-0ubuntu10
- gcc-6-base=6.0.1-0ubuntu1
- libc-bin=2.23-0ubuntu10
uname: 'Linux 4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 2018 x86_64
x86_64 x86_64 GNU/Linux'
wrapper:
build-packages: []
installed-packages:
- adduser=3.113+nmu3ubuntu4
- advancecomp=1.20-1ubuntu0.1
- apparmor=2.10.95-0ubuntu2.9
- apt=1.2.26
- apt-transport-https=1.2.26
- autoconf=2.69-9
- automake=1:1.15-4ubuntu1
- autopoint=0.19.7-2ubuntu3
- autotools-dev=20150820.1
- base-files=9.4ubuntu4.6
- base-passwd=3.5.39
- bash=4.3-14ubuntu1.2
- binutils=2.26.1-1ubuntu1~16.04.6
- bison=2:3.0.4.dfsg-1
- bsdutils=1:2.27.1-6ubuntu3.4
- build-essential=12.1ubuntu2
- bzip2=1.0.6-8
- ca-certificates=20170717~16.04.1
- coreutils=8.25-2ubuntu3~16.04
- cpp=4:5.3.1-1ubuntu1
- cpp-5=5.4.0-6ubuntu1~16.04.9
- dash=0.5.8-2.1ubuntu2
- debconf=1.5.58ubuntu1
- debianutils=4.7
- dh-python=2.20151103ubuntu1.1
- diffutils=1:3.3-3
- dmsetup=2:1.02.110-1ubuntu10
- dpkg=1.18.4ubuntu1.4
- dpkg-dev=1.18.4ubuntu1.4
- e2fslibs=1.42.13-1ubuntu1
- e2fsprogs=1.42.13-1ubuntu1
- execstack=0.0.20130503-1.1
- fakeroot=1.20.2-1ubuntu1
- file=1:5.25-2ubuntu1
- findutils=4.6.0+git+20160126-2
- flex=2.6.0-11
- fuse=2.9.4-1ubuntu3.1
- g++=4:5.3.1-1ubuntu1
- g++-5=5.4.0-6ubuntu1~16.04.9
- gcc=4:5.3.1-1ubuntu1
- gcc-5=5.4.0-6ubuntu1~16.04.9
- gcc-5-base=5.4.0-6ubuntu1~16.04.9
- gcc-6-base=6.0.1-0ubuntu1
- gettext=0.19.7-2ubuntu3
- gettext-base=0.19.7-2ubuntu3
- git=1:2.7.4-0ubuntu1.3
- git-man=1:2.7.4-0ubuntu1.3
- gnupg=1.4.20-1ubuntu3.1
- gpgv=1.4.20-1ubuntu3.1
- grep=2.25-1~16.04.1
- gzip=1.6-4ubuntu1
- hostname=3.16ubuntu2
- icu-devtools=55.1-7ubuntu0.4
- init=1.29ubuntu4
- init-system-helpers=1.29ubuntu4
- initscripts=2.88dsf-59.3ubuntu2
- insserv=1.14.0-5ubuntu3
- libacl1=2.2.52-3
- libapparmor-perl=2.10.95-0ubuntu2.9
- libapparmor1=2.10.95-0ubuntu2.9
- libapt-inst2.0=1.2.26
- libapt-pkg5.0=1.2.26
- libasan2=5.4.0-6ubuntu1~16.04.9
- libasn1-8-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libasprintf0v5=0.19.7-2ubuntu3
- libatomic1=5.4.0-6ubuntu1~16.04.9
- libattr1=1:2.4.47-2
- libaudit-common=1:2.4.5-1ubuntu2.1
- libaudit1=1:2.4.5-1ubuntu2.1
- libbison-dev=2:3.0.4.dfsg-1
- libblkid1=2.27.1-6ubuntu3.4
- libbsd0=0.8.2-1
- libbz2-1.0=1.0.6-8
- libc-bin=2.23-0ubuntu10
- libc-dev-bin=2.23-0ubuntu10
- libc6=2.23-0ubuntu10
- libc6-dev=2.23-0ubuntu10
- libcap2=1:2.24-12
- libcap2-bin=1:2.24-12
- libcc1-0=5.4.0-6ubuntu1~16.04.9
- libcilkrts5=5.4.0-6ubuntu1~16.04.9
- libcomerr2=1.42.13-1ubuntu1
- libcroco3=0.6.11-1
- libcryptsetup4=2:1.6.6-5ubuntu2.1
- libcurl3-gnutls=7.47.0-1ubuntu2.7
- libdb5.3=5.3.28-11ubuntu0.1
- libdbus-1-3=1.10.6-1ubuntu3.3
- libdebconfclient0=0.198ubuntu1
- libdevmapper1.02.1=2:1.02.110-1ubuntu10
- libdpkg-perl=1.18.4ubuntu1.4
- libedit2=3.1-20150325-1ubuntu2
- libelf1=0.165-3ubuntu1
- liberror-perl=0.17-1.2
- libexpat1=2.1.0-7ubuntu0.16.04.3
- libexpat1-dev=2.1.0-7ubuntu0.16.04.3
- libfakeroot=1.20.2-1ubuntu1
- libfdisk1=2.27.1-6ubuntu3.4
- libffi6=3.2.1-4
- libfl-dev=2.6.0-11
- libfuse2=2.9.4-1ubuntu3.1
- libgcc-5-dev=5.4.0-6ubuntu1~16.04.9
- libgcc1=1:6.0.1-0ubuntu1
- libgcrypt20=1.6.5-2ubuntu0.4
- libgdbm3=1.8.3-13.1
- libglib2.0-0=2.48.2-0ubuntu1
- libgmp10=2:6.1.0+dfsg-2
- libgnutls30=3.4.10-4ubuntu1.4
- libgomp1=5.4.0-6ubuntu1~16.04.9
- libgpg-error0=1.21-2ubuntu1
- libgssapi-krb5-2=1.13.2+dfsg-5ubuntu2
- libgssapi3-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libhcrypto4-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libheimbase1-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libheimntlm0-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libhogweed4=3.2-1ubuntu0.16.04.1
- libhx509-5-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libicu-dev=55.1-7ubuntu0.4
- libicu55=55.1-7ubuntu0.4
- libidn11=1.32-3ubuntu1.2
- libio-pty-perl=1:1.08-1.1build1
- libipc-run-perl=0.94-1
- libisl15=0.16.1-1
- libitm1=5.4.0-6ubuntu1~16.04.9
- libk5crypto3=1.13.2+dfsg-5ubuntu2
- libkeyutils1=1.5.9-8ubuntu1
- libkmod2=22-1ubuntu5
- libkrb5-26-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libkrb5-3=1.13.2+dfsg-5ubuntu2
- libkrb5support0=1.13.2+dfsg-5ubuntu2
- libldap-2.4-2=2.4.42+dfsg-2ubuntu3.2
- libldap2-dev=2.4.42+dfsg-2ubuntu3.2
- liblockfile-bin=1.09-6ubuntu1
- liblockfile1=1.09-6ubuntu1
- liblsan0=5.4.0-6ubuntu1~16.04.9
- liblz4-1=0.0~r131-2ubuntu2
- liblzma5=5.1.1alpha+20120614-2ubuntu2
- liblzo2-2=2.08-1.2
- libmagic1=1:5.25-2ubuntu1
- libmount1=2.27.1-6ubuntu3.4
- libmpc3=1.0.3-1
- libmpdec2=2.4.2-1
- libmpfr4=3.1.4-1
- libmpx0=5.4.0-6ubuntu1~16.04.9
- libncurses5=6.0+20160213-1ubuntu1
- libncursesw5=6.0+20160213-1ubuntu1
- libnettle6=3.2-1ubuntu0.16.04.1
- libnih-dbus1=1.0.3-4.3ubuntu1
- libnih1=1.0.3-4.3ubuntu1
- libosp5=1.5.2-13ubuntu1
- libostyle1c2=1.4devel1-21.1
- libp11-kit0=0.23.2-5~ubuntu16.04.1
- libpam-modules=1.1.8-3.2ubuntu2.1
- libpam-modules-bin=1.1.8-3.2ubuntu2.1
- libpam-runtime=1.1.8-3.2ubuntu2.1
- libpam0g=1.1.8-3.2ubuntu2.1
- libpam0g-dev=1.1.8-3.2ubuntu2.1
- libpcre3=2:8.38-3.1
- libperl-dev=5.22.1-9ubuntu0.3
- libperl5.22=5.22.1-9ubuntu0.3
- libpng12-0=1.2.54-1ubuntu1
- libprocps4=2:3.3.10-4ubuntu2.3
- libpython-dev=2.7.12-1~16.04
- libpython-stdlib=2.7.12-1~16.04
- libpython2.7=2.7.12-1ubuntu0~16.04.3
- libpython2.7-dev=2.7.12-1ubuntu0~16.04.3
- libpython2.7-minimal=2.7.12-1ubuntu0~16.04.3
- libpython2.7-stdlib=2.7.12-1ubuntu0~16.04.3
- libpython3-stdlib=3.5.1-3
- libpython3.5-minimal=3.5.2-2ubuntu0~16.04.4
- libpython3.5-stdlib=3.5.2-2ubuntu0~16.04.4
- libquadmath0=5.4.0-6ubuntu1~16.04.9
- libreadline-dev=6.3-8ubuntu2
- libreadline6=6.3-8ubuntu2
- libreadline6-dev=6.3-8ubuntu2
- libroken18-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- librtmp1=2.4+20151223.gitfa8646d-1ubuntu0.1
- libsasl2-2=2.1.26.dfsg1-14build1
- libsasl2-modules-db=2.1.26.dfsg1-14build1
- libseccomp2=2.3.1-2.1ubuntu2~16.04.1
- libselinux1=2.4-3build2
- libsemanage-common=2.3-1build3
- libsemanage1=2.3-1build3
- libsepol1=2.4-2
- libsigsegv2=2.10-4
- libslang2=2.3.0-2ubuntu1
- libsmartcols1=2.27.1-6ubuntu3.4
- libsodium18=1.0.8-5
- libsqlite3-0=3.11.0-1ubuntu1
- libss2=1.42.13-1ubuntu1
- libssl-dev=1.0.2g-1ubuntu4.12
- libssl1.0.0=1.0.2g-1ubuntu4.12
- libstdc++-5-dev=5.4.0-6ubuntu1~16.04.9
- libstdc++6=5.4.0-6ubuntu1~16.04.9
- libsystemd0=229-4ubuntu21.2
- libtasn1-6=4.7-3ubuntu0.16.04.3
- libtcl8.6=8.6.5+dfsg-2
- libtinfo-dev=6.0+20160213-1ubuntu1
- libtinfo5=6.0+20160213-1ubuntu1
- libtool=2.4.6-0.1
- libtsan0=5.4.0-6ubuntu1~16.04.9
- libubsan0=5.4.0-6ubuntu1~16.04.9
- libudev1=229-4ubuntu21.2
- libunistring0=0.9.3-5.2ubuntu1
- libusb-0.1-4=2:0.1.12-28
- libustr-1.0-1=1.0.4-5
- libuuid1=2.27.1-6ubuntu3.4
- libwind0-heimdal=1.7~git20150920+dfsg-4ubuntu1.16.04.1
- libwrap0=7.6.q-25
- libxml2=2.9.3+dfsg1-1ubuntu0.5
- libxml2-dev=2.9.3+dfsg1-1ubuntu0.5
- libxml2-utils=2.9.3+dfsg1-1ubuntu0.5
- libxslt1-dev=1.1.28-2.1ubuntu0.1
- libxslt1.1=1.1.28-2.1ubuntu0.1
- libyaml-0-2=0.1.6-3
- linux-libc-dev=4.4.0-124.148
- lockfile-progs=0.1.17
- login=1:4.2-3.1ubuntu5.3
- lsb-base=9.20160110ubuntu0.2
- m4=1.4.17-5
- make=4.1-6
- mawk=1.3.3-17ubuntu2
- mime-support=3.59ubuntu1
- mount=2.27.1-6ubuntu3.4
- multiarch-support=2.23-0ubuntu10
- ncurses-base=6.0+20160213-1ubuntu1
- ncurses-bin=6.0+20160213-1ubuntu1
- openjade=1.4devel1-21.1
- opensp=1.5.2-13ubuntu1
- openssh-client=1:7.2p2-4ubuntu2.4
- openssl=1.0.2g-1ubuntu4.12
- optipng=0.7.6-1ubuntu0.16.04.1
- passwd=1:4.2-3.1ubuntu5.3
- patch=2.7.5-1ubuntu0.16.04.1
- patchelf=0.9-1~ubuntu16.04.1
- perl=5.22.1-9ubuntu0.3
- perl-base=5.22.1-9ubuntu0.3
- perl-modules-5.22=5.22.1-9ubuntu0.3
- pkg-config=0.29.1-0ubuntu1
- pkg-create-dbgsym=0.72
- pkgbinarymangler=129
- policyrcd-script-zg2=0.1-2
- procps=2:3.3.10-4ubuntu2.3
- python=2.7.12-1~16.04
- python-apt-common=1.1.0~beta1ubuntu0.16.04.1
- python-chardet=2.3.0-2
- python-dev=2.7.12-1~16.04
- python-minimal=2.7.12-1~16.04
- python-pkg-resources=20.7.0-1
- python-requests=2.9.1-3
- python-six=1.10.0-3
- python-urllib3=1.13.1-2ubuntu0.16.04.1
- python2.7=2.7.12-1ubuntu0~16.04.3
- python2.7-dev=2.7.12-1ubuntu0~16.04.3
- python2.7-minimal=2.7.12-1ubuntu0~16.04.3
- python3=3.5.1-3
- python3-apt=1.1.0~beta1ubuntu0.16.04.1
- python3-chardet=2.3.0-2
- python3-click=6.2-2ubuntu1
- python3-colorama=0.3.7-1
- python3-debian=0.1.27ubuntu2
- python3-jsonschema=2.5.1-4
- python3-libnacl=1.4.5-0ubuntu1
- python3-lxml=3.5.0-1build1
- python3-minimal=3.5.1-3
- python3-petname=2.0-0ubuntu1~16.04
- python3-pkg-resources=20.7.0-1
- python3-progressbar=2.3-2
- python3-pyelftools=0.23-2
- python3-pymacaroons=0.9.2-0ubuntu1
- python3-pysha3=1.0.0-0ubuntu1~ubuntu16.04.1
- python3-requests=2.9.1-3
- python3-requests-toolbelt=0.6.0-2
- python3-requests-unixsocket=0.1.5-0ubuntu4
- python3-simplejson=3.8.1-1ubuntu2
- python3-six=1.10.0-3
- python3-tabulate=0.7.5-1
- python3-urllib3=1.13.1-2ubuntu0.16.04.1
- python3-xdg=0.25-4
- python3-yaml=3.11-3build1
- python3.5=3.5.2-2ubuntu0~16.04.4
- python3.5-minimal=3.5.2-2ubuntu0~16.04.4
- readline-common=6.3-8ubuntu2
- sed=4.2.2-7
- sensible-utils=0.0.9ubuntu0.16.04.1
- sgml-base=1.26+nmu4ubuntu1
- snapcraft=2.42
- snapd=2.32.3.2
- socat=1.7.3.1-1
- squashfs-tools=1:4.3-3ubuntu2.16.04.1
- squashfuse=0.1.100-0ubuntu1~ubuntu16.04.1
- sudo=1.8.16-0ubuntu1.5
- systemd=229-4ubuntu21.2
- systemd-sysv=229-4ubuntu21.2
- sysv-rc=2.88dsf-59.3ubuntu2
- sysvinit-utils=2.88dsf-59.3ubuntu2
- tar=1.28-2.1ubuntu0.1
- tcl8.6=8.6.5+dfsg-2
- tcl8.6-dev=8.6.5+dfsg-2
- tzdata=2017c-0ubuntu0.16.04
- ubuntu-keyring=2012.05.19
- udev=229-4ubuntu21.2
- util-linux=2.27.1-6ubuntu3.4
- uuid-dev=2.27.1-6ubuntu3.4
- xdelta3=3.0.8-dfsg-1ubuntu2
- xsltproc=1.1.28-2.1ubuntu0.1
- xz-utils=5.1.1alpha+20120614-2ubuntu2
- zlib1g=1:1.2.8.dfsg-2ubuntu4.1
- zlib1g-dev=1:1.2.8.dfsg-2ubuntu4.1
installed-snaps: []
plugin: make
prime: []
source: .
stage: []
stage-packages: []
uname: 'Linux 4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 2018 x86_64
x86_64 x86_64 GNU/Linux'
architectures:
- amd64
image-info:
build_url: https://launchpad.net/~commandpromptinc/+snap/postgresql-10.4/+build/215251
build-packages: []
build-snaps: []