8000 Release v2.3 by den-run-ai · Pull Request #2 · pythonnet/pythonnet-docker · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Release v2.3 #2

Merged
merged 13 commits into from
Mar 13, 2017
Merged

Release v2.3 #2

merged 13 commits into from
Mar 13, 2017

Conversation

den-run-ai
Copy link
Contributor

@vmuriart
Copy link
Contributor

We could remove the specified version and just make it generic so that we don't have to keep updating this for every version.

If we going for version specific, it should be the full version 2.3.0

@cowboygneox
Copy link

The only reason it's specifically versioned is because of the combination of everything. Otherwise we could leave it more generic.

@cowboygneox
Copy link

LGTM. Sorry I've been a ghost for the past week. I've been really sick and am now coming out of it. Thanks for taking the initiative on this. Let me know if I can help any other way.

@vmuriart
Copy link
Contributor

It makes sense to freeze Python version, even mono to a certain degree, but I think we should float the pythonnet version.

@cowboygneox
Copy link

@vmuriart I'm not sure how you would float the pythonnet version. Can you elaborate?

@vmuriart
Copy link
Contributor

pip install pythonnet on the last line.

@cowboygneox
Copy link

@vmuriart We shouldn't do that because it creates a moving target on Docker. If you overwrite the tag with a new version, only environments specifically looking to pull the latest will get the latest, so some environments will have an older version while others have a new one. It's against Docker best-practices.

8000

@cowboygneox
Copy link

Docker assumes your tagged image will not change.

@vmuriart
Copy link
Contributor
vmuriart commented Mar 13, 2017

makes sense then. ok to merge/squash once the full version name is used then (2.3 to 2.3.0)

@cowboygneox
Copy link

I agree with full version name.

@den-run-ai
Copy link
Contributor Author

@cowboygneox @vmuriart updated, why is there a dot at the end of this command?

docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0 .

@cowboygneox
Copy link
cowboygneox commented Mar 13, 2017

@denfromufa the . represents the directory to use as the "sandbox" Docker uses. I'm telling it that everything in the current directory is fair game.

@vmuriart vmuriart merged commit f3033f0 into master Mar 13, 2017
@vmuriart vmuriart deleted the release-v2.3 branch March 13, 2017 22:13
@den-run-ai
Copy link
Contributor Author
den-run-ai commented Mar 13, 2017 via email

@cowboygneox
Copy link

IIRC, Travis doesn't provide the access necessary to build these images. Maybe they do now...

@den-run-ai
Copy link
Contributor Author

@cowboygneox @vmuriart do you know why the mono-complete package cannot be found? as you can see I tried multiple versions:

C:\Users\denis\Downloads\pythonnet-docker-master>docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0 .
Sending build context to Docker daemon 10.24 kB
Step 1/3 : FROM python:2.7
2.7: Pulling from library/python
693502eb7dfb: Pull complete
081cd4bfd521: Pull complete
5d2dc01312f3: Pull complete
54a5f7da9a4f: Pull complete
25b1aaa33436: Pull complete
a75260ba4cef: Pull complete
eb3e9a40e296: Pull complete
Digest: sha256:5ef60673008f19c14fe5cd7cf33b38c1e670e49a711d519550a1f66cda8a7710
Status: Downloaded newer image for python:2.7
 ---> ca388cdb5ac1
Step 2/3 : RUN apt-get update   && apt-get install -y curl   && rm -rf /var/lib/apt/lists/*   && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF   && echo "deb http://download.mono-project.com/repo/debian wheezy main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && apt-get update   && apt-get install -y mono-complete=4.8.0.495-0xamarin1   && rm -rf /var/lib/apt/lists/* /tmp/*
 ---> Running in 0dfdc3de7fd8
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Ign http://deb.debian.org jessie InRelease
Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:3 http://deb.debian.org jessie Release.gpg [2373 B]
Get:4 http://deb.debian.org jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [448 kB]
Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
Get:7 http://deb.debian.org jessie/main amd64 Packages [9049 kB]
Fetched 9874 kB in 12s (787 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.BLA5TYQUMu --no-auto-check-trustdb --trust-model always --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: requesting key D3D831EF from hkp server keyserver.ubuntu.com
gpg: key D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Get:2 http://download.mono-project.com wheezy InRelease [5822 B]
Get:3 http://download.mono-project.com wheezy-apache24-compat InRelease [7942 B]
Get:4 http://download.mono-project.com wheezy-libjpeg62-compat InRelease [4342 B]
Ign http://deb.debian.org jessie InRelease
Get:5 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:6 http://deb.debian.org jessie Release.gpg [2373 B]
Get:7 http://deb.debian.org jessie Release [148 kB]
Get:8 http://security.debian.org jessie/updates/main amd64 Packages [448 kB]
Get:9 http://download.mono-project.com wheezy/main amd64 Packages [58.1 kB]
Get:10 http://download.mono-project.com wheezy-apache24-compat/main amd64 Packages [585 B]
Get:11 http://download.mono-project.com wheezy-libjpeg62-compat/main amd64 Packages [593 B]
Get:12 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
Get:13 http://deb.debian.org jessie/main amd64 Packages [9049 kB]
Fetched 9951 kB in 13s (725 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
E: Version '4.8.0.495-0xamarin1' for 'mono-complete' was not found
The command '/bin/sh -c apt-get update   && apt-get install -y curl   && rm -rf /var/lib/apt/lists/*   && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF   && echo "deb http://download.mono-project.com/repo/debian wheezy main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && apt-get update   && apt-get install -y mono-complete=4.8.0.495-0xamarin1   && rm -rf /var/lib/apt/lists/* /tmp/*' returned a non-zero code: 100

C:\Users\denis\Downloads\pythonnet-docker-master>docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0 .
Sending build context to Docker daemon 10.24 kB
Step 1/3 : FROM python:2.7
 ---> ca388cdb5ac1
Step 2/3 : RUN apt-get update   && apt-get install -y curl   && rm -rf /var/lib/apt/lists/*   && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF   && echo "deb http://download.mono-project.com/repo/debian wheezy main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && apt-get update   && apt-get install -y mono-complete=4.8.0.520-0xamarin1   && rm -rf /var/lib/apt/lists/* /tmp/*
 ---> Running in 56b2dc739318
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Ign http://deb.debian.org jessie InRelease
Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:3 http://deb.debian.org jessie Release.gpg [2373 B]
Get:4 http://deb.debian.org jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [448 kB]
Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
Get:7 http://deb.debian.org jessie/main amd64 Packages [9049 kB]
Fetched 9874 kB in 9s (1068 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.0s1fhVVGxB --no-auto-check-trustdb --trust-model always --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: requesting key D3D831EF from hkp server keyserver.ubuntu.com
gpg: key D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
Get:1 http://download.mono-project.com wheezy InRelease [5822 B]
Get:2 http://security.debian.org jessie/updates InRelease [63.1 kB]
Get:3 http://download.mono-project.com wheezy-apache24-compat InRelease [7942 B]
Get:4 http://download.mono-project.com wheezy-libjpeg62-compat InRelease [4342 B]
Get:5 http://download.mono-project.com wheezy/main amd64 Packages [58.1 kB]
Ign http://deb.debian.org jessie InRelease
Get:6 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:7 http://deb.debian.org jessie Release.gpg [2373 B]
Get:8 http://security.debian.org jessie/updates/main amd64 Packages [448 kB]
Get:9 http://deb.debian.org jessie Release [148 kB]
Get:10 http://download.mono-project.com wheezy-apache24-compat/main amd64 Packages [585 B]
Get:11 http://download.mono-project.com wheezy-libjpeg62-compat/main amd64 Packages [593 B]
Get:12 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
Get:13 http://deb.debian.org jessie/main amd64 Packages [9049 kB]
Fetched 9951 kB in 12s (769 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
E: Version '4.8.0.520-0xamarin1' for 'mono-complete' was not found
The command '/bin/sh -c apt-get update   && apt-get install -y curl   && rm -rf /var/lib/apt/lists/*   && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF   && echo "deb http://download.mono-project.com/repo/debian wheezy main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && apt-get update   && apt-get install -y mono-complete=4.8.0.520-0xamarin1   && rm -rf /var/lib/apt/lists/* /tmp/*' returned a non-zero code: 100

C:\Users\denis\Downloads\pythonnet-docker-master>docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0 .
Sending build context to Docker daemon 10.24 kB
Step 1/3 : FROM python:2.7
 ---> ca388cdb5ac1
Step 2/3 : RUN apt-get update   && apt-get install -y curl   && rm -rf /var/lib/apt/lists/*   && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF   && echo "deb http://download.mono-project.com/repo/debian wheezy main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && apt-get update   && apt-get install -y mono-complete=4.8.0.495   && rm -rf /var/lib/apt/lists/* /tmp/*
 ---> Running in 44a96120fa3b
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Ign http://deb.debian.org jessie InRelease
Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:3 http://deb.debian.org jessie Release.gpg [2373 B]
Get:4 http://deb.debian.org jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [448 kB]
Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
Get:7 http://deb.debian.org jessie/main amd64 Packages [9049 kB]
Fetched 9874 kB in 11s (837 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.Y21QmkELNk --no-auto-check-trustdb --trust-model always --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D83
8000
1EF
gpg: requesting key D3D831EF from hkp server keyserver.ubuntu.com
gpg: key D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
Get:1 http://download.mono-project.com wheezy InRelease [5822 B]
Get:2 http://security.debian.org jessie/updates InRelease [63.1 kB]
Get:3 http://download.mono-project.com wheezy-apache24-compat InRelease [7942 B]
Get:4 http://download.mono-project.com wheezy-libjpeg62-compat InRelease [4342 B]
Get:5 http://download.mono-project.com wheezy/main amd64 Packages [58.1 kB]
Ign http://deb.debian.org jessie InRelease
Get:6 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:7 http://deb.debian.org jessie Release.gpg [2373 B]
Get:8 http://security.debian.org jessie/updates/main amd64 Packages [448 kB]
Get:9 http://deb.debian.org jessie Release [148 kB]
Get:10 http://download.mono-project.com wheezy-apache24-compat/main amd64 Packages [585 B]
Get:11 http://download.mono-project.com wheezy-libjpeg62-compat/main amd64 Packages [593 B]
Get:12 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
Get:13 http://deb.debian.org jessie/main amd64 Packages [9049 kB]
Fetched 9951 kB in 16s (589 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
E: Version '4.8.0.495' for 'mono-complete' was not found
The command '/bin/sh -c apt-get update   && apt-get install -y curl   && rm -rf /var/lib/apt/lists/*   && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF   && echo "deb http://download.mono-project.com/repo/debian wheezy main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && apt-get update   && apt-get install -y mono-complete=4.8.0.495   && rm -rf /var/lib/apt/lists/* /tmp/*' returned a non-zero code: 100

C:\Users\denis\Downloads\pythonnet-docker-master>

@den-run-ai
Copy link
Contributor Author

@vmuriart @cowboygneox only mono-complete amd64 4.8.0.520-0xamarin3 was found on my docker setup:

C:\Users\denis\Downloads\pythonnet-docker-master>docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0 .
Sending build context to Docker daemon 10.24 kB
Step 1/3 : FROM python:2.7
 ---> ca388cdb5ac1
Step 2/3 : RUN apt-get update   && apt-get install -y curl   && rm -rf /var/lib/apt/lists/*   && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF   && echo "deb http://download.mono-project.com/repo/debian wheezy main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list   && apt-get update   && apt-get install -y mono-complete   && rm -rf /var/lib/apt/lists/* /tmp/*
 ---> Running in d53a554f5e71
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Ign http://deb.debian.org jessie InRelease
Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:3 http://deb.debian.org jessie Release.gpg [2373 B]
Get:4 http://deb.debian.org jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [448 kB]
Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
Get:7 http://deb.debian.org jessie/main amd64 Packages [9049 kB]
Fetched 9874 kB in 23s (418 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.ZPBVotYg8O --no-auto-check-trustdb --trust-model always --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: requesting key D3D831EF from hkp server keyserver.ubuntu.com
gpg: key D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
Get:1 http://download.mono-project.com wheezy InRelease [5822 B]
Get:2 http://security.debian.org jessie/updates InRelease [63.1 kB]
Get:3 http://download.mono-project.com wheezy-apache24-compat InRelease [7942 B]
Get:4 http://download.mono-project.com wheezy-libjpeg62-compat InRelease [4342 B]
Get:5 http://download.mono-project.com wheezy/main amd64 Packages [58.1 kB]
Ign http://deb.debian.org jessie InRelease
Get:6 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:7 http://security.debian.org jessie/updates/main amd64 Packages [448 kB]
Get:8 http://deb.debian.org jessie Release.gpg [2373 B]
Get:9 http://deb.debian.org jessie Release [148 kB]
Get:10 http://download.mono-project.com wheezy-apache24-compat/main amd64 Packages [585 B]
Get:11 http://download.mono-project.com wheezy-libjpeg62-compat/main amd64 Packages [593 B]
Get:12 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
Get:13 http://deb.debian.org jessie/main amd64 Packages [9049 kB]
Fetched 9951 kB in 21s (471 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  aspell aspell-en binfmt-support ca-certificates-mono cli-common dbus
  dconf-gsettings-backend dconf-service dictionaries-common emacsen-common
  enchant geoclue-2.0 glib-networking glib-networking-common
  glib-networking-services gsettings-desktop-schemas gstreamer1.0-plugins-base
  gstreamer1.0-plugins-good gstreamer1.0-x hunspell-en-us init-system-helpers
  iso-codes libaa1 libasound2 libasound2-data libaspell15 libatk1.0-0
  libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3
  libavc1394-0 libcaca0 libcap-ng0 libcdparanoia0 libcups2 libdbus-1-3
  libdconf1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4
  libelf1 libenchant1c2a libflac8 libgdiplus libgif4 libgl1-mesa-dri
  libgl1-mesa-glx libglade2-0 libglade2.0-cil libglapi-mesa libglib2.0-cil
  libglu1-mesa libgpm2 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0
  libgtk2.0-0 libgtk2.0-bin libgtk2.0-cil libgtk2.0-common libgudev-1.0-0
  libharfbuzz-icu0 libhunspell-1.3-0 libiec61883-0 libjack-jackd2-0
  libjavascriptcoregtk-1.0-0 libjim0.75 libjson-glib-1.0-0
  libjson-glib-1.0-common libllvm3.5 libmbim-glib4 libmbim-proxy libmm-glib0
  libmono-2.0-1 libmono-2.0-dev libmono-accessibility4.0-cil
  libmono-btls-interface4.0-cil libmono-cairo4.0-cil libmono-cecil-private-cil
  libmono-cil-dev libmono-codecontracts4.0-cil
  libmono-compilerservices-symbolwriter4.0-cil libmono-corlib4.0-cil
  libmono-corlib4.5-cil libmono-cscompmgd0.0-cil libmono-csharp4.0c-cil
  libmono-custommarshalers4.0-cil libmono-data-tds4.0-cil libmono-db2-1.0-cil
  libmono-debugger-soft4.0a-cil libmono-http4.0-cil libmono-i18n-cjk4.0-cil
  libmono-i18n-mideast4.0-cil libmono-i18n-other4.0-cil
  libmono-i18n-rare4.0-cil libmono-i18n-west4.0-cil libmono-i18n4.0-all
  libmono-i18n4.0-cil libmono-ldap4.0-cil libmono-management4.0-cil
  libmono-messaging-rabbitmq4.0-cil libmono-messaging4.0-cil
  libmono-microsoft-build-engine4.0-cil
  libmono-microsoft-build-framework4.0-cil
  libmono-microsoft-build-tasks-v4.0-4.0-cil
  libmono-microsoft-build-utilities-v4.0-4.0-cil
  libmono-microsoft-build4.0-cil libmono-microsoft-csharp4.0-cil
  libmono-microsoft-visualc10.0-cil
  libmono-microsoft-web-infrastructure1.0-cil libmono-oracle4.0-cil
  libmono-parallel4.0-cil libmono-peapi4.0a-cil libmono-posix4.0-cil
  libmono-profiler libmono-rabbitmq4.0-cil libmono-relaxng4.0-cil
  libmono-security4.0-cil libmono-sharpzip4.84-cil libmono-simd4.0-cil
  libmono-smdiagnostics0.0-cil libmono-sqlite4.0-cil
  libmono-system-componentmodel-composition4.0-cil
  libmono-system-componentmodel-dataannotations4.0-cil
  libmono-system-configuration-install4.0-cil
  libmono-system-configuration4.0-cil libmono-system-core4.0-cil
  libmono-system-data-datasetextensions4.0-cil
  libmono-system-data-entity4.0-cil libmono-system-data-linq4.0-cil
  libmono-system-data-services-client4.0-cil
  libmono-system-data-services4.0-cil libmono-system-data4.0-cil
  libmono-system-deployment4.0-cil libmono-system-design4.0-cil
  libmono-system-drawing-design4.0-cil libmono-system-drawing4.0-cil
  libmono-system-dynamic4.0-cil libmono-system-enterpriseservices4.0-cil
  libmono-system-identitymodel-selectors4.0-cil
  libmono-system-identitymodel4.0-cil
  libmono-system-io-compression-filesystem4.0-cil
  libmono-system-io-compression4.0-cil libmono-system-json-microsoft4.0-cil
  libmono-system-json4.0-cil libmono-system-ldap-protocols4.0-cil
  libmono-system-ldap4.0-cil libmono-system-management4.0-cil
  libmono-system-messaging4.0-cil libmono-system-net-http-formatting4.0-cil
  libmono-system-net-http-webrequest4.0-cil libmono-system-net-http4.0-cil
  libmono-system-net4.0-cil libmono-system-numerics-vectors4.0-cil
  libmono-system-numerics4.0-cil libmono-system-reactive-core2.2-cil
  libmono-system-reactive-debugger2.2-cil
  libmono-system-reactive-experimental2.2-cil
  libmono-system-reactive-interfaces2.2-cil
  libmono-system-reactive-linq2.2-cil
  libmono-system-reactive-observable-aliases0.0-cil
  libmono-system-reactive-platformservices2.2-cil
  libmono-system-reactive-providers2.2-cil
  libmono-system-reactive-runtime-remoting2.2-cil
  libmono-system-reactive-windows-forms2.2-cil
  libmono-system-reactive-windows-threading2.2-cil
  libmono-system-reflection-context4.0-cil
  libmono-system-runtime-caching4.0-cil
  libmono-system-runtime-durableinstancing4.0-cil
  libmono-system-runtime-interopservices-runtimeinformation4.0-cil
  libmono-system-runtime-serialization-formatters-soap4.0-cil
  libmono-system-runtime-serialization4.0-cil libmono-system-runtime4.0-cil
  libmono-system-security4.0-cil libmono-system-servicemodel-activation4.0-cil
  libmono-system-servicemodel-discovery4.0-cil
  libmono-system-servicemodel-internals0.0-cil
  libmono-system-servicemodel-routing4.0-cil
  libmono-system-servicemodel-web4.0-cil libmono-system-servicemodel4.0a-cil
  libmono-system-serviceprocess4.0-cil
  libmono-system-threading-tasks-dataflow4.0-cil
  libmono-system-transactions4.0-cil libmono-system-web-abstractions4.0-cil
  libmono-system-web-applicationservices4.0-cil
  libmono-system-web-dynamicdata4.0-cil
  libmono-system-web-extensions-design4.0-cil
  libmono-system-web-extensions4.0-cil libmono-system-web-http-selfhost4.0-cil
  libmono-system-web-http-webhost4.0-cil libmono-system-web-http4.0-cil
  libmono-system-web-mobile4.0-cil libmono-system-web-mvc3.0-cil
  libmono-system-web-razor2.0-cil libmono-system-web-regularexpressions4.0-cil
  libmono-system-web-routing4.0-cil libmono-system-web-services4.0-cil
  libmono-system-web-webpages-deployment2.0-cil
  libmono-system-web-webpages-razor2.0-cil libmono-system-web-webpages2.0-cil
  libmono-system-web4.0-cil
  libmono-system-windows-forms-datavisualization4.0a-cil
  libmono-system-windows-forms4.0-cil libmono-system-windows4.0-cil
  libmono-system-workflow-activities4.0-cil
  libmono-system-workflow-componentmodel4.0-cil
  libmono-system-workflow-runtime4.0-cil libmono-system-xaml4.0-cil
  libmono-system-xml-linq4.0-cil libmono-system-xml-serialization4.0-cil
  libmono-system-xml4.0-cil libmono-system4.0-cil libmono-tasklets4.0-cil
  libmono-webbrowser4.0-cil libmono-webmatrix-data4.0-cil
  libmono-windowsbase4.0-cil libmono-xbuild-tasks4.0-cil libmonoboehm-2.0-1
  libmonosgen-2.0-1 libmonosgen-2.0-dev libnl-3-200 libnl-genl-3-200
  libnunit-cil-dev libnunit-console-runner2.6.3-cil
  libnunit-core-interfaces2.6.3-cil libnunit-core2.6.3-cil
  libnunit-framework2.6.3-cil libnunit-mocks2.6.3-cil libnunit-util2.6.3-cil
  libogg0 libopus0 liborc-0.4-0 libpango1.0-0 libpangox-1.0-0
  libpangoxft-1.0-0 libpciaccess0 libpcsclite1 libpipeline1
  libpolkit-gobject-1-0 libproxy1 libqmi-glib1 libqmi-proxy libraw1394-11
  libsamplerate0 libsecret-1-0 libsecret-common libshout3 libsoup2.4-1
  libspeex1 libtag1-vanilla libtag1c2a libtheora0 libtxc-dxtn-s2tc0
  libusb-1.0-0 libv4l-0 libv4lconvert0 libvisual-0.4-0 libvisual-0.4-plugins
  libvorbis0a libvorbisenc2 libwavpack1 libwebkit1.1-cil libwebkitgtk-1.0-0
  libwebkitgtk-1.0-common libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0
  libxcb-present0 libxcb-sync1 libxcomposite1 libxcursor1 libxdamage1
  libxfixes3 libxi6 libxinerama1 libxrandr2 libxshmfence1 libxv1 libxxf86vm1
  modemmanager mono-4.0-gac mono-4.0-service mono-csharp-shell mono-devel
  mono-gac mono-jay mono-mcs mono-runtime mono-runtime-common
  mono-runtime-sgen mono-utils mono-xbuild monodoc-base monodoc-browser
  monodoc-manual usb-modeswitch usb-modeswitch-data wpasupplicant
Suggested packages:
  aspell-doc spellutils dbus-x11 wordlist gvfs hunspell
  openoffice.org-hunspell openoffice.org-core isoquery libasound2-plugins
  alsa-utils cups-common libdv-bin oss-compat libenchant-voikko
  monodoc-gtk2.0-manual gpm gstreamer-codec-install gnome-codec-install
  gstreamer1.0-tools jackd2 libgnomeui-0 libgamin0 libnunit-doc
  monodoc-nunit-manual opus-tools pciutils pcscd libraw1394-doc speex
  monodoc-webkit-manual xdg-utils libgnome2-0 konqueror monodoc-gtk-manual
  monodoc-gecko-manual comgt wvdial wpagui libengine-pkcs11-openssl
Recommended packages:
  libgluezilla
The following NEW packages will be installed:
  aspell aspell-en binfmt-support ca-certificates-mono cli-common dbus
  dconf-gsettings-backend dconf-service dictionaries-common emacsen-common
  enchant geoclue-2.0 glib-networking glib-networking-common
  glib-networking-services gsettings-desktop-schemas gstreamer1.0-plugins-base
  gstreamer1.0-plugins-good gstreamer1.0-x hunspell-en-us init-system-helpers
  iso-codes libaa1 libasound2 libasound2-data libaspell15 libatk1.0-0
  libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3
  libavc1394-0 libcaca0 libcap-ng0 libcdparanoia0 libcups2 libdbus-1-3
  libdconf1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4
  libelf1 libenchant1c2a libflac8 libgdiplus libgif4 libgl1-mesa-dri
  libgl1-mesa-glx libglade2-0 libglade2.0-cil libglapi-mesa libglib2.0-cil
  libglu1-mesa libgpm2 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0
  libgtk2.0-0 libgtk2.0-bin libgtk2.0-cil libgtk2.0-common libgudev-1.0-0
  libharfbuzz-icu0 libhunspell-1.3-0 libiec61883-0 libjack-jackd2-0
  libjavascriptcoregtk-1.0-0 libjim0.75 libjson-glib-1.0-0
  libjson-glib-1.0-common libllvm3.5 libmbim-glib4 libmbim-proxy libmm-glib0
  libmono-2.0-1 libmono-2.0-dev libmono-accessibility4.0-cil
  libmono-btls-interface4.0-cil libmono-cairo4.0-cil libmono-cecil-private-cil
  libmono-cil-dev libmono-codecontracts4.0-cil
  libmono-compilerservices-symbolwriter4.0-cil libmono-corlib4.0-cil
  libmono-corlib4.5-cil libmono-cscompmgd0.0-cil libmono-csharp4.0c-cil
  libmono-custommarshalers4.0-cil libmono-data-tds4.0-cil libmono-db2-1.0-cil
  libmono-debugger-soft4.0a-cil libmono-http4.0-cil libmono-i18n-cjk4.0-cil
  libmono-i18n-mideast4.0-cil libmono-i18n-other4.0-cil
  libmono-i18n-rare4.0-cil libmono-i18n-west4.0-cil libmono-i18n4.0-all
  libmono-i18n4.0-cil libmono-ldap4.0-cil libmono-management4.0-cil
  libmono-messaging-rabbitmq4.0-cil libmono-messaging4.0-cil
  libmono-microsoft-build-engine4.0-cil
  libmono-microsoft-build-framework4.0-cil
  libmono-microsoft-build-tasks-v4.0-4.0-cil
  libmono-microsoft-build-utilities-v4.0-4.0-cil
  libmono-microsoft-build4.0-cil libmono-microsoft-csharp4.0-cil
  libmono-microsoft-visualc10.0-cil
  libmono-microsoft-web-infrastructure1.0-cil libmono-oracle4.0-cil
  libmono-parallel4.0-cil libmono-peapi4.0a-cil libmono-posix4.0-cil
  libmono-profiler libmono-rabbitmq4.0-cil libmono-relaxng4.0-cil
  libmono-security4.0-cil libmono-sharpzip4.84-cil libmono-simd4.0-cil
  libmono-smdiagnostics0.0-cil libmono-sqlite4.0-cil
  libmono-system-componentmodel-composition4.0-cil
  libmono-system-componentmodel-dataannotations4.0-cil
  libmono-system-configuration-install4.0-cil
  libmono-system-configuration4.0-cil libmono-system-core4.0-cil
  libmono-system-data-datasetextensions4.0-cil
  libmono-system-data-entity4.0-cil libmono-system-data-linq4.0-cil
  libmono-system-data-services-client4.0-cil
  libmono-system-data-services4.0-cil libmono-system-data4.0-cil
  libmono-system-deployment4.0-cil libmono-system-design4.0-cil
  libmono-system-drawing-design4.0-cil libmono-system-drawing4.0-cil
  libmono-system-dynamic4.0-cil libmono-system-enterpriseservices4.0-cil
  libmono-system-identitymodel-selectors4.0-cil
  libmono-system-identitymodel4.0-cil
  libmono-system-io-compression-filesystem4.0-cil
  libmono-system-io-compression4.0-cil libmono-system-json-microsoft4.0-cil
  libmono-system-json4.0-cil libmono-system-ldap-protocols4.0-cil
  libmono-system-ldap4.0-cil libmono-system-management4.0-cil
  libmono-system-messaging4.0-cil libmono-system-net-http-formatting4.0-cil
  libmono-system-net-http-webrequest4.0-cil libmono-system-net-http4.0-cil
  libmono-system-net4.0-cil libmono-system-numerics-vectors4.0-cil
  libmono-system-numerics4.0-cil libmono-system-reactive-core2.2-cil
  libmono-system-reactive-debugger2.2-cil
  libmono-system-reactive-experimental2.2-cil
  libmono-system-reactive-interfaces2.2-cil
  libmono-system-reactive-linq2.2-cil
  libmono-system-reactive-observable-aliases0.0-cil
  libmono-system-reactive-platformservices2.2-cil
  libmono-system-reactive-providers2.2-cil
  libmono-system-reactive-runtime-remoting2.2-cil
  libmono-system-reactive-windows-forms2.2-cil
  libmono-system-reactive-windows-threading2.2-cil
  libmono-system-reflection-context4.0-cil
  libmono-system-runtime-caching4.0-cil
  libmono-system-runtime-durableinstancing4.0-cil
  libmono-system-runtime-interopservices-runtimeinformation4.0-cil
  libmono-system-runtime-serialization-formatters-soap4.0-cil
  libmono-system-runtime-serialization4.0-cil libmono-system-runtime4.0-cil
  libmono-system-security4.0-cil libmono-system-servicemodel-activation4.0-cil
  libmono-system-servicemodel-discovery4.0-cil
  libmono-system-servicemodel-internals0.0-cil
  libmono-system-servicemodel-routing4.0-cil
  libmono-system-servicemodel-web4.0-cil libmono-system-servicemodel4.0a-cil
  libmono-system-serviceprocess4.0-cil
  libmono-system-threading-tasks-dataflow4.0-cil
  libmono-system-transactions4.0-cil libmono-system-web-abstractions4.0-cil
  libmono-system-web-applicationservices4.0-cil
  libmono-system-web-dynamicdata4.0-cil
  libmono-system-web-extensions-design4.0-cil
  libmono-system-web-extensions4.0-cil libmono-system-web-http-selfhost4.0-cil
  libmono-system-web-http-webhost4.0-cil libmono-system-web-http4.0-cil
  libmono-system-web-mobile4.0-cil libmono-system-web-mvc3.0-cil
  libmono-system-web-razor2.0-cil libmono-system-web-regularexpressions4.0-cil
  libmono-system-web-routing4.0-cil libmono-system-web-services4.0-cil
  libmono-system-web-webpages-deployment2.0-cil
  libmono-system-web-webpages-razor2.0-cil libmono-system-web-webpages2.0-cil
  libmono-system-web4.0-cil
  libmono-system-windows-forms-datavisualization4.0a-cil
  libmono-system-windows-forms4.0-cil libmono-system-windows4.0-cil
  libmono-system-workflow-activities4.0-cil
  libmono-system-workflow-componentmodel4.0-cil
  libmono-system-workflow-runtime4.0-cil libmono-system-xaml4.0-cil
  libmono-system-xml-linq4.0-cil libmono-system-xml-serialization4.0-cil
  libmono-system-xml4.0-cil libmono-system4.0-cil libmono-tasklets4.0-cil
  libmono-webbrowser4.0-cil libmono-webmatrix-data4.0-cil
  libmono-windowsbase4.0-cil libmono-xbuild-tasks4.0-cil libmonoboehm-2.0-1
  libmonosgen-2.0-1 libmonosgen-2.0-dev libnl-3-200 libnl-genl-3-200
  libnunit-cil-dev libnunit-console-runner2.6.3-cil
  libnunit-core-interfaces2.6.3-cil libnunit-core2.6.3-cil
  libnunit-framework2.6.3-cil libnunit-mocks2.6.3-cil libnunit-util2.6.3-cil
  libogg0 libopus0 liborc-0.4-0 libpango1.0-0 libpangox-1.0-0
  libpangoxft-1.0-0 libpciaccess0 libpcsclite1 libpipeline1
  libpolkit-gobject-1-0 libproxy1 libqmi-glib1 libqmi-proxy libraw1394-11
  libsamplerate0 libsecret-1-0 libsecret-common libshout3 libsoup2.4-1
  libspeex1 libtag1-vanilla libtag1c2a libtheora0 libtxc-dxtn-s2tc0
  libusb-1.0-0 libv4l-0 libv4lconvert0 libvisual-0.4-0 libvisual-0.4-plugins
  libvorbis0a libvorbisenc2 libwavpack1 libwebkit1.1-cil libwebkitgtk-1.0-0
  libwebkitgtk-1.0-common libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0
  libxcb-present0 libxcb-sync1 libxcomposite1 libxcursor1 libxdamage1
  libxfixes3 libxi6 libxinerama1 libxrandr2 libxshmfence1 libxv1 libxxf86vm1
  modemmanager mono-4.0-gac mono-4.0-service mono-complete mono-csharp-shell
  mono-devel mono-gac mono-jay mono-mcs mono-runtime mono-runtime-common
  mono-runtime-sgen mono-utils mono-xbuild monodoc-base monodoc-browser
  monodoc-manual usb-modeswitch usb-modeswitch-data wpasupplicant
0 upgraded, 302 newly installed, 0 to remove and 15 not upgraded.
Need to get 124 MB of archives.
After this operation, 387 MB of additional disk space will be used.
Get:1 http://download.mono-project.com/repo/debian/ wheezy/main libmono-corlib4.5-cil all 4.8.0.520-0xamarin3 [1337 kB]
Get:2 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-xml4.0-cil all 4.8.0.520-0xamarin3 [1098 kB]
Get:3 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-security4.0-cil all 4.8.0.520-0xamarin3 [69.1 kB]
Get:4 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-configuration4.0-cil all 4.8.0.520-0xamarin3 [68.2 kB]
Get:5 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system4.0-cil all 4.8.0.520-0xamarin3 [969 kB]
Get:6 http://deb.debian.org/debian/ jessie/main libpipeline1 amd64 1.4.0-1 [27.9 kB]
Get:7 http://download.mono-project.com/repo/debian/ wheezy/main libmono-security4.0-cil all 4.8.0.520-0xamarin3 [150 kB]
Get:8 http://deb.debian.org/debian/ jessie/main libgpm2 amd64 1.20.4-6.1+b2 [34.0 kB]
Get:9 http://download.mono-project.com/repo/debian/ wheezy/main mono-4.0-gac all 4.8.0.520-0xamarin3 [28.3 kB]
Get:10 http://download.mono-project.com/repo/debian/ wheezy/main mono-gac all 4.8.0.520-0xamarin3 [23.2 kB]
Get:11 http://deb.debian.org/debian/ jessie/main libaa1 amd64 1.4p5-43 [54.9 kB]
Get:12 http://download.mono-project.com/repo/debian/ wheezy/main mono-runtime-common amd64 4.8.0.520-0xamarin3 [1105 kB]
Get:13 http://deb.debian.org/debian/ jessie/main libasound2-data all 1.0.28-1 [64.8 kB]
Get:14 http://deb.debian.org/debian/ jessie/main libasound2 amd64 1.0.28-1 [374 kB]
Get:15 http://download.mono-project.com/repo/debian/ wheezy/main mono-runtime-sgen amd64 4.8.0.520-0xamarin3 [1600 kB]
Get:16 http://deb.debian.org/debian/ jessie/main libaspell15 amd64 0.60.7~20110707-1.3 [359 kB]
Get:17 http://download.mono-project.com/repo/debian/ wheezy/main mono-runtime amd64 4.8.0.520-0xamarin3 [18.9 kB]
Get:18 http://download.mono-project.com/repo/debian/ wheezy/main ca-certificates-mono all 4.8.0.520-0xamarin3 [22.7 kB]
Get:19 http://deb.debian.org/debian/ jessie/main libatk1.0-data all 2.14.0-1 [181 kB]
Get:20 http://download.mono-project.com/repo/debian/ wheezy/main cli-common all 0.9+xamarin1 [177 kB]
Get:21 http://download.mono-project.com/repo/debian/ wheezy-libjpeg62-compat/main libgdiplus amd64 3.12-0xamarin1+jpeg62.1 [145 kB]
Get:22 http://download.mono-project.com/repo/debian/ wheezy/main libglib2.0-cil amd64 2.12.26-0xamarin1 [187 kB]
Get:23 http://deb.debian.org/debian/ jessie/main libatk1.0-0 amd64 2.14.0-1 [92.0 kB]
Get:24 http://download.mono-project.com/repo/debian/ wheezy/main libmono-cairo4.0-cil all 4.8.0.520-0xamarin3 [40.3 kB]
Get:25 http://deb.debian.org/debian/ jessie/main libavahi-common-data amd64 0.6.31-5 [98.6 kB]
Get:26 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-drawing4.0-cil all 4.8.0.520-0xamarin3 [177 kB]
Get:27 http://deb.debian.org/debian/ jessie/main libavahi-common3 amd64 0.6.31-5 [51.1 kB]
Get:28 http://download.mono-project.com/repo/debian/ wheezy/main libgtk2.0-cil amd64 2.12.26-0xamarin1 [765 kB]
Get:29 http://deb.debian.org/debian/ jessie/main libdbus-1-3 amd64 1.8.22-0+deb8u1 [170 kB]
Get:30 http://deb.debian.org/debian/ jessie/main libavahi-client3 amd64 0.6.31-5 [54.4 kB]
Get:31 http://deb.debian.org/debian/ jessie/main libcaca0 amd64 0.99.beta19-2 [346 kB]
Get:32 http://download.mono-project.com/repo/debian/ wheezy/main libglade2.0-cil amd64 2.12.26-0xamarin1 [160 kB]
Get:33 http://download.mono-project.com/repo/debian/ wheezy/main libmonosgen-2.0-1 amd64 4.8.0.520-0xamarin3 [1683 kB]
Get:34 http://deb.debian.org/debian/ jessie/main libcap-ng0 amd64 0.7.4-2 [13.2 kB]
Get:35 http://deb.debian.org/debian/ jessie/main libcdparanoia0 amd64 3.10.2+debian-11 [56.6 kB]
Get:36 http://deb.debian.org/debian/ jessie/main libcups2 amd64 1.7.5-11+deb8u1 [283 kB]
Get:37 http://download.mono-project.com/repo/debian/ wheezy/main libmono-2.0-1 amd64 4.8.0.520-0xamarin3 [16.4 kB]
Get:38 http://download.mono-project.com/repo/debian/ wheezy/main libmonosgen-2.0-dev amd64 4.8.0.520-0xamarin3 [2281 kB]
Get:39 http://deb.debian.org/debian/ jessie/main libdconf1 amd64 0.22.0-1 [35.2 kB]
Get:40 http://deb.debian.org/debian/ jessie/main libdrm2 amd64 2.4.58-2 [29.9 kB]
Get:41 http://deb.debian.org/debian/ jessie/main libpciaccess0 amd64 0.13.2-3+b1 [47.6 kB]
Get:42 http://deb.debian.org/debian/ jessie/main libdrm-intel1 amd64 2.4.58-2 [64.9 kB]
Get:43 http://deb.debian.org/debian/ jessie/main libdrm-nouveau2 amd64 2.4.58-2 [21.6 kB]
Get:44 http://deb.debian.org/debian/ jessie/main libdrm-radeon1 amd64 2.4.58-2 [31.1 kB]
Get:45 http://deb.debian.org/debian/ jessie/main libdv4 amd64 1.0.0-6 [82.7 kB]
Get:46 http://deb.debian.org/debian/ jessie/main libelf1 amd64 0.159-4.2 [160 kB]
Get:47 http://download.mono-project.com/repo/debian/ wheezy/main libmono-2.0-dev amd64 4.8.0.520-0xamarin3 [55.0 kB]
Get:48 http://download.mono-project.com/repo/debian/ wheezy/main libmono-accessibility4.0-cil all 4.8.0.520-0xamarin3 [20.2 kB]
Get:49 http://deb.debian.org/debian/ jessie/main emacsen-common all 2.0.8 [21.2 kB]
Get:50 http://deb.debian.org/debian/ jessie/main dictionaries-common all 1.23.17 [249 kB]
Get:51 http://download.mono-project.com/repo/debian/ wheezy/main libmono-btls-interface4.0-cil amd64 4.8.0.520-0xamarin3 [28.1 kB]
Get:52 http://download.mono-project.com/repo/debian/ wheezy/main libmono-cecil-private-cil all 4.8.0.520-0xamarin3 [283 kB]
Get:53 http://download.mono-project.com/repo/debian/ wheezy/main libmono-posix4.0-cil all 4.8.0.520-0xamarin3 [106 kB]
Get:54 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-core4.0-cil all 4.8.0.520-0xamarin3 [338 kB]
Get:55 http://deb.debian.org/debian/ jessie/main aspell amd64 0.60.7~20110707-1.3 [230 kB]
Get:56 http://download.mono-project.com/repo/debian/ wheezy/main libmono-codecontracts4.0-cil all 4.8.0.520-0xamarin3 [263 kB]
Get:57 http://download.mono-project.com/repo/debian/ wheezy/main libmono-compilerservices-symbolwriter4.0-cil all 4.8.0.520-0xamarin3 [35.7 kB]
Get:58 http://download.mono-project.com/repo/debian/ wheezy/main libmono-cscompmgd0.0-cil all 4.8.0.520-0xamarin3 [23.4 kB]
Get:59 http://download.mono-project.com/repo/debian/ wheezy/main libmono-csharp4.0c-cil all 4.8.0.520-0xamarin3 [496 kB]
Get:60 http://deb.debian.org/debian/ jessie/main aspell-en all 7.1-0-1.1 [266 kB]
Get:61 http://download.mono-project.com/repo/debian/ wheezy/main libmono-custommarshalers4.0-cil all 4.8.0.520-0xamarin3 [21.0 kB]
Get:62 http://download.mono-project.com/repo/debian/ wheezy/main libmono-data-tds4.0-cil all 4.8.0.520-0xamarin3 [57.1 kB]
Get:63 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-transactions4.0-cil all 4.8.0.520-0xamarin3 [29.7 kB]
Get:64 http://deb.debian.org/debian/ jessie/main hunspell-en-us all 20070829-6 [255 kB]
Get:65 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-enterpriseservices4.0-cil all 4.8.0.520-0xamarin3 [35.1 kB]
Get:66 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-numerics4.0-cil all 4.8.0.520-0xamarin3 [53.1 kB]
Get:67 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-data4.0-cil all 4.8.0.520-0xamarin3 [718 kB]
Get:68 http://deb.debian.org/debian/ jessie/main libhunspell-1.3-0 amd64 1.3.3-3 [139 kB]
Get:69 http://download.mono-project.com/repo/debian/ wheezy/main libmono-db2-1.0-cil all 4.8.0.520-0xamarin3 [46.5 kB]
Get:70 http://deb.debian.org/debian/ jessie/main libenchant1c2a amd64 1.6.0-10.1 [69.9 kB]
Get:71 http://download.mono-project.com/repo/debian/ wheezy/main libmono-debugger-soft4.0a-cil all 4.8.0.520-0xamarin3 [82.4 kB]
Get:72 http://download.mono-project.com/repo/debian/ wheezy/main libmono-sharpzip4.84-cil all 4.8.0.520-0xamarin3 [74.3 kB]
Get:73 http://deb.debian.org/debian/ jessie/main libogg0 amd64 1.3.2-1 [19.9 kB]
Get:74 http://deb.debian.org/debian/ jessie/main libflac8 amd64 1.3.0-3 [89.3 kB]
Get:75 http://download.mono-project.com/repo/debian/ wheezy/main libmono-sqlite4.0-cil all 4.8.0.520-0xamarin3 [72.0 kB]
Get:76 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-componentmodel-dataannotations4.0-cil all 4.8.0.520-0xamarin3 [46.4 kB]
Get:77 http://deb.debian.org/debian/ jessie/main libgif4 amd64 4.1.6-11+deb8u1 [40.0 kB]
Get:78 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-runtime-serialization-formatters-soap4.0-cil all 4.8.0.520-0xamarin3 [33.4 kB]
Get:79 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-applicationservices4.0-cil all 4.8.0.520-0xamarin3 [29.1 kB]
Get:80 http://deb.debian.org/debian/ jessie/main libllvm3.5 amd64 1:3.5-10 [7607 kB]
Get:81 http://download.mono-project.com/repo/debian/ wheezy/main libmono-webbrowser4.0-cil all 4.8.0.520-0xamarin3 [77.0 kB]
Get:82 http://download.mono-project.com/repo/debian/ wheezy/main libmono-i18n4.0-cil all 4.8.0.520-0xamarin3 [29.2 kB]
Get:83 http://download.mono-project.com/repo/debian/ wheezy/main libmono-i18n-west4.0-cil all 4.8.0.520-0xamarin3 [36.2 kB]
Get:84 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-windows-forms4.0-cil all 4.8.0.520-0xamarin3 [1088 kB]
Get:85 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-design4.0-cil all 4.8.0.520-0xamarin3 [133 kB]
Get:86 http://download.mono-project.com/repo/debian/ wheezy/main libmono-ldap4.0-cil all 4.8.0.520-0xamarin3 [117 kB]
Get:87 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-ldap4.0-cil all 4.8.0.520-0xamarin3 [53.7 kB]
Get:88 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-services4.0-cil all 4.8.0.520-0xamarin3 [220 kB]
Get:89 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web4.0-cil all 4.8.0.520-0xamarin3 [1019 kB]
Get:90 http://download.mono-project.com/repo/debian/ wheezy/main libmono-http4.0-cil all 4.8.0.520-0xamarin3 [28.3 kB]
Get:91 http://download.mono-project.com/repo/debian/ wheezy/main libmono-i18n-cjk4.0-cil all 4.8.0.520-0xamarin3 [314 kB]
Get:92 http://download.mono-project.com/repo/debian/ wheezy/main libmono-i18n-mideast4.0-cil all 4.8.0.520-0xamarin3 [26.5 kB]
Get:93 http://download.mono-project.com/repo/debian/ wheezy/main libmono-i18n-other4.0-cil all 4.8.0.520-0xamarin3 [28.0 kB]
Get:94 http://download.mono-project.com/repo/debian/ wheezy/main libmono-i18n-rare4.0-cil all 4.8.0.520-0xamarin3 [56.4 kB]
Get:95 http://download.mono-project.com/repo/debian/ wheezy/main libmono-i18n4.0-all all 4.8.0.520-0xamarin3 [16.3 kB]
Get:96 http://download.mono-project.com/repo/debian/ wheezy/main libmono-management4.0-cil all 4.8.0.520-0xamarin3 [21.3 kB]
Get:97 http://download.mono-project.com/repo/debian/ wheezy/main libmono-messaging4.0-cil all 4.8.0.520-0xamarin3 [30.3 kB]
Get:98 http://download.mono-project.com/repo/debian/ wheezy/main libmono-rabbitmq4.0-cil all 4.8.0.520-0xamarin3 [153 kB]
Get:99 http://download.mono-project.com/repo/debian/ wheezy/main libmono-messaging-rabbitmq4.0-cil all 4.8.0.520-0xamarin3 [30.9 kB]
Get:100 http://download.mono-project.com/repo/debian/ wheezy/main libmono-microsoft-build-framework4.0-cil all 4.8.0.520-0xamarin3 [28.5 kB]
Get:101 http://download.mono-project.com/repo/debian/ wheezy/main libmono-microsoft-build4.0-cil all 4.8.0.520-0xamarin3 [129 kB]
Get:102 http://download.mono-project.com/repo/debian/ wheezy/main libmono-microsoft-build-utilities-v4.0-4.0-cil all 4.8.0.520-0xamarin3 [40.1 kB]
Get:103 http://download.mono-project.com/repo/debian/ wheezy/main libmono-microsoft-build-engine4.0-cil all 4.8.0.520-0xamarin3 [113 kB]
Get:104 http://download.mono-project.com/repo/debian/ wheezy/main libmono-xbuild-tasks4.0-cil all 4.8.0.520-0xamarin3 [32.5 kB]
Get:105 http://download.mono-project.com/repo/debian/ wheezy/main libmono-microsoft-build-tasks-v4.0-4.0-cil all 4.8.0.520-0xamarin3 [88.7 kB]
Get:106 http://download.mono-project.com/repo/debian/ wheezy/main libmono-microsoft-csharp4.0-cil all 4.8.0.520-0xamarin3 [29.0 kB]
Get:107 http://download.mono-project.com/repo/debian/ wheezy/main libmono-microsoft-visualc10.0-cil all 4.8.0.520-0xamarin3 [19.6 kB]
Get:108 http://download.mono-project.com/repo/debian/ wheezy/main libmono-microsoft-web-infrastructure1.0-cil all 4.8.0.520-0xamarin3 [22.5 kB]
Get:109 http://download.mono-project.com/repo/debian/ wheezy/main libmono-oracle4.0-cil all 4.8.0.520-0xamarin3 [82.1 kB]
Get:110 http://download.mono-project.com/repo/debian/ wheezy/main libmono-parallel4.0-cil all 4.8.0.520-0xamarin3 [29.3 kB]
Get:111 http://download.mono-project.com/repo/debian/ wheezy/main libmono-peapi4.0a-cil all 4.8.0.520-0xamarin3 [60.1 kB]
Get:112 http://download.mono-project.com/repo/debian/ wheezy/main libmono-relaxng4.0-cil all 4.8.0.520-0xamarin3 [101 kB]
Get:113 http://download.mono-project.com/repo/debian/ wheezy/main libmono-simd4.0-cil all 4.8.0.520-0xamarin3 [38.4 kB]
Get:114 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-servicemodel-internals0.0-cil all 4.8.0.520-0xamarin3 [102 kB]
Get:115 http://download.mono-project.com/repo/debian/ wheezy/main libmono-smdiagnostics0.0-cil all 4.8.0.520-0xamarin3 [36.1 kB]
Get:116 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-componentmodel-composition4.0-cil all 4.8.0.520-0xamarin3 [121 kB]
Get:117 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-configuration-install4.0-cil all 4.8.0.520-0xamarin3 [25.4 kB]
Get:118 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-data-datasetextensions4.0-cil all 4.8.0.520-0xamarin3 [31.0 kB]
Get:119 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-runtime-serialization4.0-cil all 4.8.0.520-0xamarin3 [331 kB]
Get:120 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-xml-linq4.0-cil all 4.8.0.520-0xamarin3 [66.8 kB]
Get:121 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-data-entity4.0-cil all 4.8.0.520-0xamarin3 [1132 kB]
Get:122 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-data-linq4.0-cil all 4.8.0.520-0xamarin3 [199 kB]
Get:123 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-data-services-client4.0-cil all 4.8.0.520-0xamarin3 [178 kB]
Get:124 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-identitymodel4.0-cil all 4.8.0.520-0xamarin3 [69.0 kB]
Get:125 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-identitymodel-selectors4.0-cil all 4.8.0.520-0xamarin3 [22.1 kB]
Get:126 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-messaging4.0-cil all 4.8.0.520-0xamarin3 [46.4 kB]
Get:127 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-servicemodel4.0a-cil all 4.8.0.520-0xamarin3 [524 kB]
Get:128 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-servicemodel-activation4.0-cil all 4.8.0.520-0xamarin3 [20.6 kB]
Get:129 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-extensions4.0-cil all 4.8.0.520-0xamarin3 [206 kB]
Get:130 http://deb.debian.org/debian/ jessie/main libgl1-mesa-dri amd64 10.3.2-1+deb8u1 [3384 kB]
Get:131 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-servicemodel-web4.0-cil all 4.8.0.520-0xamarin3 [52.1 kB]
Get:132 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-data-services4.0-cil all 4.8.0.520-0xamarin3 [37.9 kB]
Get:133 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-deployment4.0-cil all 4.8.0.520-0xamarin3 [19.4 kB]
Get:134 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-drawing-design4.0-cil all 4.8.0.520-0xamarin3 [28.4 kB]
Get:135 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-dynamic4.0-cil all 4.8.0.520-0xamarin3 [54.8 kB]
Get:136 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-io-compression4.0-cil all 4.8.0.520-0xamarin3 [57.6 kB]
Get:137 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-io-compression-filesystem4.0-cil all 4.8.0.520-0xamarin3 [22.1 kB]
Get:138 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-json4.0-cil all 4.8.0.520-0xamarin3 [28.4 kB]
Get:139 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-json-microsoft4.0-cil all 4.8.0.520-0xamarin3 [39.8 kB]
Get:140 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-ldap-protocols4.0-cil all 4.8.0.520-0xamarin3 [41.0 kB]
Get:141 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-management4.0-cil all 4.8.0.520-0xamarin3 [35.3 kB]
Get:142 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-net4.0-cil all 4.8.0.520-0xamarin3 [20.5 kB]
Get:143 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-net-http4.0-cil all 4.8.0.520-0xamarin3 [66.4 kB]
Get:144 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-net-http-formatting4.0-cil all 4.8.0.520-0xamarin3 [222 kB]
Get:145 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-net-http-webrequest4.0-cil all 4.8.0.520-0xamarin3 [21.3 kB]
Get:146 http://deb.debian.org/debian/ jessie/main libglapi-mesa amd64 10.3.2-1+deb8u1 [53.3 kB]
Get:147 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-numerics-vectors4.0-cil all 4.8.0.520-0xamarin3 [20.1 kB]
Get:148 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-interfaces2.2-cil all 4.8.0.520-0xamarin3 [19.8 kB]
Get:149 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-core2.2-cil all 4.8.0.520-0xamarin3 [58.9 kB]
Get:150 http://deb.debian.org/debian/ jessie/main libx11-xcb1 amd64 2:1.6.2-3 [163 kB]
Get:151 http://deb.debian.org/debian/ jessie/main libxcb-dri2-0 amd64 1.10-3+b1 [12.9 kB]
Get:152 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-linq2.2-cil all 4.8.0.520-0xamarin3 [248 kB]
Get:153 http://deb.debian.org/debian/ jessie/main libxcb-dri3-0 amd64 1.10-3+b1 [11.1 kB]
Get:154 http://deb.debian.org/debian/ jessie/main libxcb-glx0 amd64 1.10-3+b1 [27.4 kB]
Get:155 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-debugger2.2-cil all 4.8.0.520-0xamarin3 [18.6 kB]
Get:156 http://deb.debian.org/debian/ jessie/main libxcb-present0 amd64 1.10-3+b1 [11.1 kB]
Get:157 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-experimental2.2-cil all 4.8.0.520-0xamarin3 [28.6 kB]
Get:158 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-providers2.2-cil all 4.8.0.520-0xamarin3 [77.1 kB]
Get:159 http://deb.debian.org/debian/ jessie/main libxcb-sync1 amd64 1.10-3+b1 [14.4 kB]
Get:160 http://deb.debian.org/debian/ jessie/main libxfixes3 amd64 1:5.0.1-2+b2 [21.3 kB]
Get:161 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-observable-aliases0.0-cil all 4.8.0.520-0xamarin3 [20.0 kB]
Get:162 http://deb.debian.org/debian/ jessie/main libxdamage1 amd64 1:1.1.4-2+b1 [14.7 kB]
Get:163 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-platformservices2.2-cil all 4.8.0.520-0xamarin3 [27.6 kB]
Get:164 http://deb.debian.org/debian/ jessie/main libxshmfence1 amd64 1.1-4 [6736 B]
Get:165 http://deb.debian.org/debian/ jessie/main libxxf86vm1 amd64 1:1.1.3-1+b1 [19.6 kB]
Get:166 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-runtime-remoting2.2-cil all 4.8.0.520-0xamarin3 [20.7 kB]
Get:167 http://deb.debian.org/debian/ jessie/main libgl1-mesa-glx amd64 10.3.2-1+deb8u1 [180 kB]
Get:168 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-windows-forms2.2-cil all 4.8.0.520-0xamarin3 [20.8 kB]
Get:169 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-xaml4.0-cil all 4.8.0.520-0xamarin3 [94.9 kB]
Get:170 http://download.mono-project.com/repo/debian/ wheezy/main libmono-windowsbase4.0-cil all 4.8.0.520-0xamarin3 [81.0 kB]
Get:171 http://deb.debian.org/debian/ jessie/main libgtk2.0-common all 2.24.25-3+deb8u1 [3185 kB]
Get:172 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reactive-windows-threading2.2-cil all 4.8.0.520-0xamarin3 [22.2 kB]
Get:173 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-reflection-context4.0-cil all 4.8.0.520-0xamarin3 [20.5 kB]
Get:174 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-runtime4.0-cil all 4.8.0.520-0xamarin3 [68.3 kB]
Get:175 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-runtime-caching4.0-cil all 4.8.0.520-0xamarin3 [47.8 kB]
Get:176 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-runtime-durableinstancing4.0-cil all 4.8.0.520-0xamarin3 [59.1 kB]
Get:177 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-runtime-interopservices-runtimeinformation4.0-cil all 4.8.0.520-0xamarin3 [21.4 kB]
Get:178 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-servicemodel-discovery4.0-cil all 4.8.0.520-0xamarin3 [69.1 kB]
Get:179 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-servicemodel-routing4.0-cil all 4.8.0.520-0xamarin3 [29.6 kB]
Get:180 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-serviceprocess4.0-cil all 4.8.0.520-0xamarin3 [36.2 kB]
Get:181 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-threading-tasks-dataflow4.0-cil all 4.8.0.520-0xamarin3 [84.4 kB]
Get:182 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-abstractions4.0-cil all 4.8.0.520-0xamarin3 [19.9 kB]
Get:183 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-dynamicdata4.0-cil all 4.8.0.520-0xamarin3 [46.9 kB]
Get:184 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-extensions-design4.0-cil all 4.8.0.520-0xamarin3 [21.2 kB]
Get:185 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-http4.0-cil all 4.8.0.520-0xamarin3 [154 kB]
Get:186 http://deb.debian.org/debian/ jessie/main libxcomposite1 amd64 1:0.4.4-1 [17.4 kB]
Get
EED3
:187 http://deb.debian.org/debian/ jessie/main libxcursor1 amd64 1:1.1.14-1+b1 [35.1 kB]
Get:188 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-http-selfhost4.0-cil all 4.8.0.520-0xamarin3 [55.5 kB]
Get:189 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-http-webhost4.0-cil all 4.8.0.520-0xamarin3 [43.2 kB]
Get:190 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-mobile4.0-cil all 4.8.0.520-0xamarin3 [19.4 kB]
Get:191 http://deb.debian.org/debian/ jessie/main libxi6 amd64 2:1.7.4-1+b2 [79.7 kB]
Get:192 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-razor2.0-cil all 4.8.0.520-0xamarin3 [122 kB]
Get:193 http://deb.debian.org/debian/ jessie/main libxinerama1 amd64 2:1.1.3-1+b1 [16.9 kB]
Get:194 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-webpages-deployment2.0-cil all 4.8.0.520-0xamarin3 [32.7 kB]
Get:195 http://deb.debian.org/debian/ jessie/main libxrandr2 amd64 2:1.4.2-1+b1 [35.5 kB]
Get:196 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-webpages2.0-cil all 4.8.0.520-0xamarin3 [98.5 kB]
Get:197 http://deb.debian.org/debian/ jessie/main libgtk2.0-0 amd64 2.24.25-3+deb8u1 [2306 kB]
Get:198 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-webpages-razor2.0-cil all 4.8.0.520-0xamarin3 [32.0 kB]
Get:199 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-mvc3.0-cil all 4.8.0.520-0xamarin3 [183 kB]
Get:200 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-regularexpressions4.0-cil all 4.8.0.520-0xamarin3 [19.5 kB]
Get:201 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-web-routing4.0-cil all 4.8.0.520-0xamarin3 [19.8 kB]
Get:202 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-windows4.0-cil all 4.8.0.520-0xamarin3 [19.5 kB]
Get:203 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-windows-forms-datavisualization4.0a-cil all 4.8.0.520-0xamarin3 [72.1 kB]
Get:204 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-workflow-activities4.0-cil all 4.8.0.520-0xamarin3 [19.5 kB]
Get:205 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-workflow-componentmodel4.0-cil all 4.8.0.520-0xamarin3 [19.5 kB]
Get:206 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-workflow-runtime4.0-cil all 4.8.0.520-0xamarin3 [19.4 kB]
Get:207 http://download.mono-project.com/repo/debian/ wheezy/main libmono-system-xml-serialization4.0-cil all 4.8.0.520-0xamarin3 [19.4 kB]
Get:208 http://download.mono-project.com/repo/debian/ wheezy/main libmono-tasklets4.0-cil all 4.8.0.520-0xamarin3 [19.8 kB]
Get:209 http://download.mono-project.com/repo/debian/ wheezy/main libmono-webmatrix-data4.0-cil all 4.8.0.520-0xamarin3 [23.2 kB]
Get:210 http://deb.debian.org/debian/ jessie/main libglade2-0 amd64 1:2.6.4-2 [81.8 kB]
Get:211 http://download.mono-project.com/repo/debian/ wheezy/main libmono-cil-dev all 4.8.0.520-0xamarin3 [19.1 kB]
Get:212 http://download.mono-project.com/repo/debian/ wheezy/main libmono-corlib4.0-cil all 4.8.0.520-0xamarin3 [16.3 kB]
Get:213 http://download.mono-project.com/repo/debian/ wheezy/main libmono-profiler amd64 4.8.0.520-0xamarin3 [194 kB]
Get:214 http://deb.debian.org/debian/ jessie/main libglu1-mesa amd64 9.0.0-2 [163 kB]
Get:215 http://download.mono-project.com/repo/debian/ wheezy/main libmonoboehm-2.0-1 amd64 4.8.0.520-0xamarin3 [1620 kB]
Get:216 http://deb.debian.org/debian/ jessie/main libgstreamer1.0-0 amd64 1.4.4-2 [1659 kB]
Get:217 http://deb.debian.org/debian/ jessie/main liborc-0.4-0 amd64 1:0.4.22-1 [141 kB]
Get:218 http://deb.debian.org/debian/ jessie/main iso-codes all 3.57-1 [2265 kB]
Get:219 http://download.mono-project.com/repo/debian/ wheezy/main mono-4.0-service all 4.8.0.520-0xamarin3 [24.1 kB]
Get:220 http://download.mono-project.com/repo/debian/ wheezy/main mono-utils amd64 4.8.0.520-0xamarin3 [5711 kB]
Get:221 http://deb.debian.org/debian/ jessie/main libgstreamer-plugins-base1.0-0 amd64 1.4.4-2 [1297 kB]
Get:222 http://deb.debian.org/debian/ jessie/main libgudev-1.0-0 amd64 215-17+deb8u6 [42.3 kB]
Get:223 http://deb.debian.org/debian/ jessie/main libharfbuzz-icu0 amd64 0.9.35-2 [360 kB]
Get:224 http://deb.debian.org/debian/ jessie/main libraw1394-11 amd64 2.1.0-3 [46.1 kB]
Get:225 http://deb.debian.org/debian/ jessie/main libiec61883-0 amd64 1.2.0-0.2 [30.2 kB]
Get:226 http://deb.debian.org/debian/ jessie/main libopus0 amd64 1.1-2 [156 kB]
Get:227 http://deb.debian.org/debian/ jessie/main libsamplerate0 amd64 0.1.8-8 [949 kB]
Get:228 http://deb.debian.org/debian/ jessie/main libjack-jackd2-0 amd64 1.9.10+20140719git3eb0ae6a~dfsg-2 [172 kB]
Get:229 http://download.mono-project.com/repo/debian/ wheezy/main mono-jay amd64 4.8.0.520-0xamarin3 [61.4 kB]
Get:230 http://download.mono-project.com/repo/debian/ wheezy/main mono-mcs all 4.8.0.520-0xamarin3 [671 kB]
Get:231 http://deb.debian.org/debian/ jessie/main libjavascriptcoregtk-1.0-0 amd64 2.4.9-1~deb8u1 [1997 kB]
Get:232 http://download.mono-project.com/repo/debian/ wheezy/main mono-xbuild all 4.8.0.520-0xamarin3 [988 kB]
Get:233 http://deb.debian.org/debian/ jessie/main libjson-glib-1.0-common all 1.0.2-1 [147 kB]
Get:234 http://deb.debian.org/debian/ jessie/main libjson-glib-1.0-0 amd64 1.0.2-1 [158 kB]
Get:235 http://download.mono-project.com/repo/debian/ wheezy/main mono-devel all 4.8.0.520-0xamarin3 [18.8 MB]
Get:236 http://deb.debian.org/debian/ jessie/main libmbim-glib4 amd64 1.10.0-2.1 [63.4 kB]
Get:237 http://deb.debian.org/debian/ jessie/main libmm-glib0 amd64 1.4.0-1 [167 kB]
Get:238 http://deb.debian.org/debian/ jessie/main libnl-3-200 amd64 3.2.24-2 [56.0 kB]
Get:239 http://deb.debian.org/debian/ jessie/main libnl-genl-3-200 amd64 3.2.24-2 [20.1 kB]
Get:240 http://deb.debian.org/debian/ jessie/main libpangoxft-1.0-0 amd64 1.36.8-3 [195 kB]
Get:241 http://deb.debian.org/debian/ jessie/main libpcsclite1 amd64 1.8.13-1+deb8u1 [56.2 kB]
Get:242 http://deb.debian.org/debian/ jessie/main libpolkit-gobject-1-0 amd64 0.105-15~deb8u2 [43.1 kB]
Get:243 http://deb.debian.org/debian/ jessie/main libproxy1 amd64 0.4.11-4+b2 [56.8 kB]
Get:244 http://deb.debian.org/debian/ jessie/main libqmi-glib1 amd64 1.10.2-2 [338 kB]
Get:245 http://deb.debian.org/debian/ jessie/main libsecret-common all 0.18-1 [19.9 kB]
Get:246 http://deb.debian.org/debian/ jessie/main libsecret-1-0 amd64 0.18-1+b1 [96.2 kB]
Get:247 http://deb.debian.org/debian/ jessie/main libspeex1 amd64 1.2~rc1.2-1 [54.9 kB]
Get:248 http://deb.debian.org/debian/ jessie/main libtheora0 amd64 1.1.1+dfsg.1-6 [171 kB]
Get:249 http://deb.debian.org/debian/ jessie/main libvorbis0a amd64 1.3.4-2 [92.9 kB]
Get:250 http://deb.debian.org/debian/ jessie/main libshout3 amd64 2.3.1-3 [46.1 kB]
Get:251 http://deb.debian.org/debian/ jessie/main glib-networking-common all 2.42.0-2 [52.1 kB]
Get:252 http://deb.debian.org/debian/ jessie/main glib-networking-services amd64 2.42.0-2 [17.0 kB]
Get:253 http://deb.debian.org/debian/ jessie/main dconf-service amd64 0.22.0-1 [41.6 kB]
Get:254 http://deb.debian.org/debian/ jessie/main dconf-gsettings-backend amd64 0.22.0-1 [33.9 kB]
Get:255 http://deb.debian.org/debian/ jessie/main gsettings-desktop-schemas all 3.14.1-1 [391 kB]
Get:256 http://deb.debian.org/debian/ jessie/main glib-networking amd64 2.42.0-2 [51.9 kB]
Get:257 http://deb.debian.org/debian/ jessie/main libsoup2.4-1 amd64 2.48.0-1 [260 kB]
Get:258 http://deb.debian.org/debian/ jessie/main libtag1-vanilla amd64 1.9.1-2.1 [294 kB]
Get:259 http://deb.debian.org/debian/ jessie/main libusb-1.0-0 amd64 2:1.0.19-1 [48.1 kB]
Get:260 http://deb.debian.org/debian/ jessie/main libv4lconvert0 amd64 1.6.0-2 [108 kB]
Get:261 http://deb.debian.org/debian/ jessie/main libv4l-0 amd64 1.6.0-2 [71.8 kB]
Get:262 http://deb.debian.org/debian/ jessie/main libvisual-0.4-0 amd64 0.4.0-6 [121 kB]
Get:263 http://deb.debian.org/debian/ jessie/main libvorbisenc2 amd64 1.3.4-2 [77.9 kB]
Get:264 http://deb.debian.org/debian/ jessie/main libwavpack1 amd64 4.70.0-1 [81.2 kB]
Get:265 http://deb.debian.org/debian/ jessie/main libwebkitgtk-1.0-common all 2.4.9-1~deb8u1 [451 kB]
Get:266 http://deb.debian.org/debian/ jessie/main libwebkitgtk-1.0-0 amd64 2.4.9-1~deb8u1 [7700 kB]
Get:267 http://deb.debian.org/debian/ jessie/main libxv1 amd64 2:1.0.10-1+b1 [24.0 kB]
Get:268 http://deb.debian.org/debian/ jessie/main libavc1394-0 amd64 0.5.4-2 [23.9 kB]
Get:269 http://deb.debian.org/debian/ jessie/main libjim0.75 amd64 0.75-1 [111 kB]
Get:270 http://deb.debian.org/debian/ jessie/main libpangox-1.0-0 amd64 0.0.2-5 [42.0 kB]
Get:271 http://deb.debian.org/debian/ jessie/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.6 kB]
Get:272 http://deb.debian.org/debian/ jessie/main init-system-helpers all 1.22 [14.0 kB]
Get:273 http://deb.debian.org/debian/ jessie/main dbus amd64 1.8.22-0+deb8u1 [292 kB]
Get:274 http://download.mono-project.com/repo/debian/ wheezy/main mono-csharp-shell all 4.8.0.520-0xamarin3 [41.7 kB]
Get:275 http://download.mono-project.com/repo/debian/ wheezy/main monodoc-base all 4.8.0.520-0xamarin3 [589 kB]
Get:276 http://deb.debian.org/debian/ jessie/main binfmt-support amd64 2.1.5-1 [58.2 kB]
Get:277 http://download.mono-project.com/repo/debian/ wheezy/main monodoc-browser all 4.2-0xamarin1 [99.5 kB]
Get:278 http://deb.debian.org/debian/ jessie/main enchant amd64 1.6.0-10.1 [18.1 kB]
Get:279 http://deb.debian.org/debian/ jessie/main geoclue-2.0 amd64 2.1.10-2 [71.5 kB]
Get:280 http://download.mono-project.com/repo/debian/ wheezy/main monodoc-manual all 4.8.0.520-0xamarin3 [19.2 MB]
Get:281 http://deb.debian.org/debian/ jessie/main gstreamer1.0-plugins-base amd64 1.4.4-2 [1284 kB]
Get:282 http://deb.debian.org/debian/ jessie/main libtag1c2a amd64 1.9.1-2.1 [17.5 kB]
Get:283 http://deb.debian.org/debian/ jessie/main gstreamer1.0-plugins-good amd64 1.4.4-2+deb8u2 [2369 kB]
Get:284 http://deb.debian.org/debian/ jessie/main gstreamer1.0-x amd64 1.4.4-2 [830 kB]
Get:285 http://deb.debian.org/debian/ jessie/main libpango1.0-0 amd64 1.36.8-3 [183 kB]
Get:286 http://deb.debian.org/debian/ jessie/main libgtk2.0-bin amd64 2.24.25-3+deb8u1 [534 kB]
Get:287 http://deb.debian.org/debian/ jessie/main libmbim-proxy amd64 1.10.0-2.1 [6642 B]
Get:288 http://deb.debian.org/debian/ jessie/main libnunit-core-interfaces2.6.3-cil all 2.6.3+dfsg-1 [23.0 kB]
Get:289 http://deb.debian.org/debian/ jessie/main libnunit-core2.6.3-cil all 2.6.3+dfsg-1 [54.9 kB]
Get:290 http://download.mono-project.com/repo/debian/ wheezy/main mono-complete amd64 4.8.0.520-0xamarin3 [16.5 kB]
Get:291 http://deb.debian.org/debian/ jessie/main libnunit-util2.6.3-cil all 2.6.3+dfsg-1 [48.1 kB]
Get:292 http://deb.debian.org/debian/ jessie/main libnunit-console-runner2.6.3-cil all 2.6.3+dfsg-1 [15.9 kB]
Get:293 http://deb.debian.org/debian/ jessie/main libnunit-framework2.6.3-cil all 2.6.3+dfsg-1 [45.9 kB]
Get:294 http://deb.debian.org/debian/ jessie/main libnunit-mocks2.6.3-cil all 2.6.3+dfsg-1 [10.2 kB]
Get:295 http://deb.debian.org/debian/ jessie/main libnunit-cil-dev all 2.6.3+dfsg-1 [5568 B]
Get:296 http://deb.debian.org/debian/ jessie/main libqmi-proxy amd64 1.10.2-2 [7546 B]
Get:297 http://deb.debian.org/debian/ jessie/main libvisual-0.4-plugins amd64 0.4.0.dfsg.1-7 [147 kB]
Get:298 http://deb.debian.org/debian/ jessie/main libwebkit1.1-cil all 0.3-6 [24.4 kB]
Get:299 http://deb.debian.org/debian/ jessie/main modemmanager amd64 1.4.0-1 [565 kB]
Get:300 http://deb.debian.org/debian/ jessie/main wpasupplicant amd64 2.3-1+deb8u4 [917 kB]
Get:301 http://deb.debian.org/debian/ jessie/main usb-modeswitch-data all 20150115-1 [41.5 kB]
Get:302 http://deb.debian.org/debian/ jessie/main usb-modeswitch amd64 2.2.0+repack0-2 [54.3 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 124 MB in 1min 3s (1942 kB/s)
Selecting previously unselected package libpipeline1:amd64.
(Reading database ... 21599 files and directories currently installed.)
Preparing to unpack .../libpipeline1_1.4.0-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.4.0-1) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../libgpm2_1.20.4-6.1+b2_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.4-6.1+b2) ...
Selecting previously unselected package libaa1:amd64.
Preparing to unpack .../libaa1_1.4p5-43_amd64.deb ...
Unpacking libaa1:amd64 (1.4p5-43) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../libasound2-data_1.0.28-1_all.deb ...
Unpacking libasound2-data (1.0.28-1) ...
Selecting previously unselected package libasound2:amd64.
Preparing to unpack .../libasound2_1.0.28-1_amd64.deb ...
Unpacking libasound2:amd64 (1.0.28-1) ...
Selecting previously unselected package libaspell15:amd64.
Preparing to unpack .../libaspell15_0.60.7~20110707-1.3_amd64.deb ...
Unpacking libaspell15:amd64 (0.60.7~20110707-1.3) ...
Selecting previously unselected package libatk1.0-data.
Preparing to unpack .../libatk1.0-data_2.14.0-1_all.deb ...
Unpacking libatk1.0-data (2.14.0-1) ...
Selecting previously unselected package libatk1.0-0:amd64.
Preparing to unpack .../libatk1.0-0_2.14.0-1_amd64.deb ...
Unpacking libatk1.0-0:amd64 (2.14.0-1) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../libavahi-common-data_0.6.31-5_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.6.31-5) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../libavahi-common3_0.6.31-5_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.6.31-5) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../libdbus-1-3_1.8.22-0+deb8u1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.8.22-0+deb8u1) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../libavahi-client3_0.6.31-5_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.6.31-5) ...
Selecting previously unselected package libcaca0:amd64.
Preparing to unpack .../libcaca0_0.99.beta19-2_amd64.deb ...
Unpacking libcaca0:amd64 (0.99.beta19-2) ...
Selecting previously unselected package libcap-ng0:amd64.
Preparing to unpack .../libcap-ng0_0.7.4-2_amd64.deb ...
Unpacking libcap-ng0:amd64 (0.7.4-2) ...
Selecting previously unselected package libcdparanoia0:amd64.
Preparing to unpack .../libcdparanoia0_3.10.2+debian-11_amd64.deb ...
Unpacking libcdparanoia0:amd64 (3.10.2+debian-11) ...
Selecting previously unselected package libcups2:amd64.
Preparing to unpack .../libcups2_1.7.5-11+deb8u1_amd64.deb ...
Unpacking libcups2:amd64 (1.7.5-11+deb8u1) ...
Selecting previously unselected package libdconf1:amd64.
Preparing to unpack .../libdconf1_0.22.0-1_amd64.deb ...
Unpacking libdconf1:amd64 (0.22.0-1) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../libdrm2_2.4.58-2_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.58-2) ...
Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../libpciaccess0_0.13.2-3+b1_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.13.2-3+b1) ...
Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../libdrm-intel1_2.4.58-2_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.58-2) ...
Selecting previously unselected package libdrm-nouveau2:amd64.
Preparing to unpack .../libdrm-nouveau2_2.4.58-2_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.58-2) ...
Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../libdrm-radeon1_2.4.58-2_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.58-2) ...
Selecting previously unselected package libdv4:amd64.
Preparing to unpack .../libdv4_1.0.0-6_amd64.deb ...
Unpacking libdv4:amd64 (1.0.0-6) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../libelf1_0.159-4.2_amd64.deb ...
Unpacking libelf1:amd64 (0.159-4.2) ...
Selecting previously unselected package emacsen-common.
Preparing to unpack .../emacsen-common_2.0.8_all.deb ...
Unpacking emacsen-common (2.0.8) ...
Selecting previously unselected package dictionaries-common.
Preparing to unpack .../dictionaries-common_1.23.17_all.deb ...
Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
Unpacking dictionaries-common (1.23.17) ...
Selecting previously unselected package aspell.
Preparing to unpack .../aspell_0.60.7~20110707-1.3_amd64.deb ...
Unpacking aspell (0.60.7~20110707-1.3) ...
Selecting previously unselected package aspell-en.
Preparing to unpack .../aspell-en_7.1-0-1.1_all.deb ...
Unpacking aspell-en (7.1-0-1.1) ...
Selecting previously unselected package hunspell-en-us.
Preparing to unpack .../hunspell-en-us_20070829-6_all.deb ...
Unpacking hunspell-en-us (20070829-6) ...
Selecting previously unselected package libhunspell-1.3-0:amd64.
Preparing to unpack .../libhunspell-1.3-0_1.3.3-3_amd64.deb ...
Unpacking libhunspell-1.3-0:amd64 (1.3.3-3) ...
Selecting previously unselected package libenchant1c2a:amd64.
Preparing to unpack .../libenchant1c2a_1.6.0-10.1_amd64.deb ...
Unpacking libenchant1c2a:amd64 (1.6.0-10.1) ...
Selecting previously unselected package libogg0:amd64.
Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ...
Unpacking libogg0:amd64 (1.3.2-1) ...
Selecting previously unselected package libflac8:amd64.
Preparing to unpack .../libflac8_1.3.0-3_amd64.deb ...
Unpacking libflac8:amd64 (1.3.0-3) ...
Selecting previously unselected package libgif4:amd64.
Preparing to unpack .../libgif4_4.1.6-11+deb8u1_amd64.deb ...
Unpacking libgif4:amd64 (4.1.6-11+deb8u1) ...
Selecting previously unselected package libllvm3.5:amd64.
Preparing to unpack .../libllvm3.5_1%3a3.5-10_amd64.deb ...
Unpacking libllvm3.5:amd64 (1:3.5-10) ...
Selecting previously unselected package libgl1-mesa-dri:amd64.
Preparing to unpack .../libgl1-mesa-dri_10.3.2-1+deb8u1_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (10.3.2-1+deb8u1) ...
Selecting previously unselected package libglapi-mesa:amd64.
Preparing to unpack .../libglapi-mesa_10.3.2-1+deb8u1_amd64.deb ...
Unpacking libglapi-mesa:amd64 (10.3.2-1+deb8u1) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../libx11-xcb1_2%3a1.6.2-3_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.6.2-3) ...
Selecting previously unselected package libxcb-dri2-0:amd64.
Preparing to unpack .../libxcb-dri2-0_1.10-3+b1_amd64.deb ...
Unpacking libxcb-dri2-0:amd64 (1.10-3+b1) ...
Selecting previously unselected package libxcb-dri3-0:amd64.
Preparing to unpack .../libxcb-dri3-0_1.10-3+b1_amd64.deb ...
Unpacking libxcb-dri3-0:amd64 (1.10-3+b1) ...
Selecting previously unselected package libxcb-glx0:amd64.
Preparing to unpack .../libxcb-glx0_1.10-3+b1_amd64.deb ...
Unpacking libxcb-glx0:amd64 (1.10-3+b1) ...
Selecting previously unselected package libxcb-present0:amd64.
Preparing to unpack .../libxcb-present0_1.10-3+b1_amd64.deb ...
Unpacking libxcb-present0:amd64 (1.10-3+b1) ...
Selecting previously unselected package libxcb-sync1:amd64.
Preparing to unpack .../libxcb-sync1_1.10-3+b1_amd64.deb ...
Unpacking libxcb-sync1:amd64 (1.10-3+b1) ...
Selecting previously unselected package libxfixes3:amd64.
Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
Selecting previously unselected package libxdamage1:amd64.
Preparing to unpack .../libxdamage1_1%3a1.1.4-2+b1_amd64.deb ...
Unpacking libxdamage1:amd64 (1:1.1.4-2+b1) ...
Selecting previously unselected package libxshmfence1:amd64.
Preparing to unpack .../libxshmfence1_1.1-4_amd64.deb ...
Unpacking libxshmfence1:amd64 (1.1-4) ...
Selecting previously unselected package libxxf86vm1:amd64.
Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1+b1_amd64.deb ...
Unpacking libxxf86vm1:amd64 (1:1.1.3-1+b1) ...
Selecting previously unselected package libgl1-mesa-glx:amd64.
Preparing to unpack .../libgl1-mesa-glx_10.3.2-1+deb8u1_amd64.deb ...
Unpacking libgl1-mesa-glx:amd64 (10.3.2-1+deb8u1) ...
Selecting previously unselected package libgtk2.0-common.
Preparing to unpack .../libgtk2.0-common_2.24.25-3+deb8u1_all.deb ...
Unpacking libgtk2.0-common (2.24.25-3+deb8u1) ...
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.4-1) ...
Selecting previously unselected package libxcursor1:amd64.
Preparing to unpack .../libxcursor1_1%3a1.1.14-1+b1_amd64.deb ...
Unpacking libxcursor1:amd64 (1:1.1.14-1+b1) ...
Selecting previously unselected package libxi6:amd64.
Preparing to unpack .../libxi6_2%3a1.7.4-1+b2_amd64.deb ...
Unpacking libxi6:amd64 (2:1.7.4-1+b2) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../libxinerama1_2%3a1.1.3-1+b1_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.3-1+b1) ...
Selecting previously unselected package libxrandr2:amd64.
Preparing to unpack .../libxrandr2_2%3a1.4.2-1+b1_amd64.deb ...
Unpacking libxrandr2:amd64 (2:1.4.2-1+b1) ...
Selecting previously unselected package libgtk2.0-0:amd64.
Preparing to unpack .../libgtk2.0-0_2.24.25-3+deb8u1_amd64.deb ...
Unpacking libgtk2.0-0:amd64 (2.24.25-3+deb8u1) ...
Selecting previously unselected package libglade2-0:amd64.
Preparing to unpack .../libglade2-0_1%3a2.6.4-2_amd64.deb ...
Unpacking libglade2-0:amd64 (1:2.6.4-2) ...
Selecting previously unselected package libglu1-mesa:amd64.
Preparing to unpack .../libglu1-mesa_9.0.0-2_amd64.deb ...
Unpacking libglu1-mesa:amd64 (9.0.0-2) ...
Selecting previously unselected package libgstreamer1.0-0:amd64.
Preparing to unpack .../libgstreamer1.0-0_1.4.4-2_amd64.deb ...
Unpacking libgstreamer1.0-0:amd64 (1.4.4-2) ...
Selecting previously unselected package liborc-0.4-0:amd64.
Preparing to unpack .../liborc-0.4-0_1%3a0.4.22-1_amd64.deb ...
Unpacking liborc-0.4-0:amd64 (1:0.4.22-1) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../iso-codes_3.57-1_all.deb ...
Unpacking iso-codes (3.57-1) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
Preparing to unpack .../libgstreamer-plugins-base1.0-0_1.4.4-2_amd64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.4.4-2) ...
Selecting previously unselected package libgudev-1.0-0:amd64.
Preparing to unpack .../libgudev-1.0-0_215-17+deb8u6_amd64.deb ...
Unpacking libgudev-1.0-0:amd64 (215-17+deb8u6) ...
Selecting previously unselected package libharfbuzz-icu0:amd64.
Preparing to unpack .../libharfbuzz-icu0_0.9.35-2_amd64.deb ...
Unpacking libharfbuzz-icu0:amd64 (0.9.35-2) ...
Selecting previously unselected package libraw1394-11:amd64.
Preparing to unpack .../libraw1394-11_2.1.0-3_amd64.deb ...
Unpacking libraw1394-11:amd64 (2.1.0-3) ...
Selecting previously unselected package libiec61883-0:amd64.
Preparing to unpack .../libiec61883-0_1.2.0-0.2_amd64.deb ...
Unpacking libiec61883-0:amd64 (1.2.0-0.2) ...
Selecting previously unselected package libopus0:amd64.
Preparing to unpack .../libopus0_1.1-2_amd64.deb ...
Unpacking libopus0:amd64 (1.1-2) ...
Selecting previously unselected package libsamplerate0:amd64.
Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ...
Unpacking libsamplerate0:amd64 (0.1.8-8) ...
Selecting previously unselected package libjack-jackd2-0:amd64.
Preparing to unpack .../libjack-jackd2-0_1.9.10+20140719git3eb0ae6a~dfsg-2_amd64.deb ...
Unpacking libjack-jackd2-0:amd64 (1.9.10+20140719git3eb0ae6a~dfsg-2) ...
Selecting previously unselected package libjavascriptcoregtk-1.0-0:amd64.
Preparing to unpack .../libjavascriptcoregtk-1.0-0_2.4.9-1~deb8u1_amd64.deb ...
Unpacking libjavascriptcoregtk-1.0-0:amd64 (2.4.9-1~deb8u1) ...
Selecting previously unselected package libjson-glib-1.0-common.
Preparing to unpack .../libjson-glib-1.0-common_1.0.2-1_all.deb ...
Unpacking libjson-glib-1.0-common (1.0.2-1) ...
Selecting previously unselected package libjson-glib-1.0-0:amd64.
Preparing to unpack .../libjson-glib-1.0-0_1.0.2-1_amd64.deb ...
Unpacking libjson-glib-1.0-0:amd64 (1.0.2-1) ...
Selecting previously unselected package libmbim-glib4:amd64.
Preparing to unpack .../libmbim-glib4_1.10.0-2.1_amd64.deb ...
Unpacking libmbim-glib4:amd64 (1.10.0-2.1) ...
Selecting previously unselected package libmm-glib0:amd64.
Preparing to unpack .../libmm-glib0_1.4.0-1_amd64.deb ...
Unpacking libmm-glib0:amd64 (1.4.0-1) ...
Selecting previously unselected package libnl-3-200:amd64.
Preparing to unpack .../libnl-3-200_3.2.24-2_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.24-2) ...
Selecting previously unselected package libnl-genl-3-200:amd64.
Preparing to unpack .../libnl-genl-3-200_3.2.24-2_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.2.24-2) ...
Selecting previously unselected package libpangoxft-1.0-0:amd64.
Preparing to unpack .../libpangoxft-1.0-0_1.36.8-3_amd64.deb ...
Unpacking libpangoxft-1.0-0:amd64 (1.36.8-3) ...
Selecting previously unselected package libpcsclite1:amd64.
Preparing to unpack .../libpcsclite1_1.8.13-1+deb8u1_amd64.deb ...
Unpacking libpcsclite1:amd64 (1.8.13-1+deb8u1) ...
Selecting previously unselected package libpolkit-gobject-1-0:amd64.
Preparing to unpack .../libpolkit-gobject-1-0_0.105-15~deb8u2_amd64.deb ...
Unpacking libpolkit-gobject-1-0:amd64 (0.105-15~deb8u2) ...
Selecting previously unselected package libproxy1:amd64.
Preparing to unpack .../libproxy1_0.4.11-4+b2_amd64.deb ...
Unpacking libproxy1:amd64 (0.4.11-4+b2) ...
Selecting previously unselected package libqmi-glib1:amd64.
Preparing to unpack .../libqmi-glib1_1.10.2-2_amd64.deb ...
Unpacking libqmi-glib1:amd64 (1.10.2-2) ...
Selecting previously unselected package libsecret-common.
Preparing to unpack .../libsecret-common_0.18-1_all.deb ...
Unpacking libsecret-common (0.18-1) ...
Selecting previously unselected package libsecret-1-0:amd64.
Preparing to unpack .../libsecret-1-0_0.18-1+b1_amd64.deb ...
Unpacking libsecret-1-0:amd64 (0.18-1+b1) ...
Selecting previously unselected package libspeex1:amd64.
Preparing to unpack .../libspeex1_1.2~rc1.2-1_amd64.deb ...
Unpacking libspeex1:amd64 (1.2~rc1.2-1) ...
Selecting previously unselected package libtheora0:amd64.
Preparing to unpack .../libtheora0_1.1.1+dfsg.1-6_amd64.deb ...
Unpacking libtheora0:amd64 (1.1.1+dfsg.1-6) ...
Selecting previously unselected package libvorbis0a:amd64.
Preparing to unpack .../libvorbis0a_1.3.4-2_amd64.deb ...
Unpacking libvorbis0a:amd64 (1.3.4-2) ...
Selecting previously unselected package libshout3:amd64.
Preparing to unpack .../libshout3_2.3.1-3_amd64.deb ...
Unpacking libshout3:amd64 (2.3.1-3) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../glib-networking-common_2.42.0-2_all.deb ...
Unpacking glib-networking-common (2.42.0-2) ...
Selecting previously unselected package glib-networking-services.
Preparing to unpack .../glib-networking-services_2.42.0-2_amd64.deb ...
Unpacking glib-networking-services (2.42.0-2) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../dconf-service_0.22.0-1_amd64.deb ...
Unpacking dconf-service (0.22.0-1) ...
Selecting previously unselected package dconf-gsettings-backend:amd64.
Preparing to unpack .../dconf-gsettings-backend_0.22.0-1_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.22.0-1) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../gsettings-desktop-schemas_3.14.1-1_all.deb ...
Unpacking gsettings-desktop-schemas (3.14.1-1) ...
Selecting previously unselected package glib-networking:amd64.
Preparing to unpack .../glib-networking_2.42.0-2_amd64.deb ...
Unpacking glib-networking:amd64 (2.42.0-2) ...
Selecting previously unselected package libsoup2.4-1:amd64.
Preparing to unpack .../libsoup2.4-1_2.48.0-1_amd64.deb ...
Unpacking libsoup2.4-1:amd64 (2.48.0-1) ...
Selecting previously unselected package libtag1-vanilla:amd64.
Preparing to unpack .../libtag1-vanilla_1.9.1-2.1_amd64.deb ...
Unpacking libtag1-vanilla:amd64 (1.9.1-2.1) ...
Selecting previously unselected package libusb-1.0-0:amd64.
Preparing to unpack .../libusb-1.0-0_2%3a1.0.19-1_amd64.deb ...
Unpacking libusb-1.0-0:amd64 (2:1.0.19-1) ...
Selecting previously unselected package libv4lconvert0:amd64.
Preparing to unpack .../libv4lconvert0_1.6.0-2_amd64.deb ...
Unpacking libv4lconvert0:amd64 (1.6.0-2) ...
Selecting previously unselected package libv4l-0:amd64.
Preparing to unpack .../libv4l-0_1.6.0-2_amd64.deb ...
Unpacking libv4l-0:amd64 (1.6.0-2) ...
Selecting previously unselected package libvisual-0.4-0:amd64.
Preparing to unpack .../libvisual-0.4-0_0.4.0-6_amd64.deb ...
Unpacking libvisual-0.4-0:amd64 (0.4.0-6) ...
Selecting previously unselected package libvorbisenc2:amd64.
Preparing to unpack .../libvorbisenc2_1.3.4-2_amd64.deb ...
Unpacking libvorbisenc2:amd64 (1.3.4-2) ...
Selecting previously unselected package libwavpack1:amd64.
Preparing to unpack .../libwavpack1_4.70.0-1_amd64.deb ...
Unpacking libwavpack1:amd64 (4.70.0-1) ...
Selecting previously unselected package libwebkitgtk-1.0-common.
Preparing to unpack .../libwebkitgtk-1.0-common_2.4.9-1~deb8u1_all.deb ...
Unpacking libwebkitgtk-1.0-common (2.4.9-1~deb8u1) ...
Selecting previously unselected package libwebkitgtk-1.0-0:amd64.
Preparing to unpack .../libwebkitgtk-1.0-0_2.4.9-1~deb8u1_amd64.deb ...
Unpacking libwebkitgtk-1.0-0:amd64 (2.4.9-1~deb8u1) ...
Selecting previously unselected package libxv1:amd64.
Preparing to unpack .../libxv1_2%3a1.0.10-1+b1_amd64.deb ...
Unpacking libxv1:amd64 (2:1.0.10-1+b1) ...
Selecting previously unselected package libavc1394-0:amd64.
Preparing to unpack .../libavc1394-0_0.5.4-2_amd64.deb ...
Unpacking libavc1394-0:amd64 (0.5.4-2) ...
Selecting previously unselected package libjim0.75:amd64.
Preparing to unpack .../libjim0.75_0.75-1_amd64.deb ...
Unpacking libjim0.75:amd64 (0.75-1) ...
Selecting previously unselected package libpangox-1.0-0:amd64.
Preparing to unpack .../libpangox-1.0-0_0.0.2-5_amd64.deb ...
Unpacking libpangox-1.0-0:amd64 (0.0.2-5) ...
Selecting previously unselected package libtxc-dxtn-s2tc0:amd64.
Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ...
Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ...
Selecting previously unselected package init-system-helpers.
Preparing to unpack .../init-system-helpers_1.22_all.deb ...
Unpacking init-system-helpers (1.22) ...
Selecting previously unselected package dbus.
Preparing to unpack .../dbus_1.8.22-0+deb8u1_amd64.deb ...
Unpacking dbus (1.8.22-0+deb8u1) ...
Selecting previously unselected package binfmt-support.
Preparing to unpack .../binfmt-support_2.1.5-1_amd64.deb ...
Unpacking binfmt-support (2.1.5-1) ...
Selecting previously unselected package libmono-corlib4.5-cil.
Preparing to unpack .../libmono-corlib4.5-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-corlib4.5-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-xml4.0-cil.
Preparing to unpack .../libmono-system-xml4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-xml4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-security4.0-cil.
Preparing to unpack .../libmono-system-security4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-security4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-configuration4.0-cil.
Preparing to unpack .../libmono-system-configuration4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-configuration4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system4.0-cil.
Preparing to unpack .../libmono-system4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-security4.0-cil.
Preparing to unpack .../libmono-security4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-security4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-4.0-gac.
Preparing to unpack .../mono-4.0-gac_4.8.0.520-0xamarin3_all.deb ...
Unpacking mono-4.0-gac (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-gac.
Preparing to unpack .../mono-gac_4.8.0.520-0xamarin3_all.deb ...
Unpacking mono-gac (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-runtime-common.
Preparing to unpack .../mono-runtime-common_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking mono-runtime-common (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-runtime-sgen.
Preparing to unpack .../mono-runtime-sgen_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking mono-runtime-sgen (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-runtime.
Preparing to unpack .../mono-runtime_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking mono-runtime (4.8.0.520-0xamarin3) ...
Selecting previously unselected package ca-certificates-mono.
Preparing to unpack .../ca-certificates-mono_4.8.0.520-0xamarin3_all.deb ...
Unpacking ca-certificates-mono (4.8.0.520-0xamarin3) ...
Selecting previously unselected package cli-common.
Preparing to unpack .../cli-common_0.9+xamarin1_all.deb ...
Unpacking cli-common (0.9+xamarin1) ...
Selecting previously unselected package enchant.
Preparing to unpack .../enchant_1.6.0-10.1_amd64.deb ...
Unpacking enchant (1.6.0-10.1) ...
Selecting previously unselected package geoclue-2.0.
Preparing to unpack .../geoclue-2.0_2.1.10-2_amd64.deb ...
Unpacking geoclue-2.0 (2.1.10-2) ...
Selecting previously unselected package gstreamer1.0-plugins-base:amd64.
Preparing to unpack .../gstreamer1.0-plugins-base_1.4.4-2_amd64.deb ...
Unpacking gstreamer1.0-plugins-base:amd64 (1.4.4-2) ...
Selecting previously unselected package libtag1c2a:amd64.
Preparing to unpack .../libtag1c2a_1.9.1-2.1_amd64.deb ...
Unpacking libtag1c2a:amd64 (1.9.1-2.1) ...
Selecting previously unselected package gstreamer1.0-plugins-good:amd64.
Preparing to unpack .../gstreamer1.0-plugins-good_1.4.4-2+deb8u2_amd64.deb ...
Unpacking gstreamer1.0-plugins-good:amd64 (1.4.4-2+deb8u2) ...
Selecting previously unselected package gstreamer1.0-x:amd64.
Preparing to unpack .../gstreamer1.0-x_1.4.4-2_amd64.deb ...
Unpacking gstreamer1.0-x:amd64 (1.4.4-2) ...
Selecting previously unselected package libgdiplus.
Preparing to unpack .../libgdiplus_3.12-0xamarin1+jpeg62.1_amd64.deb ...
Unpacking libgdiplus (3.12-0xamarin1+jpeg62.1) ...
Selecting previously unselected package libglib2.0-cil.
Preparing to unpack .../libglib2.0-cil_2.12.26-0xamarin1_amd64.deb ...
Unpacking libglib2.0-cil (2.12.26-0xamarin1) ...
Selecting previously unselected package libmono-cairo4.0-cil.
Preparing to unpack .../libmono-cairo4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-cairo4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-drawing4.0-cil.
Preparing to unpack .../libmono-system-drawing4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-drawing4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libpango1.0-0:amd64.
Preparing to unpack .../libpango1.0-0_1.36.8-3_amd64.deb ...
Unpacking libpango1.0-0:amd64 (1.36.8-3) ...
Selecting previously unselected package libgtk2.0-cil.
Preparing to unpack .../libgtk2.0-cil_2.12.26-0xamarin1_amd64.deb ...
Unpacking libgtk2.0-cil (2.12.26-0xamarin1) ...
Selecting previously unselected package libglade2.0-cil.
Preparing to unpack .../libglade2.0-cil_2.12.26-0xamarin1_amd64.deb ...
Unpacking libglade2.0-cil (2.12.26-0xamarin1) ...
Selecting previously unselected package libgtk2.0-bin.
Preparing to unpack .../libgtk2.0-bin_2.24.25-3+deb8u1_amd64.deb ...
Unpacking libgtk2.0-bin (2.24.25-3+deb8u1) ...
Selecting previously unselected package libmbim-proxy.
Preparing to unpack .../libmbim-proxy_1.10.0-2.1_amd64.deb ...
Unpacking libmbim-proxy (1.10.0-2.1) ...
Selecting previously unselected package libmonosgen-2.0-1.
Preparing to unpack .../libmonosgen-2.0-1_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking libmonosgen-2.0-1 (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-2.0-1.
Preparing to unpack .../libmono-2.0-1_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking libmono-2.0-1 (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmonosgen-2.0-dev.
Preparing to unpack .../libmonosgen-2.0-dev_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking libmonosgen-2.0-dev (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-2.0-dev.
Preparing to unpack .../libmono-2.0-dev_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking libmono-2.0-dev (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-accessibility4.0-cil.
Preparing to unpack .../libmono-accessibility4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-accessibility4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-btls-interface4.0-cil.
Preparing to unpack .../libmono-btls-interface4.0-cil_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking libmono-btls-interface4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-cecil-private-cil.
Preparing to unpack .../libmono-cecil-private-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-cecil-private-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-posix4.0-cil.
Preparing to unpack .../libmono-posix4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-posix4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-core4.0-cil.
Preparing to unpack .../libmono-system-core4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-core4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-codecontracts4.0-cil.
Preparing to unpack .../libmono-codecontracts4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-codecontracts4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-compilerservices-symbolwriter4.0-cil.
Preparing to unpack .../libmono-compilerservices-symbolwriter4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-compilerservices-symbolwriter4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-cscompmgd0.0-cil.
Preparing to unpack .../libmono-cscompmgd0.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-cscompmgd0.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-csharp4.0c-cil.
Preparing to unpack .../libmono-csharp4.0c-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-csharp4.0c-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-custommarshalers4.0-cil.
Preparing to unpack .../libmono-custommarshalers4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-custommarshalers4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-data-tds4.0-cil.
Preparing to unpack .../libmono-data-tds4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-data-tds4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-transactions4.0-cil.
Preparing to unpack .../libmono-system-transactions4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-transactions4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-enterpriseservices4.0-cil.
Preparing to unpack .../libmono-system-enterpriseservices4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-enterpriseservices4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-numerics4.0-cil.
Preparing to unpack .../libmono-system-numerics4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-numerics4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-data4.0-cil.
Preparing to unpack .../libmono-system-data4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-data4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-db2-1.0-cil.
Preparing to unpack .../libmono-db2-1.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-db2-1.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-debugger-soft4.0a-cil.
Preparing to unpack .../libmono-debugger-soft4.0a-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-debugger-soft4.0a-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-sharpzip4.84-cil.
Preparing to unpack .../libmono-sharpzip4.84-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-sharpzip4.84-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-sqlite4.0-cil.
Preparing to unpack .../libmono-sqlite4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-sqlite4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-componentmodel-dataannotations4.0-cil.
Preparing to unpack .../libmono-system-componentmodel-dataannotations4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-componentmodel-dataannotations4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-runtime-serialization-formatters-soap4.0-cil.
Preparing to unpack .../libmono-system-runtime-serialization-formatters-soap4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-runtime-serialization-formatters-soap4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-applicationservices4.0-cil.
Preparing to unpack .../libmono-system-web-applicationservices4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-applicationservices4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-webbrowser4.0-cil.
Preparing to unpack .../libmono-webbrowser4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-webbrowser4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-i18n4.0-cil.
Preparing to unpack .../libmono-i18n4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-i18n4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-i18n-west4.0-cil.
Preparing to unpack .../libmono-i18n-west4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-i18n-west4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-windows-forms4.0-cil.
Preparing to unpack .../libmono-system-windows-forms4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-windows-forms4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-design4.0-cil.
Preparing to unpack .../libmono-system-design4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-design4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-ldap4.0-cil.
Preparing to unpack .../libmono-ldap4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-ldap4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-ldap4.0-cil.
Preparing to unpack .../libmono-system-ldap4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-ldap4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-services4.0-cil.
Preparing to unpack .../libmono-system-web-services4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-services4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web4.0-cil.
Preparing to unpack .../libmono-system-web4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-http4.0-cil.
Preparing to unpack .../libmono-http4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-http4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-i18n-cjk4.0-cil.
Preparing to unpack .../libmono-i18n-cjk4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-i18n-cjk4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-i18n-mideast4.0-cil.
Preparing to unpack .../libmono-i18n-mideast4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-i18n-mideast4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-i18n-other4.0-cil.
Preparing to unpack .../libmono-i18n-other4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-i18n-other4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-i18n-rare4.0-cil.
Preparing to unpack .../libmono-i18n-rare4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-i18n-rare4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-i18n4.0-all.
Preparing to unpack .../libmono-i18n4.0-all_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-i18n4.0-all (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-management4.0-cil.
Preparing to unpack .../libmono-management4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-management4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-messaging4.0-cil.
Preparing to unpack .../libmono-messaging4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-messaging4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-rabbitmq4.0-cil.
Preparing to unpack .../libmono-rabbitmq4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-rabbitmq4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-messaging-rabbitmq4.0-cil.
Preparing to unpack .../libmono-messaging-rabbitmq4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-messaging-rabbitmq4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-microsoft-build-framework4.0-cil.
Preparing to unpack .../libmono-microsoft-build-framework4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-microsoft-build-framework4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-microsoft-build4.0-cil.
Preparing to unpack .../libmono-microsoft-build4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-microsoft-build4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-microsoft-build-utilities-v4.0-4.0-cil.
Preparing to unpack .../libmono-microsoft-build-utilities-v4.0-4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-microsoft-build-utilities-v4.0-4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-microsoft-build-engine4.0-cil.
Preparing to unpack .../libmono-microsoft-build-engine4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-microsoft-build-engine4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-xbuild-tasks4.0-cil.
Preparing to unpack .../libmono-xbuild-tasks4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-xbuild-tasks4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-microsoft-build-tasks-v4.0-4.0-cil.
Preparing to unpack .../libmono-microsoft-build-tasks-v4.0-4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-microsoft-build-tasks-v4.0-4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-microsoft-csharp4.0-cil.
Preparing to unpack .../libmono-microsoft-csharp4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-microsoft-csharp4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-microsoft-visualc10.0-cil.
Preparing to unpack .../libmono-microsoft-visualc10.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-microsoft-visualc10.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-microsoft-web-infrastructure1.0-cil.
Preparing to unpack .../libmono-microsoft-web-infrastructure1.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-microsoft-web-infrastructure1.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-oracle4.0-cil.
Preparing to unpack .../libmono-oracle4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-oracle4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-parallel4.0-cil.
Preparing to unpack .../libmono-parallel4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-parallel4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-peapi4.0a-cil.
Preparing to unpack .../libmono-peapi4.0a-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-peapi4.0a-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-relaxng4.0-cil.
Preparing to unpack .../libmono-relaxng4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-relaxng4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-simd4.0-cil.
Preparing to unpack .../libmono-simd4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-simd4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-servicemodel-internals0.0-cil.
Preparing to unpack .../libmono-system-servicemodel-internals0.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-servicemodel-internals0.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-smdiagnostics0.0-cil.
Preparing to unpack .../libmono-smdiagnostics0.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-smdiagnostics0.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-componentmodel-composition4.0-cil.
Preparing to unpack .../libmono-system-componentmodel-composition4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-componentmodel-composition4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-configuration-install4.0-cil.
Preparing to unpack .../libmono-system-configuration-install4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-configuration-install4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-data-datasetextensions4.0-cil.
Preparing to unpack .../libmono-system-data-datasetextensions4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-data-datasetextensions4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-runtime-serialization4.0-cil.
Preparing to unpack .../libmono-system-runtime-serialization4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-runtime-serialization4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-xml-linq4.0-cil.
Preparing to unpack .../libmono-system-xml-linq4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-xml-linq4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-data-entity4.0-cil.
Preparing to unpack .../libmono-system-data-entity4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-data-entity4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-data-linq4.0-cil.
Preparing to unpack .../libmono-system-data-linq4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-data-linq4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-data-services-client4.0-cil.
Preparing to unpack .../libmono-system-data-services-client4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-data-services-client4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-identitymodel4.0-cil.
Preparing to unpack .../libmono-system-identitymodel4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-identitymodel4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-identitymodel-selectors4.0-cil.
Preparing to unpack .../libmono-system-identitymodel-selectors4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-identitymodel-selectors4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-messaging4.0-cil.
Preparing to unpack .../libmono-system-messaging4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-messaging4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-servicemodel4.0a-cil.
Preparing to unpack .../libmono-system-servicemodel4.0a-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-servicemodel4.0a-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-servicemodel-activation4.0-cil.
Preparing to unpack .../libmono-system-servicemodel-activation4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-servicemodel-activation4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-extensions4.0-cil.
Preparing to unpack .../libmono-system-web-extensions4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-extensions4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-servicemodel-web4.0-cil.
Preparing to unpack .../libmono-system-servicemodel-web4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-servicemodel-web4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-data-services4.0-cil.
Preparing to unpack .../libmono-system-data-services4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-data-services4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-deployment4.0-cil.
Preparing to unpack .../libmono-system-deployment4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-deployment4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-drawing-design4.0-cil.
Preparing to unpack .../libmono-system-drawing-design4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-drawing-design4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-dynamic4.0-cil.
Preparing to unpack .../libmono-system-dynamic4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-dynamic4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-io-compression4.0-cil.
Preparing to unpack .../libmono-system-io-compression4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-io-compression4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-io-compression-filesystem4.0-cil.
Preparing to unpack .../libmono-system-io-compression-filesystem4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-io-compression-filesystem4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-json4.0-cil.
Preparing to unpack .../libmono-system-json4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-json4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-json-microsoft4.0-cil.
Preparing to unpack .../libmono-system-json-microsoft4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-json-microsoft4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-ldap-protocols4.0-cil.
Preparing to unpack .../libmono-system-ldap-protocols4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-ldap-protocols4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-management4.0-cil.
Preparing to unpack .../libmono-system-management4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-management4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-net4.0-cil.
Preparing to unpack .../libmono-system-net4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-net4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-net-http4.0-cil.
Preparing to unpack .../libmono-system-net-http4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-net-http4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-net-http-formatting4.0-cil.
Preparing to unpack .../libmono-system-net-http-formatting4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-net-http-formatting4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-net-http-webrequest4.0-cil.
Preparing to unpack .../libmono-system-net-http-webrequest4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-net-http-webrequest4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-numerics-vectors4.0-cil.
Preparing to unpack .../libmono-system-numerics-vectors4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-numerics-vectors4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-interfaces2.2-cil.
Preparing to unpack .../libmono-system-reactive-interfaces2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-interfaces2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-core2.2-cil.
Preparing to unpack .../libmono-system-reactive-core2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-core2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-linq2.2-cil.
Preparing to unpack .../libmono-system-reactive-linq2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-linq2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-debugger2.2-cil.
Preparing to unpack .../libmono-system-reactive-debugger2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-debugger2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-experimental2.2-cil.
Preparing to unpack .../libmono-system-reactive-experimental2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-experimental2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-providers2.2-cil.
Preparing to unpack .../libmono-system-reactive-providers2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-providers2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-observable-aliases0.0-cil.
Preparing to unpack .../libmono-system-reactive-observable-aliases0.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-observable-aliases0.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-platformservices2.2-cil.
Preparing to unpack .../libmono-system-reactive-platformservices2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-platformservices2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-runtime-remoting2.2-cil.
Preparing to unpack .../libmono-system-reactive-runtime-remoting2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-runtime-remoting2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-windows-forms2.2-cil.
Preparing to unpack .../libmono-system-reactive-windows-forms2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-windows-forms2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-xaml4.0-cil.
Preparing to unpack .../libmono-system-xaml4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-xaml4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-windowsbase4.0-cil.
Preparing to unpack .../libmono-windowsbase4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-windowsbase4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reactive-windows-threading2.2-cil.
Preparing to unpack .../libmono-system-reactive-windows-threading2.2-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reactive-windows-threading2.2-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-reflection-context4.0-cil.
Preparing to unpack .../libmono-system-reflection-context4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-reflection-context4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-runtime4.0-cil.
Preparing to unpack .../libmono-system-runtime4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-runtime4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-runtime-caching4.0-cil.
Preparing to unpack .../libmono-system-runtime-caching4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-runtime-caching4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-runtime-durableinstancing4.0-cil.
Preparing to unpack .../libmono-system-runtime-durableinstancing4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-runtime-durableinstancing4.0-cil (4.8.0.520-0xamarin3) ...
Selecting pre
1CF5
viously unselected package libmono-system-runtime-interopservices-runtimeinformation4.0-cil.
Preparing to unpack .../libmono-system-runtime-interopservices-runtimeinformation4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-runtime-interopservices-runtimeinformation4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-servicemodel-discovery4.0-cil.
Preparing to unpack .../libmono-system-servicemodel-discovery4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-servicemodel-discovery4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-servicemodel-routing4.0-cil.
Preparing to unpack .../libmono-system-servicemodel-routing4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-servicemodel-routing4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-serviceprocess4.0-cil.
Preparing to unpack .../libmono-system-serviceprocess4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-serviceprocess4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-threading-tasks-dataflow4.0-cil.
Preparing to unpack .../libmono-system-threading-tasks-dataflow4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-threading-tasks-dataflow4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-abstractions4.0-cil.
Preparing to unpack .../libmono-system-web-abstractions4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-abstractions4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-dynamicdata4.0-cil.
Preparing to unpack .../libmono-system-web-dynamicdata4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-dynamicdata4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-extensions-design4.0-cil.
Preparing to unpack .../libmono-system-web-extensions-design4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-extensions-design4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-http4.0-cil.
Preparing to unpack .../libmono-system-web-http4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-http4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-http-selfhost4.0-cil.
Preparing to unpack .../libmono-system-web-http-selfhost4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-http-selfhost4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-http-webhost4.0-cil.
Preparing to unpack .../libmono-system-web-http-webhost4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-http-webhost4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-mobile4.0-cil.
Preparing to unpack .../libmono-system-web-mobile4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-mobile4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-razor2.0-cil.
Preparing to unpack .../libmono-system-web-razor2.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-razor2.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-webpages-deployment2.0-cil.
Preparing to unpack .../libmono-system-web-webpages-deployment2.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-webpages-deployment2.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-webpages2.0-cil.
Preparing to unpack .../libmono-system-web-webpages2.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-webpages2.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-webpages-razor2.0-cil.
Preparing to unpack .../libmono-system-web-webpages-razor2.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-webpages-razor2.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-mvc3.0-cil.
Preparing to unpack .../libmono-system-web-mvc3.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-mvc3.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-regularexpressions4.0-cil.
Preparing to unpack .../libmono-system-web-regularexpressions4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-regularexpressions4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-web-routing4.0-cil.
Preparing to unpack .../libmono-system-web-routing4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-web-routing4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-windows4.0-cil.
Preparing to unpack .../libmono-system-windows4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-windows4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-windows-forms-datavisualization4.0a-cil.
Preparing to unpack .../libmono-system-windows-forms-datavisualization4.0a-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-windows-forms-datavisualization4.0a-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-workflow-activities4.0-cil.
Preparing to unpack .../libmono-system-workflow-activities4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-workflow-activities4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-workflow-componentmodel4.0-cil.
Preparing to unpack .../libmono-system-workflow-componentmodel4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-workflow-componentmodel4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-workflow-runtime4.0-cil.
Preparing to unpack .../libmono-system-workflow-runtime4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-workflow-runtime4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-system-xml-serialization4.0-cil.
Preparing to unpack .../libmono-system-xml-serialization4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-system-xml-serialization4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-tasklets4.0-cil.
Preparing to unpack .../libmono-tasklets4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-tasklets4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-webmatrix-data4.0-cil.
Preparing to unpack .../libmono-webmatrix-data4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-webmatrix-data4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libnunit-core-interfaces2.6.3-cil.
Preparing to unpack .../libnunit-core-interfaces2.6.3-cil_2.6.3+dfsg-1_all.deb ...
Unpacking libnunit-core-interfaces2.6.3-cil (2.6.3+dfsg-1) ...
Selecting previously unselected package libnunit-core2.6.3-cil.
Preparing to unpack .../libnunit-core2.6.3-cil_2.6.3+dfsg-1_all.deb ...
Unpacking libnunit-core2.6.3-cil (2.6.3+dfsg-1) ...
Selecting previously unselected package libnunit-util2.6.3-cil.
Preparing to unpack .../libnunit-util2.6.3-cil_2.6.3+dfsg-1_all.deb ...
Unpacking libnunit-util2.6.3-cil (2.6.3+dfsg-1) ...
Selecting previously unselec
F438
ted package libnunit-console-runner2.6.3-cil.
Preparing to unpack .../libnunit-console-runner2.6.3-cil_2.6.3+dfsg-1_all.deb ...
Unpacking libnunit-console-runner2.6.3-cil (2.6.3+dfsg-1) ...
Selecting previously unselected package libnunit-framework2.6.3-cil.
Preparing to unpack .../libnunit-framework2.6.3-cil_2.6.3+dfsg-1_all.deb ...
Unpacking libnunit-framework2.6.3-cil (2.6.3+dfsg-1) ...
Selecting previously unselected package libnunit-mocks2.6.3-cil.
Preparing to unpack .../libnunit-mocks2.6.3-cil_2.6.3+dfsg-1_all.deb ...
Unpacking libnunit-mocks2.6.3-cil (2.6.3+dfsg-1) ...
Selecting previously unselected package libnunit-cil-dev.
Preparing to unpack .../libnunit-cil-dev_2.6.3+dfsg-1_all.deb ...
Unpacking libnunit-cil-dev (2.6.3+dfsg-1) ...
Selecting previously unselected package libmono-cil-dev.
Preparing to unpack .../libmono-cil-dev_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-cil-dev (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-corlib4.0-cil.
Preparing to unpack .../libmono-corlib4.0-cil_4.8.0.520-0xamarin3_all.deb ...
Unpacking libmono-corlib4.0-cil (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmono-profiler.
Preparing to unpack .../libmono-profiler_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking libmono-profiler (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libmonoboehm-2.0-1.
Preparing to unpack .../libmonoboehm-2.0-1_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking libmonoboehm-2.0-1 (4.8.0.520-0xamarin3) ...
Selecting previously unselected package libqmi-proxy.
Preparing to unpack .../libqmi-proxy_1.10.2-2_amd64.deb ...
Unpacking libqmi-proxy (1.10.2-2) ...
Selecting previously unselected package libvisual-0.4-plugins:amd64.
Preparing to unpack .../libvisual-0.4-plugins_0.4.0.dfsg.1-7_amd64.deb ...
Unpacking libvisual-0.4-plugins:amd64 (0.4.0.dfsg.1-7) ...
Selecting previously unselected package libwebkit1.1-cil.
Preparing to unpack .../libwebkit1.1-cil_0.3-6_all.deb ...
Unpacking libwebkit1.1-cil (0.3-6) ...
Selecting previously unselected package modemmanager.
Preparing to unpack .../modemmanager_1.4.0-1_amd64.deb ...
Unpacking modemmanager (1.4.0-1) ...
Selecting previously unselected package mono-4.0-service.
Preparing to unpack .../mono-4.0-service_4.8.0.520-0xamarin3_all.deb ...
Unpacking mono-4.0-service (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-utils.
Preparing to unpack .../mono-utils_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking mono-utils (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-jay.
Preparing to unpack .../mono-jay_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking mono-jay (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-mcs.
Preparing to unpack .../mono-mcs_4.8.0.520-0xamarin3_all.deb ...
Unpacking mono-mcs (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-xbuild.
Preparing to unpack .../mono-xbuild_4.8.0.520-0xamarin3_all.deb ...
Unpacking mono-xbuild (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-devel.
Preparing to unpack .../mono-devel_4.8.0.520-0xamarin3_all.deb ...
Unpacking mono-devel (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-csharp-shell.
Preparing to unpack .../mono-csharp-shell_4.8.0.520-0xamarin3_all.deb ...
Unpacking mono-csharp-shell (4.8.0.520-0xamarin3) ...
Selecting previously unselected package monodoc-base.
Preparing to unpack .../monodoc-base_4.8.0.520-0xamarin3_all.deb ...
Unpacking monodoc-base (4.8.0.520-0xamarin3) ...
Selecting previously unselected package monodoc-browser.
Preparing to unpack .../monodoc-browser_4.2-0xamarin1_all.deb ...
Unpacking monodoc-browser (4.2-0xamarin1) ...
Selecting previously unselected package monodoc-manual.
Preparing to unpack .../monodoc-manual_4.8.0.520-0xamarin3_all.deb ...
Unpacking monodoc-manual (4.8.0.520-0xamarin3) ...
Selecting previously unselected package mono-complete.
Preparing to unpack .../mono-complete_4.8.0.520-0xamarin3_amd64.deb ...
Unpacking mono-complete (4.8.0.520-0xamarin3) ...
Selecting previously unselected package wpasupplicant.
Preparing to unpack .../wpasupplicant_2.3-1+deb8u4_amd64.deb ...
Unpacking wpasupplicant (2.3-1+deb8u4) ...
Selecting previously unselected package usb-modeswitch-data.
Preparing to unpack .../usb-modeswitch-data_20150115-1_all.deb ...
Unpacking usb-modeswitch-data (20150115-1) ...
Selecting previously unselected package usb-modeswitch.
Preparing to unpack .../usb-modeswitch_2.2.0+repack0-2_amd64.deb ...
Unpacking usb-modeswitch (2.2.0+repack0-2) ...
Processing triggers for libglib2.0-0:amd64 (2.42.1-1+b1) ...
Processing triggers for systemd (215-17+deb8u6) ...
Processing triggers for mime-support (3.58) ...
Processing triggers for ca-certificates (20141019+deb8u2) ...
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up libpipeline1:amd64 (1.4.0-1) ...
Setting up libgpm2:amd64 (1.20.4-6.1+b2) ...
Setting up libaa1:amd64 (1.4p5-43) ...
Setting up libasound2-data (1.0.28-1) ...
Setting up libasound2:amd64 (1.0.28-1) ...
Setting up libaspell15:amd64 (0.60.7~20110707-1.3) ...
Setting up libatk1.0-data (2.14.0-1) ...
Setting up libatk1.0-0:amd64 (2.14.0-1) ...
Setting up libavahi-common-data:amd64 (0.6.31-5) ...
Setting up libavahi-common3:amd64 (0.6.31-5) ...
Setting up libdbus-1-3:amd64 (1.8.22-0+deb8u1) ...
Setting up libavahi-client3:amd64 (0.6.31-5) ...
Setting up libcaca0:amd64 (0.99.beta19-2) ...
Setting up libcap-ng0:amd64 (0.7.4-2) ...
Setting up libcdparanoia0:amd64 (3.10.2+debian-11) ...
Setting up libcups2:amd64 (1.7.5-11+deb8u1) ...
Setting up libdconf1:amd64 (0.22.0-1) ...
Setting up libdrm2:amd64 (2.4.58-2) ...
Setting up libpciaccess0:amd64 (0.13.2-3+b1) ...
Setting up libdrm-intel1:amd64 (2.4.58-2) ...
Setting up libdrm-nouveau2:amd64 (2.4.58-2) ...
Setting up libdrm-radeon1:amd64 (2.4.58-2) ...
Setting up libdv4:amd64 (1.0.0-6) ...
Setting up libelf1:amd64 (0.159-4.2) ...
Setting up emacsen-common (2.0.8) ...
Setting up dictionaries-common (1.23.17) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up aspell (0.60.7~20110707-1.3) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up aspell-en (7.1-0-1.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up hunspell-en-us (20070829-6) ...
Setting up libhunspell-1.3-0:amd64 (1.3.3-3) ...
Setting up libenchant1c2a:amd64 (1.6.0-10.1) ...
Setting up libogg0:amd64 (1.3.2-1) ...
Setting up libflac8:amd64 (1.3.0-3) ...
Setting up libgif4:amd64 (4.1.6-11+deb8u1) ...
Setting up libllvm3.5:amd64 (1:3.5-10) ...
Setting up libgl1-mesa-dri:amd64 (10.3.2-1+deb8u1) ...
Setting up libglapi-mesa:amd64 (10.3.2-1+deb8u1) ...
Setting up libx11-xcb1:amd64 (2:1.6.2-3) ...
Setting up libxcb-dri2-0:amd64 (1.10-3+b1) ...
Setting up libxcb-dri3-0:amd64 (1.10-3+b1) ...
Setting up libxcb-glx0:amd64 (1.10-3+b1) ...
Setting up libxcb-present0:amd64 (1.10-3+b1) ...
Setting up libxcb-sync1:amd64 (1.10-3+b1) ...
Setting up libxfixes3:amd64 (1:5.0.1-2+b2) ...
Setting up libxdamage1:amd64 (1:1.1.4-2+b1) ...
Setting up libxshmfence1:amd64 (1.1-4) ...
Setting up libxxf86vm1:amd64 (1:1.1.3-1+b1) ...
Setting up libgl1-mesa-glx:amd64 (10.3.2-1+deb8u1) ...
Setting up libgtk2.0-common (2.24.25-3+deb8u1) ...
Setting up libxcomposite1:amd64 (1:0.4.4-1) ...
Setting up libxcursor1:amd64 (1:1.1.14-1+b1) ...
Setting up libxi6:amd64 (2:1.7.4-1+b2) ...
Setting up libxinerama1:amd64 (2:1.1.3-1+b1) ...
Setting up libxrandr2:amd64 (2:1.4.2-1+b1) ...
Setting up libgtk2.0-0:amd64 (2.24.25-3+deb8u1) ...
Setting up libglade2-0:amd64 (1:2.6.4-2) ...
Setting up libglu1-mesa:amd64 (9.0.0-2) ...
Setting up libgstreamer1.0-0:amd64 (1.4.4-2) ...
Setting up liborc-0.4-0:amd64 (1:0.4.22-1) ...
Setting up iso-codes (3.57-1) ...
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.4.4-2) ...
Setting up libgudev-1.0-0:amd64 (215-17+deb8u6) ...
Setting up libharfbuzz-icu0:amd64 (0.9.35-2) ...
Setting up libraw1394-11:amd64 (2.1.0-3) ...
Setting up libiec61883-0:amd64 (1.2.0-0.2) ...
Setting up libopus0:amd64 (1.1-2) ...
Setting up libsamplerate0:amd64 (0.1.8-8) ...
Setting up libjack-jackd2-0:amd64 (1.9.10+20140719git3eb0ae6a~dfsg-2) ...
Setting up libjavascriptcoregtk-1.0-0:amd64 (2.4.9-1~deb8u1) ...
Setting up libjson-glib-1.0-common (1.0.2-1) ...
Setting up libjson-glib-1.0-0:amd64 (1.0.2-1) ...
Setting up libmbim-glib4:amd64 (1.10.0-2.1) ...
Setting up libmm-glib0:amd64 (1.4.0-1) ...
Setting up libnl-3-200:amd64 (3.2.24-2) ...
Setting up libnl-genl-3-200:amd64 (3.2.24-2) ...
Setting up libpangoxft-1.0-0:amd64 (1.36.8-3) ...
Setting up libpcsclite1:amd64 (1.8.13-1+deb8u1) ...
Setting up libpolkit-gobject-1-0:amd64 (0.105-15~deb8u2) ...
Setting up libproxy1:amd64 (0.4.11-4+b2) ...
Setting up libqmi-glib1:amd64 (1.10.2-2) ...
Setting up libsecret-common (0.18-1) ...
Setting up libsecret-1-0:amd64 (0.18-1+b1) ...
Setting up libspeex1:amd64 (1.2~rc1.2-1) ...
Setting up libtheora0:amd64 (1.1.1+dfsg.1-6) ...
Setting up libvorbis0a:amd64 (1.3.4-2) ...
Setting up libshout3:amd64 (2.3.1-3) ...
Setting up glib-networking-common (2.42.0-2) ...
Setting up glib-networking-services (2.42.0-2) ...
Setting up dconf-service (0.22.0-1) ...
Setting up dconf-gsettings-backend:amd64 (0.22.0-1) ...
Setting up gsettings-desktop-schemas (3.14.1-1) ...
Setting up glib-networking:amd64 (2.42.0-2) ...
Setting up libsoup2.4-1:amd64 (2.48.0-1) ...
Setting up libtag1-vanilla:amd64 (1.9.1-2.1) ...
Setting up libusb-1.0-0:amd64 (2:1.0.19-1) ...
Setting up libv4lconvert0:amd64 (1.6.0-2) ...
Setting up libv4l-0:amd64 (1.6.0-2) ...
Setting up libvisual-0.4-0:amd64 (0.4.0-6) ...
Setting up libvorbisenc2:amd64 (1.3.4-2) ...
Setting up libwavpack1:amd64 (4.70.0-1) ...
Setting up libwebkitgtk-1.0-common (2.4.9-1~deb8u1) ...
Setting up libwebkitgtk-1.0-0:amd64 (2.4.9-1~deb8u1) ...
Setting up libxv1:amd64 (2:1.0.10-1+b1) ...
Setting up libavc1394-0:amd64 (0.5.4-2) ...
Setting up libjim0.75:amd64 (0.75-1) ...
Setting up libpangox-1.0-0:amd64 (0.0.2-5) ...
Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode
Setting up init-system-helpers (1.22) ...
Setting up dbus (1.8.22-0+deb8u1) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up binfmt-support (2.1.5-1) ...
mount: permission denied
update-binfmts: warning: Couldn't mount the binfmt_misc filesystem on /proc/sys/fs/binfmt_misc.
update-binfmts: warning: /usr/share/binfmts/cli: no executable /usr/bin/cli found, but continuing anyway as you request
mount: permission denied
update-binfmts: warning: Couldn't mount the binfmt_misc filesystem on /proc/sys/fs/binfmt_misc.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up cli-common (0.9+xamarin1) ...
Setting up enchant (1.6.0-10.1) ...
Setting up geoclue-2.0 (2.1.10-2) ...
Setting up gstreamer1.0-plugins-base:amd64 (1.4.4-2) ...
Setting up libtag1c2a:amd64 (1.9.1-2.1) ...
Setting up gstreamer1.0-plugins-good:amd64 (1.4.4-2+deb8u2) ...
Setting up gstreamer1.0-x:amd64 (1.4.4-2) ...
Setting up libgdiplus (3.12-0xamarin1+jpeg62.1) ...
Setting up libpango1.0-0:amd64 (1.36.8-3) ...
Setting up libgtk2.0-bin (2.24.25-3+deb8u1) ...
Setting up libmbim-proxy (1.10.0-2.1) ...
Setting up libmonosgen-2.0-1 (4.8.0.520-0xamarin3) ...
Setting up libmono-2.0-1 (4.8.0.520-0xamarin3) ...
Setting up libmonosgen-2.0-dev (4.8.0.520-0xamarin3) ...
Setting up libmono-2.0-dev (4.8.0.520-0xamarin3) ...
Setting up libmono-btls-interface4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-profiler (4.8.0.520-0xamarin3) ...
Setting up libmonoboehm-2.0-1 (4.8.0.520-0xamarin3) ...
Setting up libqmi-proxy (1.10.2-2) ...
Setting up libvisual-0.4-plugins:amd64 (0.4.0.dfsg.1-7) ...
Setting up modemmanager (1.4.0-1) ...
Setting up mono-jay (4.8.0.520-0xamarin3) ...
Setting up wpasupplicant (2.3-1+deb8u4) ...
Setting up usb-modeswitch-data (20150115-1) ...
Setting up usb-modeswitch (2.2.0+repack0-2) ...
Setting up mono-4.0-gac (4.8.0.520-0xamarin3) ...
Setting up mono-gac (4.8.0.520-0xamarin3) ...
update-alternatives: using /usr/bin/gacutil to provide /usr/bin/cli-gacutil (global-assembly-cache-tool) in auto mode
Setting up mono-runtime-common (4.8.0.520-0xamarin3) ...
update-binfmts: warning: /usr/share/binfmts/cli: no executable /usr/bin/cli found, but continuing anyway as you request
mount: permission denied
update-binfmts: warning: Couldn't mount the binfmt_misc filesystem on /proc/sys/fs/binfmt_misc.
Setting up mono-runtime-sgen (4.8.0.520-0xamarin3) ...
Setting up mono-runtime (4.8.0.520-0xamarin3) ...
update-alternatives: using /usr/bin/mono to provide /usr/bin/cli (cli) in auto mode
Setting up libmono-corlib4.5-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-cairo4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-accessibility4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-cecil-private-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-custommarshalers4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-numerics4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-i18n4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-i18n-west4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-i18n-cjk4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-i18n-mideast4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-i18n-other4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-i18n-rare4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-i18n4.0-all (4.8.0.520-0xamarin3) ...
Setting up libmono-microsoft-build-framework4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-microsoft-visualc10.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-parallel4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-peapi4.0a-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-simd4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-deployment4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-numerics-vectors4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reflection-context4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-runtime-interopservices-runtimeinformation4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-mobile4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-regularexpressions4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-workflow-activities4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-workflow-componentmodel4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-workflow-runtime4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-tasklets4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-corlib4.0-cil (4.8.0.520-0xamarin3) ...
Setting up mono-utils (4.8.0.520-0xamarin3) ...
update-alternatives: using /usr/bin/monodis to provide /usr/bin/cli-ildasm (cil-disassembler) in auto mode
Setting up monodoc-manual (4.8.0.520-0xamarin3) ...
Setting up libmono-system-xml4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-runtime-serialization-formatters-soap4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-security4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-configuration4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-security4.0-cil (4.8.0.520-0xamarin3) ...
Setting up ca-certificates-mono (4.8.0.520-0xamarin3) ...
Setting up libglib2.0-cil (2.12.26-0xamarin1) ...
* Installing 1 assembly from libglib2.0-cil into Mono
Setting up libmono-system-drawing4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libgtk2.0-cil (2.12.26-0xamarin1) ...
* Installing 5 assemblies from libgtk2.0-cil into Mono
Setting up libglade2.0-cil (2.12.26-0xamarin1) ...
* Installing 1 assembly from libglade2.0-cil into Mono
Setting up libmono-posix4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-core4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-codecontracts4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-compilerservices-symbolwriter4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-cscompmgd0.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-csharp4.0c-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-data-tds4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-transactions4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-enterpriseservices4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-data4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-db2-1.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-debugger-soft4.0a-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-sharpzip4.84-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-sqlite4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-componentmodel-dataannotations4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-applicationservices4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-webbrowser4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-windows-forms4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-ldap4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-ldap4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-design4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-services4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-http4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-management4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-messaging4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-rabbitmq4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-messaging-rabbitmq4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-microsoft-build4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-microsoft-build-utilities-v4.0-4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-microsoft-build-engine4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-xbuild-tasks4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-microsoft-build-tasks-v4.0-4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-microsoft-csharp4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-microsoft-web-infrastructure1.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-oracle4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-relaxng4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-servicemodel-internals0.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-smdiagnostics0.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-componentmodel-composition4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-configuration-install4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-data-datasetextensions4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-runtime-serialization4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-xml-linq4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-data-entity4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-data-linq4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-data-services-client4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-identitymodel4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-identitymodel-selectors4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-messaging4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-servicemodel-activation4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-drawing-design4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-dynamic4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-io-compression4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-io-compression-filesystem4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-json4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-json-microsoft4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-ldap-protocols4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-management4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-net4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-net-http4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-net-http-formatting4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-net-http-webrequest4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-interfaces2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-core2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-linq2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-debugger2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-experimental2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-providers2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-observable-aliases0.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-platformservices2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-runtime-remoting2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-windows-forms2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-xaml4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-windowsbase4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-reactive-windows-threading2.2-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-runtime4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-runtime-caching4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-runtime-durableinstancing4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-serviceprocess4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-threading-tasks-dataflow4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-abstractions4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-extensions-design4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-http4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-http-webhost4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-razor2.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-webpages-deployment2.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-webpages2.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-webpages-razor2.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-routing4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-windows4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-windows-forms-datavisualization4.0a-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-webmatrix-data4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libnunit-core-interfaces2.6.3-cil (2.6.3+dfsg-1) ...
* Installing 1 assembly from libnunit-core-interfaces2.6.3-cil into Mono
Setting up libnunit-core2.6.3-cil (2.6.3+dfsg-1) ...
* Installing 1 assembly from libnunit-core2.6.3-cil into Mono
Setting up libnunit-util2.6.3-cil (2.6.3+dfsg-1) ...
* Installing 1 assembly from libnunit-util2.6.3-cil into Mono
Setting up libnunit-console-runner2.6.3-cil (2.6.3+dfsg-1) ...
* Installing 1 assembly from libnunit-console-runner2.6.3-cil into Mono
Setting up libnunit-framework2.6.3-cil (2.6.3+dfsg-1) ...
* Installing 1 assembly from libnunit-framework2.6.3-cil into Mono
Setting up libnunit-mocks2.6.3-cil (2.6.3+dfsg-1) ...
* Installing 1 assembly from libnunit-mocks2.6.3-cil into Mono
Setting up libnunit-cil-dev (2.6.3+dfsg-1) ...
Setting up libwebkit1.1-cil (0.3-6) ...
* Installing 1 assembly from libwebkit1.1-cil into Mono
Setting up mono-4.0-service (4.8.0.520-0xamarin3) ...
Setting up mono-mcs (4.8.0.520-0xamarin3) ...
Setting up mono-xbuild (4.8.0.520-0xamarin3) ...
Setting up mono-csharp-shell (4.8.0.520-0xamarin3) ...
Setting up monodoc-base (4.8.0.520-0xamarin3) ...
Setting up monodoc-browser (4.2-0xamarin1) ...
Setting up libmono-system-servicemodel4.0a-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-extensions4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-servicemodel-web4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-data-services4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-servicemodel-discovery4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-servicemodel-routing4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-dynamicdata4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-http-selfhost4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-web-mvc3.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-system-xml-serialization4.0-cil (4.8.0.520-0xamarin3) ...
Setting up libmono-cil-dev (4.8.0.520-0xamarin3) ...
Setting up mono-devel (4.8.0.520-0xamarin3) ...
update-alternatives: using /usr/bin/mono-csc to provide /usr/bin/cli-csc (c-sharp-compiler) in auto mode
update-alternatives: using /usr/bin/resgen to provide /usr/bin/cli-resgen (resource-file-generator) in auto mode
update-alternatives: using /usr/bin/al to provide /usr/bin/cli-al (assembly-linker) in auto mode
update-alternatives: using /usr/bin/sn to provide /usr/bin/cli-sn (strong-name-tool) in auto mode
Processing triggers for ca-certificates (20141019+deb8u2) ...
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....Updating Mono key store
Mono Certificate Store Sync - version 4.8.0.0
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Importing into legacy system store:
I already trust 0, your new list has 174
Certificate added: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
Certificate added: CN=ACEDICOM Root, OU=PKI, O=EDICOM, C=ES
Certificate added: C=CO, O=Sociedad Cameral de Certificación Digital - Certicámara S.A., CN=AC Raíz Certicámara S.A.
Certificate added: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA
Certificate added: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root
Certificate added: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Class 1 CA Root
Certificate added: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Public CA Root
Certificate added: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Qualified CA Root
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Networking
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
Certificate added: C=JP, O=Japanese Government, OU=ApplicationCA
Certificate added: CN=Atos TrustedRoot 2011, O=Atos, C=DE
Certificate added: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
Certificate added: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 CA 1
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA
Certificate added: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R1
Certificate added: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2
Certificate added: C=CN, O=WoSign CA Limited, CN=CA WoSign ECC Root
Certificate added: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
Certificate added: C=CN, O=CNNIC, CN=CNNIC ROOT
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority
Certificate added: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Chambers of Commerce Root
Certificate added: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Global Chambersign Root
Certificate added: C=CN, O=WoSign CA Limited, CN=Certification Authority of WoSign G2
Certificate added: C=FR, O=Dhimyotis, CN=Certigna
Certificate added: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Autorité Racine
Certificate added: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Root CA
Certificate added: C=FR, O=Certplus, CN=Class 2 Primary CA
Certificate added: C=FR, O=Certplus, CN=Certplus Root CA G1
Certificate added: C=FR, O=Certplus, CN=Certplus Root CA G2
Certificate added: C=PL, O=Unizeto Sp. z o.o., CN=Certum CA
Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2
Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), OID.2.5.4.5=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008
Certificate added: C=CN, O=China Internet Network Information Center, CN=China Internet Network Information Center EV Certificates Root
Certificate added: CN=ComSign CA, O=ComSign, C=IL
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Secure Certificate Services
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Trusted Certificate Services
Certificate added: O="Cybertrust, Inc", CN=Cybertrust Global Root
Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009
Certificate added: C=US, O=Digital Signature Trust, OU=DST ACES, CN=DST ACES CA X6
Certificate added: O=Digital Signature Trust Co., CN=DST Root CA X3
Certificate added: C=DE, O=Deutsche Telekom AG, OU=T-TeleSec Trust Center, CN=Deutsche Telekom Root CA 2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4
Certificate added: C=TR, L=Ankara, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority
Certificate added: CN=EBG Elektronik Sertifika Hizmet Sağlayıcısı, O=EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., C=TR
Certificate added: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC
Certificate added: C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA, E=pki@sk.ee
Certificate added: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048)
Certificate added: C=US, O="Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, OU="(c) 2006 Entrust, Inc.", CN=Entrust Root Certification Authority
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2012 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - EC1
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2009 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - G2
Certificate added: C=US, O=Equifax, OU=Equifax Secure Certificate Authority
Certificate added: C=US, O=Equifax Secure Inc., CN=Equifax Secure Global eBusiness CA-1
Certificate added: C=US, O=Equifax Secure Inc., CN=Equifax Secure eBusiness CA-1
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA 2
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority
Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2
Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
Certificate added: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign
Certificate added: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
Certificate added: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign
Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), OID.2.5.4.5=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008
Certificate added: C=US, O="The Go Daddy Group, Inc.", OU=Go Daddy Class 2 Certification Authority
Certificate added: C=US, S=Arizona, L=Scottsdale, O="GoDaddy.com, Inc.", CN=Go Daddy Root Certificate Authority - G2
Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015
Certificate added: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015
Certificate added: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1
Certificate added: C=FR, S=France, L=Paris, O=PM/SGDN, OU=DCSSI, CN=IGC/A, E=igca@sgdn.pm.gouv.fr
Certificate added: C=US, O=Internet Security Research Group, CN=ISRG Root X1
Certificate added: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1
Certificate added: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1
Certificate added: C=ES, O=IZENPE S.A., CN=Izenpe.com
Certificate added: E=pki@sk.ee, C=EE, O=AS Sertifitseerimiskeskus, CN=Juur-SK
Certificate added: C=HU, L=Budapest, O=Microsec Ltd., OU=e-Szigno CA, CN=Microsec e-Szigno Root CA
Certificate added: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009, E=info@e-szigno.hu
Certificate added: C=HU, L=Budapest, O=NetLock Kft., OU=Tanúsítványkiadók (Certification Services), CN=NetLock Arany (Class Gold) Főtanúsítvány
Certificate added: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
Certificate added: C=CH, O=WISeKey, OU=Copyright (c) 2005, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GA CA
Certificate added: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G1
Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G2
Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G3
Certificate added: E=contacto@procert.net.ve, L=Chacao, S=Miranda, OU=Proveedor de Certificados PROCERT, O=Sistema Nacional de Certificacion Electronica, C=VE, CN=PSCProcert
Certificate added: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3
Certificate added: O=RSA Security Inc, OU=RSA Security 2048 V3
Certificate added: C=ES, O=Generalitat Valenciana, OU=PKIGVA, CN=Root CA Generalitat Valenciana
Certificate added: C=DE, S=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Authentication and Encryption Root CA 2005:PN
Certificate added: C=DE, O=Deutscher Sparkassen Verlag GmbH, OU=S-TRUST Certification Services, CN=S-TRUST Universal Root CA
Certificate added: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2
Certificate added: C=JP, O="Japan Certification Services, Inc.", CN=SecureSign RootCA11
Certificate added: C=US, O=SecureTrust Corporation, CN=SecureTrust CA
Certificate added: C=US, O=SecureTrust Corporation, CN=Secure Global CA
Certificate added: C=JP, O="SECOM Trust Systems CO.,LTD.", OU=Security Communication EV RootCA1
Certificate added: C=JP, O="SECOM Trust Systems CO.,LTD.", OU=Security Communication RootCA2
Certificate added: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1
Certificate added: C=FI, O=Sonera, CN=Sonera Class2 CA
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G2
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3
Certificate added: C=US, O="Starfield Technologies, Inc.", OU=Starfield Class 2 Certification Authority
Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Root Certificate Authority - G2
Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Services Root Certificate Authority - G2
Certificate added: C=IL, O=StartCom Ltd., OU=Secure Digital Certificate Signing, CN=StartCom Certification Authority
Certificate added: C=IL, O=StartCom Ltd., OU=Secure Digital Certificate Signing, CN=StartCom Certification Authority
Certificate added: C=IL, O=StartCom Ltd., CN=StartCom Certification Authority G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Platinum CA - G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2
Certificate added: C=ch, O=Swisscom, OU=Digital Certificate Services, CN=Swisscom Root CA 1
Certificate added: C=ch, O=Swisscom, OU=Digital Certificate Services, CN=Swisscom Root CA 2
Certificate added: C=ch, O=Swisscom, OU=Digital Certificate Services, CN=Swisscom Root EV CA 2
Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2
Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3
Certificate added: C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Class 3 CA, CN=TC TrustCenter Class 3 CA II
Certificate added: CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı, C=TR, L=Ankara, O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Aralık 2007
Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA
Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority
Certificate added: C=TW, O=Government Root Certification Authority
Certificate added: O=TeliaSonera, CN=TeliaSonera Root CA v1
Certificate added: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
Certificate added: C=TR, L=Gebze - Kocaeli, O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK, OU=Ulusal Elektronik ve Kriptoloji Araştırma Enstitüsü - UEKAE, OU=Kamu Sertifikasyon Merkezi, CN=TÜBİTAK UEKAE Kök Sertifika Hizmet Sağlayıcısı - Sürüm 3
Certificate added: C=TR, L=Ankara, O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş., CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5
Certificate added: C=TR, L=Ankara, O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş., CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6
Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority
Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
Certificate added: C=US, S=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Client Authentication and Email
Certificate added: C=US, S=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Hardware
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2007 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G4
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2006 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G5
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2008 VeriSign, Inc. - For authorized use only", CN=VeriSign Universal Root Certification Authority
Certificate added: C=US, O="VeriSign, Inc.", OU=Class 1 Public Primary Certification Authority
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 1 Public Primary Certification Authority - G3
Certificate added: C=US, O="VeriSign, Inc.", OU=Class 2 Public Primary Certification Authority - G2, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 2 Public Primary Certification Authority - G3
Certificate added: C=US, O="VeriSign, Inc.", OU=Class 3 Public Primary Certification Authority
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G3
Certificate added: C=US, O=VISA, OU=Visa International Service Association, CN=Visa eCommerce Root
Certificate added: C=US, O=Wells Fargo WellsSecure, OU=Wells Fargo Bank NA, CN=WellsSecure Public Root Certificate Authority
Certificate added: C=CN, O=WoSign CA Limited, CN=Certification Authority of WoSign
Certificate added: C=CN, O=WoSign CA Limited, CN=CA 沃通根证书
Certificate added: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority
Certificate added: C=RO, O=certSIGN, OU=certSIGN ROOT CA
Certificate added: C=TW, O="Chunghwa Telecom Co., Ltd.", OU=ePKI Root Certification Authority
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2006 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA
Certificate added: C=US, O="thawte, Inc.", OU="(c) 2007 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G2
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2008 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G3
Certificate added: C=US, S=Indiana, L=Indianapolis, O=Software in the Public Interest, OU=hostmaster, CN=Certificate Authority, E=hostmaster@spi-inc.org
174 new root certificates were added to your trust store.
Import process completed.

Importing into BTLS system store:
I already trust 0, your new list has 174
Certificate added: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
Certificate added: CN=ACEDICOM Root, OU=PKI, O=EDICOM, C=ES
Certificate added: C=CO, O=Sociedad Cameral de Certificación Digital - Certicámara S.A., CN=AC Raíz Certicámara S.A.
Certificate added: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA
Certificate added: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root
Certificate added: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Class 1 CA Root
Certificate added: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Public CA Root
Certificate added: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Qualified CA Root
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Networking
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium
Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
Certificate added: C=JP, O=Japanese Government, OU=ApplicationCA
Certificate added: CN=Atos TrustedRoot 2011, O=Atos, C=DE
Certificate added: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
Certificate added: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 CA 1
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA
Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA
Certificate added: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R1
Certificate added: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2
Certificate added: C=CN, O=WoSign CA Limited, CN=CA WoSign ECC Root
Certificate added: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
Certificate added: C=CN, O=CNNIC, CN=CNNIC ROOT
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority
Certificate added: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Chambers of Commerce Root
Certificate added: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Global Chambersign Root
Certificate added: C=CN, O=WoSign CA Limited, CN=Certification Authority of WoSign G2
Certificate added: C=FR, O=Dhimyotis, CN=Certigna
Certificate added: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Autorité Racine
Certificate added: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Root CA
Certificate added: C=FR, O=Certplus, CN=Class 2 Primary CA
Certificate added: C=FR, O=Certplus, CN=Certplus Root CA G1
Certificate added: C=FR, O=Certplus, CN=Certplus Root CA G2
Certificate added: C=PL, O=Unizeto Sp. z o.o., CN=Certum CA
Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2
Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), OID.2.5.4.5=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008
Certificate added: C=CN, O=China Internet Network Information Center, CN=China Internet Network Information Center EV Certificates Root
Certificate added: CN=ComSign CA, O=ComSign, C=IL
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Secure Certificate Services
Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Trusted Certificate Services
Certificate added: O="Cybertrust, Inc", CN=Cybertrust Global Root
Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009
Certificate added: C=US, O=Digital Signature Trust, OU=DST ACES, CN=DST ACES CA X6
Certificate added: O=Digital Signature Trust Co., CN=DST Root CA X3
Certificate added: C=DE, O=Deutsche Telekom AG, OU=T-TeleSec Trust Center, CN=Deutsche Telekom Root CA 2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4
Certificate added: C=TR, L=Ankara, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority
Certificate added: CN=EBG Elektronik Sertifika Hizmet Sağlayıcısı, O=EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., C=TR
Certificate added: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC
Certificate added: C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA, E=pki@sk.ee
Certificate added: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048)
Certificate added: C=US, O="Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, OU="(c) 2006 Entrust, Inc.", CN=Entrust Root Certification Authority
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2012 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - EC1
Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2009 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - G2
Certificate added: C=US, O=Equifax, OU=Equifax Secure Certificate Authority
Certificate added: C=US, O=Equifax Secure Inc., CN=Equifax Secure Global eBusiness CA-1
Certificate added: C=US, O=Equifax Secure Inc., CN=Equifax Secure eBusiness CA-1
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA 2
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority
Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2
Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
Certificate added: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign
Certificate added: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
Certificate added: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
Certificate added: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign
Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), OID.2.5.4.5=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008
Certificate added: C=US, O="The Go Daddy Group, Inc.", OU=Go Daddy Class 2 Certification Authority
Certificate added: C=US, S=Arizona, L=Scottsdale, O="GoDaddy.com, Inc.", CN=Go Daddy Root Certificate Authority - G2
Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015
Certificate added: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015
Certificate added: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1
Certificate added: C=FR, S=France, L=Paris, O=PM/SGDN, OU=DCSSI, CN=IGC/A, E=igca@sgdn.pm.gouv.fr
Certificate added: C=US, O=Internet Security Research Group, CN=ISRG Root X1
Certificate added: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1
Certificate added: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1
Certificate added: C=ES, O=IZENPE S.A., CN=Izenpe.com
Certificate added: E=pki@sk.ee, C=EE, O=AS Sertifitseerimiskeskus, CN=Juur-SK
Certificate added: C=HU, L=Budapest, O=Microsec Ltd., OU=e-Szigno CA, CN=Microsec e-Szigno Root CA
Certificate added: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009, E=info@e-szigno.hu
Certificate added: C=HU, L=Budapest, O=NetLock Kft., OU=Tanúsítványkiadók (Certification Services), CN=NetLock Arany (Class Gold) Főtanúsítvány
Certificate added: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
Certificate added: C=CH, O=WISeKey, OU=Copyright (c) 2005, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GA CA
Certificate added: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G1
Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G2
Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G3
Certificate added: E=contacto@procert.net.ve, L=Chacao, S=Miranda, OU=Proveedor de Certificados PROCERT, O=Sistema Nacional de Certificacion Electronica, C=VE, CN=PSCProcert
Certificate added: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3
Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3
Certificate added: O=RSA Security Inc, OU=RSA Security 2048 V3
Certificate added: C=ES, O=Generalitat Valenciana, OU=PKIGVA, CN=Root CA Generalitat Valenciana
Certificate added: C=DE, S=Baden-Wuerttemberg (BW), L=Stuttgart, O=Deutscher Sparkassen Verlag GmbH, CN=S-TRUST Authentication and Encryption Root CA 2005:PN
Certificate added: C=DE, O=Deutscher Sparkassen Verlag GmbH, OU=S-TRUST Certification Services, CN=S-TRUST Universal Root CA
Certificate added: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2
Certificate added: C=JP, O="Japan Certification Services, Inc.", CN=SecureSign RootCA11
Certificate added: C=US, O=SecureTrust Corporation, CN=SecureTrust CA
Certificate added: C=US, O=SecureTrust Corporation, CN=Secure Global CA
Certificate added: C=JP, O="SECOM Trust Systems CO.,LTD.", OU=Security Communication EV RootCA1
Certificate added: C=JP, O="SECOM Trust Systems CO.,LTD.", OU=Security Communication RootCA2
Certificate added: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1
Certificate added: C=FI, O=Sonera, CN=Sonera Class2 CA
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G2
Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3
Certificate added: C=US, O="Starfield Technologies, Inc.", OU=Starfield Class 2 Certification Authority
Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Root Certificate Authority - G2
Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Services Root Certificate Authority - G2
Certificate added: C=IL, O=StartCom Ltd., OU=Secure Digital Certificate Signing, CN=StartCom Certification Authority
Certificate added: C=IL, O=StartCom Ltd., OU=Secure Digital Certificate Signing, CN=StartCom Certification Authority
Certificate added: C=IL, O=StartCom Ltd., CN=StartCom Certification Authority G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Platinum CA - G2
Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2
Certificate added: C=ch, O=Swisscom, OU=Digital Certificate Services, CN=Swisscom Root CA 1
Certificate added: C=ch, O=Swisscom, OU=Digital Certificate Services, CN=Swisscom Root CA 2
Certificate added: C=ch, O=Swisscom, OU=Digital Certificate Services, CN=Swisscom Root EV CA 2
Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2
Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3
Certificate added: C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Class 3 CA, CN=TC TrustCenter Class 3 CA II
Certificate added: CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı, C=TR, L=Ankara, O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Aralık 2007
Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA
Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority
Certificate added: C=TW, O=Government Root Certification Authority
Certificate added: O=TeliaSonera, CN=TeliaSonera Root CA v1
Certificate added: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
Certificate added: C=TR, L=Gebze - Kocaeli, O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK, OU=Ulusal Elektronik ve Kriptoloji Araştırma Enstitüsü - UEKAE, OU=Kamu Sertifikasyon Merkezi, CN=TÜBİTAK UEKAE Kök Sertifika Hizmet Sağlayıcısı - Sürüm 3
Certificate added: C=TR, L=Ankara, O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş., CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5
Certificate added: C=TR, L=Ankara, O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş., CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6
Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority
Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
Certificate added: C=US, S=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Client Authentication and Email
Certificate added: C=US, S=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Hardware
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2007 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G4
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2006 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G5
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2008 VeriSign, Inc. - For authorized use only", CN=VeriSign Universal Root Certification Authority
Certificate added: C=US, O="VeriSign, Inc.", OU=Class 1 Public Primary Certification Authority
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 1 Public Primary Certification Authority - G3
Certificate added: C=US, O="VeriSign, Inc.", OU=Class 2 Public Primary Certification Authority - G2, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 2 Public Primary Certification Authority - G3
Certificate added: C=US, O="VeriSign, Inc.", OU=Class 3 Public Primary Certification Authority
Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G3
Certificate added: C=US, O=VISA, OU=Visa International Service Association, CN=Visa eCommerce Root
Certificate added: C=US, O=Wells Fargo WellsSecure, OU=Wells Fargo Bank NA, CN=WellsSecure Public Root Certificate Authority
Certificate added: C=CN, O=WoSign CA Limited, CN=Certification Authority of WoSign
Certificate added: C=CN, O=WoSign CA Limited, CN=CA 沃通根证书
Certificate added: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority
Certificate added: C=RO, O=certSIGN, OU=certSIGN ROOT CA
Certificate added: C=TW, O="Chunghwa Telecom Co., Ltd.", OU=ePKI Root Certification Authority
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2006 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA
Certificate added: C=US, O="thawte, Inc.", OU="(c) 2007 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G2
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2008 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G3
Certificate added: C=US, S=Indiana, L=Indianapolis, O=Software in the Public Interest, OU=hostmaster, CN=Certificate Authority, E=hostmaster@spi-inc.org
174 new root certificates were added to your trust store.
Import process completed.
Done
done.
Setting up mono-complete (4.8.0.520-0xamarin3) ...
Processing triggers for libc-bin (2.19-18+deb8u7) ...
Processing triggers for dictionaries-common (1.23.17) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
aspell-autobuildhash: processing: en [en-common].
aspell-autobuildhash: processing: en [en-variant_0].
aspell-autobuildhash: processing: en [en-variant_1].
aspell-autobuildhash: processing: en [en-variant_2].
aspell-autobuildhash: processing: en [en-w_accents-only].
aspell-autobuildhash: processing: en [en-wo_accents
9ADA
-only].
aspell-autobuildhash: processing: en [en_CA-variant_0].
aspell-autobuildhash: processing: en [en_CA-variant_1].
aspell-autobuildhash: processing: en [en_CA-w_accents-only].
aspell-autobuildhash: processing: en [en_CA-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only].
aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only].
aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-variant_0].
aspell-autobuildhash: processing: en [en_GB-variant_1].
aspell-autobuildhash: processing: en [en_US-w_accents-only].
aspell-autobuildhash: processing: en [en_US-wo_accents-only].
Processing triggers for systemd (215-17+deb8u6) ...
Processing triggers for dbus (1.8.22-0+deb8u1) ...
 ---> 7f0f82278a01
Removing intermediate container d53a554f5e71
Step 3/3 : RUN pip install pythonnet==2.3.0
 ---> Running in 23487d3a3a8b
Collecting pythonnet==2.3.0
  Downloading pythonnet-2.3.0.tar.gz (1.5MB)
Building wheels for collected packages: pythonnet
  Running setup.py bdist_wheel for pythonnet: started
  Running setup.py bdist_wheel for pythonnet: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c5/78/3f/07a6f86ab02c6461acfcb500f01f2f2cbae26b825255aab4f0
Successfully built pythonnet
Installing collected packages: pythonnet
Successfully installed pythonnet-2.3.0
 ---> 2016d0d18510
Removing intermediate container 23487d3a3a8b
Successfully built 2016d0d18510
SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.

@cowboygneox
Copy link

@denfromufa Even though there is Docker support on Windows, my impression is that it's better to avoid building images on Windows. I've had success with running pre-built images, standard or custom, but I've struggled to get Windows to reproduce the *nix environment necessary to build most images.

tl;dr: I wouldn't use Windows to build Docker images.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0