diff --git a/docs/parsers/deb_packages_index.md b/docs/parsers/deb_packages_index.md
new file mode 100644
index 00000000..ea718414
--- /dev/null
+++ b/docs/parsers/deb_packages_index.md
@@ -0,0 +1,138 @@
+[Home](https://kellyjonbrazil.github.io/jc/)
+
+
+# jc.parsers.deb\_packages\_index
+
+jc - JSON Convert Debian Packages Index file parser
+
+Usage (cli):
+
+ $ cat Packages | jc --deb-packages-index
+
+Usage (module):
+
+ import jc
+ result = jc.parse('deb_packages_index', deb_package_index_output)
+
+Schema:
+
+ [
+ {
+ "package": string,
+ "version": string,
+ "architecture": string,
+ "section": string,
+ "priority": string,
+ "installed_size": integer,
+ "maintainer": string,
+ "description": string,
+ "homepage": string,
+ "depends": string,
+ "conflicts": string,
+ "replaces": string,
+ "vcs_git": string,
+ "sha256": string,
+ "size": integer,
+ "vcs_git": string,
+ "filename": string
+ }
+ ]
+
+Examples:
+
+ $ cat Packages | jc --deb-packages-index
+ [
+ {
+ "package": "aspnetcore-runtime-2.1",
+ "version": "2.1.22-1",
+ "architecture": "amd64",
+ "section": "devel",
+ "priority": "standard",
+ "installed_size": 71081,
+ "maintainer": "Microsoft ",
+ "description": "Microsoft ASP.NET Core 2.1.22 Shared Framework",
+ "homepage": "https://www.asp.net/",
+ "depends": "libc6 (>= 2.14), dotnet-runtime-2.1 (>= 2.1.22)",
+ "sha256": "48d4e78a7ceff34105411172f4c3e91a0359b3929d84d26a493...",
+ "size": 21937036,
+ "filename": "pool/main/a/aspnetcore-runtime-2.1/aspnetcore-run..."
+ },
+ {
+ "package": "azure-functions-core-tools-4",
+ "version": "4.0.4590-1",
+ "architecture": "amd64",
+ "section": "devel",
+ "priority": "optional",
+ "maintainer": "Ahmed ElSayed ",
+ "description": "Azure Function Core Tools v4",
+ "homepage": "https://docs.microsoft.com/en-us/azure/azure-func...",
+ "conflicts": "azure-functions-core-tools-2, azure-functions-co...",
+ "replaces": "azure-functions-core-tools-2, azure-functions-cor...",
+ "vcs_git": "https://github.com/Azure/azure-functions-core-tool...",
+ "sha256": "a2a4f99d6d98ba0a46832570285552f2a93bab06cebbda2afc7...",
+ "size": 124417844,
+ "filename": "pool/main/a/azure-functions-core-tools-4/azure-fu..."
+ }
+ ]
+
+ $ cat Packages | jc --deb-packages-index -r
+ [
+ {
+ "package": "aspnetcore-runtime-2.1",
+ "version": "2.1.22-1",
+ "architecture": "amd64",
+ "section": "devel",
+ "priority": "standard",
+ "installed_size": "71081",
+ "maintainer": "Microsoft ",
+ "description": "Microsoft ASP.NET Core 2.1.22 Shared Framework",
+ "homepage": "https://www.asp.net/",
+ "depends": "libc6 (>= 2.14), dotnet-runtime-2.1 (>= 2.1.22)",
+ "sha256": "48d4e78a7ceff34105411172f4c3e91a0359b3929d84d26a493...",
+ "size": "21937036",
+ "filename": "pool/main/a/aspnetcore-runtime-2.1/aspnetcore-run..."
+ },
+ {
+ "package": "azure-functions-core-tools-4",
+ "version": "4.0.4590-1",
+ "architecture": "amd64",
+ "section": "devel",
+ "priority": "optional",
+ "maintainer": "Ahmed ElSayed ",
+ "description": "Azure Function Core Tools v4",
+ "homepage": "https://docs.microsoft.com/en-us/azure/azure-func...",
+ "conflicts": "azure-functions-core-tools-2, azure-functions-co...",
+ "replaces": "azure-functions-core-tools-2, azure-functions-cor...",
+ "vcs_git": "https://github.com/Azure/azure-functions-core-tool...",
+ "sha256": "a2a4f99d6d98ba0a46832570285552f2a93bab06cebbda2afc7...",
+ "size": "124417844",
+ "filename": "pool/main/a/azure-functions-core-tools-4/azure-fu..."
+ }
+ ]
+
+
+
+### parse
+
+```python
+def parse(data: str,
+ raw: bool = False,
+ quiet: bool = False) -> List[JSONDictType]
+```
+
+Main text parsing function
+
+Parameters:
+
+ data: (string) text data to parse
+ raw: (boolean) unprocessed output if True
+ quiet: (boolean) suppress warning messages if True
+
+Returns:
+
+ List of Dictionaries. Raw or processed structured data.
+
+### Parser Information
+Compatibility: linux, darwin, cygwin, win32, aix, freebsd
+
+Version 1.0 by Kelly Brazil (kellyjonbrazil@gmail.com)
diff --git a/tests/fixtures/generic/deb-packages-index.json b/tests/fixtures/generic/deb-packages-index.json
new file mode 100644
index 00000000..6d770e27
--- /dev/null
+++ b/tests/fixtures/generic/deb-packages-index.json
@@ -0,0 +1 @@
+[{"package":"dotnet-host","version":"3.1.16-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":146,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.16","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"2557da13447d61382f255eb751ba29cc1a8220899c1e3e640a7bb3d2a0c1d297","size":32594,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.16-x64.deb"},{"package":"aspnetcore-runtime-5.0","version":"5.0.10-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":18551,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-5.0 (>= 5.0.10)","sha256":"1d9869f862cb4e9c46b245a343d8e39fbbc84d9f8ab9ef357c4643da20805ad3","size":6084188,"filename":"pool/main/a/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.10-x64.deb"},{"package":"azure-functions-core-tools","version":"2.7.2883-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v2","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"5fcdc041e503ffcd726bf6455f339b5438d3fac3689a5f5313e1eba67e606f88","size":165966956,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_2.7.2883-1.deb"},{"package":"dotnet-runtime-2.1","version":"2.1.25-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68167,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 2.1.25 Microsoft.NETCore.App 2.1.25","homepage":"https://dot.net/core","depends":"dotnet-runtime-deps-2.1 (>= 2.1.25), dotnet-hostfxr-2.1 (>= 2.1.25)","sha256":"935826f9edac6762c4f65ec5a9199110229470b6e72274a5efe0e6d9104d3c02","size":20321788,"filename":"pool/main/d/dotnet-runtime-2.1/dotnet-runtime-2.1.25-x64.deb"},{"package":"dotnet-hostfxr-2.1","version":"2.1.25-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":718,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host FX Resolver - 2.1.25 2.1.25","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 2.1.25), libc6","sha256":"f1b30770705e2b8b2ab722ba42623ad15d27a43c0f29c621aeab112e948260f8","size":143780,"filename":"pool/main/d/dotnet-hostfxr-2.1/dotnet-hostfxr-2.1.25-x64.deb"},{"package":"aspnetcore-runtime-5.0","version":"5.0.7-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":18557,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-5.0 (>= 5.0.7)","sha256":"386f3e029fb52b33fcc5b98cbc481c17f0d496a609523b1878cfa16173bb61bc","size":6087024,"filename":"pool/main/a/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.7-x64.deb"},{"package":"aadsshlogin","version":"1.0.016820001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"AAD NSS, PAM and certhandler extensions","conflicts":"aadlogin","depends":"libcurl4, libuuid1, openssh-server (>=6.9)","sha256":"68466418441afe8eb6b557d81065eb47d43646b9538c0c996ecbe8c58dbe6e75","size":418558,"filename":"pool/main/a/aadsshlogin/aadsshlogin_1.0.016820001_amd64.deb"},{"package":"dotnet-runtime-deps-7.0","version":"7.0.1-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":9,"maintainer":".NET Team ","description":"dotnet-runtime-deps-debian 7.0.1","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"d50a5c1bd8242f0320d52774d5266d94fae98779f49d9a8a096855d56177c571","size":2890,"filename":"pool/main/d/dotnet-runtime-deps-7.0/dotnet-runtime-deps-7.0.1-x64.deb"},{"package":"dotnet-host","version":"3.1.31-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":145,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.31","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"50e08c977e2cb6c3353a59c323bf52d57b78ca74c061b3ee659132103b2eca33","size":32458,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.31-x64.deb"},{"package":"sysmonforlinux","version":"1.1.0","architecture":"amd64","installed_size":3082,"maintainer":"Sysinternals ","description":"A system monitor based on eBPF, ported from Windows, that outputs events to Syslog","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5), libxml2 (>= 2.7.4), sysinternalsebpf (>= 1.0.2)","sha256":"b1f813bc8e0359f218dfb182bb64f8b5c0f6fc352e72e615758826841739e58e","size":1515746,"filename":"pool/main/s/sysmonforlinux/sysmonforlinux_1.1.0-0_amd64.deb"},{"package":"moby-containerd","version":"1.3.5+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":126903,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.10)","depends":"libc6 (>= 2.4), libseccomp2 (>= 2.4.1)","recommends":"ca-certificates, moby-runc (>= 1.0.0~rc10)","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"62378c56cd108ebaad70d9e0bfe8c30f715c2ae86df2393435303ceb1ed2aded","size":27668988,"filename":"pool/main/m/moby-containerd/moby-containerd_1.3.5+azure-1_amd64.deb"},{"package":"aziot-identity-service","version":"1.4.1-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":18065,"maintainer":"Azure IoT Edge Devs","description":"Azure IoT Identity Service and related services","homepage":"https://github.com/azure/iot-identity-service","conflicts":"iotedge, libiothsm-std","depends":"libc6 (>= 2.29), libgcc-s1 (>= 3.3), libssl1.1 (>= 1.1.0g), libtss2-esys0 (>= 2.3.1)","sha256":"d4725a8504b3a6d73f7cb82907d02e9c2176424432ad35e7fcb2d468841bf528","size":3863540,"filename":"pool/main/a/aziot-identity-service/aziot-identity-service_1.4.1-1_amd64.deb"},{"package":"azapi2azurerm","version":"1.1.0","architecture":"amd64","section":"default","priority":"optional","installed_size":20596,"maintainer":"henglu ","description":"A tool to migrate terraform resources from azapi to azurerm","homepage":"https://github.com/Azure/azapi2azurerm","vendor":"none","license":"MPL-2.0","sha256":"3d76c30d08189db164b13f34a39bfb57e8a79700effa18024b9d1fcd2aa66673","size":6702890,"filename":"pool/main/a/azapi2azurerm/azapi2azurerm-1.1.0-1-amd64.deb"},{"package":"dotnet-hostfxr-6.0","version":"6.0.13-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":452,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 6.0.13","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 6.0.13), libc6","sha256":"93ef511b5897aead2d0d9452c19aa0d9b938e6e7986edd76fb781fb6b770f4f6","size":142394,"filename":"pool/main/d/dotnet-hostfxr-6.0/dotnet-hostfxr-6.0.13-x64.deb"},{"package":"dotnet-hostfxr-5.0","version":"5.0.5-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":436,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 5.0.5 5.0.5","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 5.0.5), libc6","sha256":"9125c2843951d5149930d1260854223ce4050eb86a9b9bbe6a5056c4b64c274d","size":140778,"filename":"pool/main/d/dotnet-hostfxr-5.0/dotnet-hostfxr-5.0.5-x64.deb"},{"package":"azure-ai-vision-runtime-core","version":"0.8.1~beta.1","architecture":"amd64","section":"devel","priority":"optional","installed_size":2492,"maintainer":"vision-sdk@microsoft.com","description":"Azure AI Vision Core Runtime Package","depends":"libc6 (>= 2.4), libgcc1 (>= 1:3.3.1), libstdc++6 (>= 6), libuuid1 (>= 2.16)","sha256":"7505fd24b596049d1b573bcda9df3f1b3bb7be7611734a91825f1442d2587c4e","size":602668,"filename":"pool/main/a/azure-ai-vision-runtime-core/azure-ai-vision-runtime-core-0.8.1~beta.1-Linux.deb"},{"package":"dotnet-runtime-3.1","version":"3.1.6-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":71088,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 3.1.6 Microsoft.NETCore.App 3.1.6","homepage":"https://dot.net/core","depends":"dotnet-hostfxr-3.1 (>= 3.1.6), dotnet-runtime-deps-3.1 (>= 3.1.6)","sha256":"b2b20959dcca02ffdabe5a7b212ed63d1d3a454603ab34c2c7df5f9f52671a21","size":21776838,"filename":"pool/main/d/dotnet-runtime-3.1/dotnet-runtime-3.1.6-x64.deb"},{"package":"dotnet-hostfxr-6.0","version":"6.0.0-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":452,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 6.0.0","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 6.0.0), libc6","sha256":"4e10a768c6e9bee484c47e4d4e4d321556c9c5cb283d06a2655cd678497f881f","size":142176,"filename":"pool/main/d/dotnet-hostfxr-6.0/dotnet-hostfxr-6.0.0-x64.deb"},{"package":"dotnet-sdk-5.0","version":"5.0.406-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":228009,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 5.0.406","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.4.0), dotnet-runtime-5.0 (>= 5.0.15), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-5.0 (>= 5.0.15), dotnet-targeting-pack-5.0 (>= 5.0.0), aspnetcore-targeting-pack-5.0 (>= 5.0.0), dotnet-apphost-pack-5.0 (>= 5.0.15)","sha256":"361a22a6e60ec80a40351b2e1453a389e1702b31bec93ed5ceacd4fe17527874","size":58788182,"filename":"pool/main/d/dotnet-sdk-5.0/dotnet-sdk-5.0.406-x64.deb"},{"package":"dotnet-hostfxr-5.0","version":"5.0.15-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":436,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 5.0.15 5.0.15","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 5.0.15), libc6","sha256":"d9683a54735da8114110ba75f1da9f15e1f2692b2ad33df3a6d8f95477fa35a4","size":140318,"filename":"pool/main/d/dotnet-hostfxr-5.0/dotnet-hostfxr-5.0.15-x64.deb"},{"package":"moby-compose","version":"2.18.1+azure-ubuntu20.04u2","architecture":"amd64","section":"admin","priority":"optional","installed_size":52732,"maintainer":"Microsoft ","description":"A Docker CLI plugin which allows you to run Docker Compose applications from the Docker CLI.","homepage":"https://github.com/docker/compose-cli","conflicts":"docker-ce, docker-ce-cli, docker-ee, docker-ee-cli","depends":"moby-cli","sha256":"5636c437bdf857d8835c7c1ab26c6beada631fe4989efd3cd2d01140120a860b","size":10877354,"filename":"pool/main/m/moby-compose/moby-compose_2.18.1+azure-ubuntu20.04u2_amd64.deb"},{"package":"aspnetcore-targeting-pack-6.0","version":"6.0.12-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":11746,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-targeting-pack-6.0 (>= 6.0.12)","sha256":"3f8aeb1f6a3d17bf42d286c5083d43f65f07d08ba0195a88992a02b023320210","size":1314262,"filename":"pool/main/a/aspnetcore-targeting-pack-6.0/aspnetcore-targeting-pack-6.0.12-x64.deb"},{"package":"dotnet-runtime-deps-5.0","version":"5.0.13-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Team ","description":"dotnet-runtime-deps-5.0 5.0.13","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"3da92fd67c733645ccdba3b0608bb1382a4e949193d5cd2eec0e1ff37e61cbb0","size":2654,"filename":"pool/main/d/dotnet-runtime-deps-5.0/dotnet-runtime-deps-5.0.13-x64.deb"},{"package":"dotnet-sdk-2.1","version":"2.1.519-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":228812,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 2.1.519","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.8), dotnet-runtime-2.1 (>= 2.1.23), aspnetcore-runtime-2.1 (>= 2.1.23)","sha256":"a59888761f41fb6d1953ea2e30d4e6194bc1a610f2a93046655d290e361c982e","size":88705220,"filename":"pool/main/d/dotnet-sdk-2.1/dotnet-sdk-2.1.519-x64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.316-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":331512,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.316","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.21), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.21), dotnet-apphost-pack-6.0 (>= 6.0.21), dotnet-runtime-6.0 (>= 6.0.21), aspnetcore-targeting-pack-6.0 (>= 6.0.21)","sha256":"47cfedb8743e3dbea1e1e600cd95706dfa2f6efe425cf4662693d8734405ee8f","size":85176670,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0_6.0.316-1_amd64.deb"},{"package":"aadsshlogin","version":"1.0.016890001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"AAD NSS, PAM and certhandler extensions","conflicts":"aadlogin","depends":"libcurl4, libuuid1, openssh-server (>=6.9)","sha256":"96ae0131a8f65e2f5deddce96f8cd00b750a8fd86379ca63ae7851f77e063700","size":419334,"filename":"pool/main/a/aadsshlogin/aadsshlogin_1.0.016890001_amd64.deb"},{"package":"dotnet-targeting-pack-6.0","version":"6.0.7-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":27360,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Ref 6.0.7","homepage":"https://github.com/dotnet/core","sha256":"0edf4c43e4be13a8390269ffea663cfc7a6a25a5faac9afcf4b8189abef8de10","size":2124278,"filename":"pool/main/d/dotnet-targeting-pack-6.0/dotnet-targeting-pack-6.0.7-x64.deb"},{"package":"mystikos","version":"0.12.0","architecture":"amd64","priority":"optional","maintainer":"mystikos@service.microsoft.com","description":"Mystikos","depends":"libsgx-enclave-common (>=2.3.100.46354-1), libsgx-dcap-ql (>=1.0.100.46460-1.0), libsgx-dcap-ql-dev (>=1.0.100.46460-1.0)","sha256":"770c905b3d7e55cd373b5459fddb2c2e14163d31218f424bdc850a4764ece70d","size":6579698,"filename":"pool/main/m/mystikos/mystikos_0.12.0_amd64.deb"},{"package":"open-enclave","version":"0.19.0","architecture":"amd64","section":"devel","priority":"optional","installed_size":124310,"maintainer":"oesdk@lists.confidentialcomputing.io","description":"Open Enclave SDK","depends":"libsgx-enclave-common (>=2.3.100.46354-1), libsgx-dcap-ql (>=1.0.100.46460-1.0)","recommends":"pkg-config","sha256":"db486581c4046e9c983e71df1556a3568dd9ed6aed55e278fce721c827bddbcf","size":34456690,"filename":"pool/main/o/open-enclave/Ubuntu_2004_open-enclave_0.19.0_amd64.deb"},{"package":"dotnet-runtime-deps-2.1","version":"2.1.23-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Core Team ","description":"dotnet-runtime-deps-2.1 2.1.23","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, liblttng-ust0, libc6, libicu | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"8ab1b6ef86eac3f6043c56bc6d4c2906e547474885a27b9fca89a45e717bcd04","size":2666,"filename":"pool/main/d/dotnet-runtime-deps-2.1/dotnet-runtime-deps-2.1.23-ubuntu.14.04-x64.deb"},{"package":"azure-functions-core-tools-3","version":"3.0.4626-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v3","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"022b3e1cf0a2b0c3c140aa89d992dbf8b428378610056b888ea890ec95ceaced","size":227619356,"filename":"pool/main/a/azure-functions-core-tools-3/azure-functions-core-tools-3_3.0.4626-1.deb"},{"package":"powershell","version":"7.2.13-1.deb","architecture":"amd64","section":"shells","priority":"extra","installed_size":168858,"maintainer":"PowerShell Team ","description":"PowerShell is an automation and configuration management platform.","homepage":"https://microsoft.com/powershell","depends":"libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl3|libssl1.1|libssl1.0.2|libssl1.0.0","vendor":"Microsoft Corporation","license":"MIT License","sha256":"0af024461c5184a387fb346ee00b3da3da5fa734ce7bdeec65b085870ca4ea7e","size":68393634,"filename":"pool/main/p/powershell/powershell_7.2.13-1.deb_amd64.deb"},{"package":"dotnet-runtime-deps-3.1","version":"3.1.24-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Core Team ","description":"dotnet-runtime-deps-3.1 3.1.24","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"b7518a808d2ba0cf80647bc5b0f7cfca6f8bae47d743961e5da83352c31ea64a","size":2684,"filename":"pool/main/d/dotnet-runtime-deps-3.1/dotnet-runtime-deps-3.1.24-x64.deb"},{"package":"azure-functions-core-tools-3","version":"3.0.3785-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v3","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"ce2c901402023712f4554503d55066540b03d87efdce76db242e1db2b441390d","size":209992028,"filename":"pool/main/a/azure-functions-core-tools-3/azure-functions-core-tools-3_3.0.3785-1.deb"},{"package":"dotnet-apphost-pack-3.1","version":"3.1.17-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":214,"maintainer":".NET Core Team ","description":"Microsoft.NETCore.App.Host 3.1.17","homepage":"https://github.com/dotnet/core","sha256":"1ea44b76143ccedabec500b42707d06edc50041d0d26b7d0689cd2a7f8e364d3","size":42336,"filename":"pool/main/d/dotnet-apphost-pack-3.1/dotnet-apphost-pack-3.1.17-x64.deb"},{"package":"dotnet-runtime-2.1","version":"2.1.27-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68171,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 2.1.27 Microsoft.NETCore.App 2.1.27","homepage":"https://dot.net/core","depends":"dotnet-runtime-deps-2.1 (>= 2.1.27), dotnet-hostfxr-2.1 (>= 2.1.27)","sha256":"a3f9825b3ffe3087d7c5ebea0ee16cab29759fbdc4ab633455c7a9ed5c6f6d2a","size":20332510,"filename":"pool/main/d/dotnet-runtime-2.1/dotnet-runtime-2.1.27-x64.deb"},{"package":"azcmagent","version":"1.15.01874.34","architecture":"amd64","maintainer":"Azure Connected Machine Agent ","description":"Azure Connected Machine Agent","depends":"curl","package_type":"deb","sha256":"e30e3813d8803cc7e69e61f3d6440fcd1224451b446a596241bf913ebf840ef4","size":51722932,"filename":"pool/main/a/azcmagent/azcmagent_1.15.01874.34_amd64.deb"},{"package":"moby-containerd","version":"1.6.17+azure-ubuntu20.04u1","architecture":"amd64","section":"admin","priority":"optional","installed_size":123878,"maintainer":"Microsoft ","description":"Industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.2)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"a08844feebd523f95dc261969c609f253d7bdafa34d02fa9887759c15164e31c","size":30980814,"filename":"pool/main/m/moby-containerd/moby-containerd_1.6.17+azure-ubuntu20.04u1_amd64.deb"},{"package":"aspnetcore-targeting-pack-6.0","version":"6.0.5-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":11724,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-targeting-pack-6.0 (>= 6.0.5)","sha256":"29b8a014222d013e3cd033f89d51bd7b1fdf5253e1be0dd94e22f219d779417b","size":1307204,"filename":"pool/main/a/aspnetcore-targeting-pack-6.0/aspnetcore-targeting-pack-6.0.5-x64.deb"},{"package":"dotnet-hostfxr-3.1","version":"3.1.17-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":408,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host FX Resolver - 3.1.17 3.1.17","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 3.1.17), libc6","sha256":"675177925887deef31b6b82e5226234ce7a2a20ccd152255e0e1eff469869675","size":120782,"filename":"pool/main/d/dotnet-hostfxr-3.1/dotnet-hostfxr-3.1.17-x64.deb"},{"package":"intune-portal","version":"1.2210.50","architecture":"amd64","section":"utils","priority":"optional","installed_size":26727,"maintainer":"Microsoft","description":"Microsoft Intune","a_note_about_intune":"every organization has different access requirements, and","depends":"gnome-keyring (>= 3.36), libsoup2.4-1 (>= 2.4.0), libpam-pwquality (>= 1.4.0-2), libjavascriptcoregtk-4.0-18, libsqlite3-0 (>= 3.7.14), libuuid1 (>= 2.16), libc6 (>= 2.28), libcurl4 (>= 7.16.2), libwebkit2gtk-4.0-37 (>= 2.5.3), libpango-1.0-0 (>= 1.14.0), zlib1g (>= 1:1.2.0), libglib2.0-0 (>= 2.12.0), libatk1.0-0 (>= 1.12.4), libgtk-3-0 (>= 3.16.2), libx11-6, libpam0g (>= 0.99.7.1), libstdc++6 (>= 9), libc6 (>= 2.29), libgtk-3-0 (>= 3.9.10), libglib2.0-0 (>= 2.35.8), libssl1.1 (>= 1.1.0), msalsdk-dbusclient (>= 1.0), libsecret-1-0 (>= 0.19.1)","recommends":"microsoft-edge-stable (>= 102)","sha256":"a25651c703a76d9a6c8c7b3753fc4e269cc8dcda7f3618db609da97a9df92941","size":6756548,"filename":"pool/main/i/intune-portal/intune-portal_1.2210.50_amd64.deb"},{"package":"azure-ai-vision-runtime-common","version":"0.13.0~beta.1","architecture":"amd64","section":"devel","priority":"optional","installed_size":2729,"maintainer":"vision-sdk@microsoft.com","description":"Azure AI Vision Common Components Runtime Package","depends":"libc6 (>= 2.4), libgcc1 (>= 1:3.3.1), libstdc++6 (>= 6), libuuid1 (>= 2.16)","sha256":"3bfe8ee9b4483f22e063417f8441365e412007ce4242107e6857b6c89a25fe67","size":684054,"filename":"pool/main/a/azure-ai-vision-runtime-common/azure-ai-vision-runtime-common-0.13.0~beta.1-Linux.deb"},{"package":"dotnet-hostfxr-6.0","version":"6.0.24-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":452,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 6.0.24","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 6.0.24), libc6","sha256":"78a20e961d0562c05c79ed809636535c594f3cfeb18b9b662d7768757bd7c8b9","size":142386,"filename":"pool/main/d/dotnet-hostfxr-6.0/dotnet-hostfxr-6.0_6.0.24-1_amd64.deb"},{"package":"moby-tini","version":"0.19.0-ubuntu20.04u1","architecture":"amd64","section":"admin","priority":"optional","installed_size":823,"maintainer":"Microsoft ","description":"tiny but valid init for containers","homepage":"https://github.com/krallin/tini","sha256":"f9e1777db87f1d10edf19f35b62bf9288ff47f1ebbb219edcaa3cd1db4539430","size":349856,"filename":"pool/main/m/moby-tini/moby-tini_0.19.0-ubuntu20.04u1_amd64.deb"},{"package":"dotnet-runtime-7.0","version":"7.0.10-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":70843,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Runtime 7.0.10","homepage":"https://github.com/dotnet/core","depends":"dotnet-runtime-deps-7.0 (>= 7.0.10), dotnet-hostfxr-7.0 (>= 7.0.10)","sha256":"61ff73e62903f96a7f4e85005bbae9c324958747a1369684754b9da69dfce308","size":23207202,"filename":"pool/main/d/dotnet-runtime-7.0/dotnet-runtime-7.0_7.0.10-1_amd64.deb"},{"package":"intune-portal","version":"1.2302.11","architecture":"amd64","section":"utils","priority":"optional","installed_size":18603,"maintainer":"Microsoft","description":"Microsoft Intune","a_note_about_intune":"every organization has different access requirements, and","depends":"msalsdk-dbusclient (>= 1.0), libc6 (>= 2.29), libsqlite3-0 (>= 3.7.14), libgtk-3-0 (>= 3.21.4), libpam-pwquality (>= 1.4.0-2), libatk1.0-0 (>= 1.12.4), gnome-keyring (>= 3.36), libuuid1 (>= 2.16), libsoup2.4-1 (>= 2.4.0), libstdc++6 (>= 9), libcurl4 (>= 7.16.2), libjavascriptcoregtk-4.0-18, libssl1.1 (>= 1.1.0), libglib2.0-0 (>= 2.12.0), libpam0g (>= 0.99.7.1), libsecret-1-0 (>= 0.19.1), libwebkit2gtk-4.0-37 (>= 2.5.3), zlib1g (>= 1:1.2.0), libx11-6, libglib2.0-0 (>= 2.35.8), libpango-1.0-0 (>= 1.14.0), libgtk-3-0 (>= 3.9.10), libc6 (>= 2.28), libsystemd0","recommends":"microsoft-edge-stable (>= 102)","sha256":"685c7f694bf7a1e3e8cf1cbed3198a218283c37c0b23eebdf543eec400f10374","size":3344596,"filename":"pool/main/i/intune-portal/intune-portal_1.2302.11_amd64.deb"},{"package":"msopenjdk-16","version":"16.0.2+7-1","architecture":"amd64","section":"java","priority":"extra","installed_size":348986,"maintainer":"Microsoft","description":"OpenJDK Development Kit 16 (JDK) with Hotspot by Microsoft","homepage":"https://www.microsoft.com","depends":"ca-certificates, fonts-dejavu, java-common, libasound2, libc6, libfreetype6, libfontconfig1, libx11-6, libxext6, libxi6, libxrender1, libxtst6, zlib1g","provides":"java-compiler, java-sdk, java-sdk-headless, java10-sdk, java11-sdk, java12-sdk, java13-sdk, java14-sdk, java15-sdk, java16-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java8-sdk, java9-sdk, java10-sdk-headless, java11-sdk-headless, java12-sdk-headless, java13-sdk-headless, java14-sdk-headless, java15-sdk-headless, java16-sdk-headless, java2-sdk-headless, java5-sdk-headless, java6-sdk-headless, java7-sdk-headless, java8-sdk-headless, java9-sdk-headless, java-runtime, java-runtime-headless, java10-runtime, java11-runtime, java12-runtime, java13-runtime, java14-runtime, java15-runtime, java16-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime, java8-runtime, java9-runtime, java10-runtime-headless, java11-runtime-headless, java12-runtime-headless, java13-runtime-headless, java14-runtime-headless, java15-runtime-headless, java16-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, java9-runtime-headless","vendor":"Microsoft","license":"GPL-2.0+CE","sha256":"5a711a4e64db7b4b7b0b0e79be0fd182722b16e83bac584d2edfa92c309fc433","size":205342114,"filename":"pool/main/m/msopenjdk-16/msopenjdk-16_16.0.2+7-1_amd64.deb"},{"package":"aspnetcore-targeting-pack-7.0","version":"7.0.11-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":13097,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-targeting-pack-7.0 (>= 7.0.11)","sha256":"f978b549faf888d3b27caecc94ed4afe26b9bd7be908e44349e7fc7b749747fc","size":1526066,"filename":"pool/main/a/aspnetcore-targeting-pack-7.0/aspnetcore-targeting-pack-7.0_7.0.11-1_amd64.deb"},{"package":"aspnetcore-runtime-2.1","version":"2.1.19-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":71044,"maintainer":"Microsoft ","description":"Microsoft ASP.NET Core 2.1.19 Shared Framework","homepage":"https://www.asp.net/","depends":"libc6 (>= 2.14), dotnet-runtime-2.1 (>= 2.1.19)","sha256":"be05d2befe19c95107b1cde4fc0abe6fa6b0e4cca03f1be32408505851f2e5ce","size":21928174,"filename":"pool/main/a/aspnetcore-runtime-2.1/aspnetcore-runtime-2.1.19-x64.deb"},{"package":"aspnetcore-targeting-pack-6.0","version":"6.0.8-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":11724,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-targeting-pack-6.0 (>= 6.0.8)","sha256":"5f5903bfd7dfc455dd48530121cd67250de834a5667fc1a022e976238ee6e5f5","size":1307476,"filename":"pool/main/a/aspnetcore-targeting-pack-6.0/aspnetcore-targeting-pack-6.0.8-x64.deb"},{"package":"dotnet-apphost-pack-7.0","version":"7.0.5-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":11285,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Host 7.0.5","homepage":"https://github.com/dotnet/core","sha256":"4eebb74f244a7909a4b8a72ca1ffd3a75fa75a192917285f513986393c504645","size":3523918,"filename":"pool/main/d/dotnet-apphost-pack-7.0/dotnet-apphost-pack-7.0.5-x64.deb"},{"package":"dotnet-sdk-5.0","version":"5.0.402-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":227516,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 5.0.402","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.4.0), dotnet-runtime-5.0 (>= 5.0.11), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-5.0 (>= 5.0.11), dotnet-targeting-pack-5.0 (>= 5.0.0), aspnetcore-targeting-pack-5.0 (>= 5.0.0), dotnet-apphost-pack-5.0 (>= 5.0.11)","sha256":"d84b52c828206632fee8f7f830ccf87847b8a66d65f8d91a66f98f08f200e4a5","size":59002212,"filename":"pool/main/d/dotnet-sdk-5.0/dotnet-sdk-5.0.402-x64.deb"},{"package":"dotnet-apphost-pack-5.0","version":"5.0.6-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":10784,"maintainer":".NET Core Team ","description":"Microsoft.NETCore.App.Host 5.0.6","homepage":"https://github.com/dotnet/core","sha256":"8d0f284061b82e7ba4089363a14630bc7e0d5ecf89e2a14a2130b8660e34ed01","size":3411678,"filename":"pool/main/d/dotnet-apphost-pack-5.0/dotnet-apphost-pack-5.0.6-x64.deb"},{"package":"open-enclave","version":"0.17.2","architecture":"amd64","section":"devel","priority":"optional","installed_size":113802,"maintainer":"oesdk@lists.confidentialcomputing.io","description":"Open Enclave SDK","depends":"libsgx-enclave-common (>=2.3.100.46354-1), libsgx-dcap-ql (>=1.0.100.46460-1.0), libsgx-dcap-ql-dev (>=1.0.100.46460-1.0)","recommends":"pkg-config","sha256":"1b4d1a00cf3e49a79f8b4c7bc7738a815cbb68c29ea3a896225664e1a8cc02f8","size":31111910,"filename":"pool/main/o/open-enclave/open-enclave_0.17.2_amd64.deb"},{"package":"dotnet-hostfxr-3.1","version":"3.1.30-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":408,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host FX Resolver - 3.1.30 3.1.30","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 3.1.30), libc6","sha256":"be3ff69b76c9ceca3c2e664ae2829cedeeebe40a6a8113c65cb3d39c3c15b006","size":120710,"filename":"pool/main/d/dotnet-hostfxr-3.1/dotnet-hostfxr-3.1.30-x64.deb"},{"package":"azcmagent","version":"1.10.21228.010","architecture":"amd64","maintainer":"Azure Connected Machine Agent ","description":"Azure Connected Machine Agent","depends":"curl","package_type":"deb","sha256":"279296ab5dc1f4455a8ba0d2c50247c5c0db6028c648e32ed9e33c201be46009","size":49565968,"filename":"pool/main/a/azcmagent/azcmagent_1.10.21228.010_amd64.deb"},{"package":"aadsshlogin-selinux","version":"1.0.022090001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"Selinux configuration for AAD NSS and PAM extensions.","conflicts":"aadlogin-selinux","depends":"policycoreutils (>=3.0-1), selinux-utils, selinux-policy-default","sha256":"b1e6af88a0ee657e0147ba620ffb0797e88185e9c81e8d39fcb4eb21cd1721ee","size":2374,"filename":"pool/main/a/aadsshlogin-selinux/aadsshlogin-selinux_1.0.022090001_amd64.deb"},{"package":"aadlogin-selinux","version":"1.0.015280001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"Selinux configuration for aadlogin NSS and PAM extensions.","depends":"policycoreutils (>=3.0-1), selinux-utils, selinux-policy-default","sha256":"bee6959620c1cf6a6018d530e34b328c8ae3ef6ef5ac9ed725177cc45c3bb158","size":10124,"filename":"pool/main/a/aadlogin-selinux/aadlogin-selinux_1.0.015280001_amd64.deb"},{"package":"aspnetcore-runtime-5.0","version":"5.0.5-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":18557,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-5.0 (>= 5.0.5)","sha256":"13624f3fb400d4daba08db8c7b81a08fbe0e76d012741092e1bec6630217ed74","size":6086620,"filename":"pool/main/a/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.5-x64.deb"},{"package":"moby-containerd","version":"1.4.12+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":120078,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.2)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"7286ff6948a8668ec80770b44d4f665ba87c8ce39ea00b5d52fa6ed3dff0e0a0","size":26989344,"filename":"pool/main/m/moby-containerd/moby-containerd_1.4.12+azure-1_amd64.deb"},{"package":"blobfuse","version":"1.4.2","architecture":"amd64","section":"devel","priority":"optional","installed_size":34258,"maintainer":"Microsoft - Azure Storage","description":"blobfuse 1.4.2 - FUSE adapter for Azure Blob Storage","depends":"fuse","sha256":"03c3eb0229ea30aa561b231555cc8971c071d424f535bb1b79dc79e0a922d4a8","size":9837918,"filename":"pool/main/b/blobfuse/blobfuse-1.4.2-ubuntu-20.04-x86_64.deb"},{"package":"azure-functions-core-tools-4","version":"4.0.4544-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools, azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"d0e717c4b68da8d23ca511e28c5816c1f97a9f28b39af6500cbce82d516ad4db","size":141849620,"filename":"pool/main/a/azure-functions-core-tools-4/azure-functions-core-tools-4_4.0.4544-1.deb"},{"package":"defender-iot-micro-agent","version":"3.13.1","architecture":"amd64","priority":"optional","essential":"no","maintainer":"Microsoft","description":"Microsoft Defender for IoT Micro Agent","conflicts":"defender-iot-micro-agent-edge","depends":"libuv1, curl, libssl1.1, uuid-runtime, sudo, libpcap0.8, dmidecode","sha256":"89c53fc7ed37643ada062c31d3242b137867b0270077bbab5e8e44265f3cf0ac","size":276272,"filename":"pool/main/d/defender-iot-micro-agent/defenderiot-ubuntu-20.04-amd64-3.13.1.deb"},{"package":"scx","source":"scx","version":"1.6.11.0","architecture":"amd64","section":"utils","priority":"optional","installed_size":7916,"maintainer":"Microsoft Corporation","description":"Microsoft System Center Operations Manager for UNIX/Linux agent","depends":"omi (>= 1.0.8.6)","provides":"scx","sha256":"8efc366fcd0bea36aa4e7350f1fcefa009b8c3c5e2c08124882dc2ceadb526dc","size":2588282,"filename":"pool/main/s/scx/scx-1.6.11-0.universal.x64.deb"},{"package":"procdump","version":"1.1.1-220","architecture":"amd64","section":"devel","priority":"optional","installed_size":280,"maintainer":"OSS Tooling Dev Team ","description":"Sysinternals process dump utility","homepage":"https://github.com/Microsoft/ProcDump-for-Linux","depends":"gdb (>= 7.6.1), libc6","sha256":"aa9b16f4940719db016ae7645c3deb3abefcda85ec37373be7239d0a36015901","size":91470,"filename":"pool/main/p/procdump/procdump_1.1.1-220_amd64.deb"},{"package":"moby-runc","version":"1.1.4+azure-ubuntu20.04u3","architecture":"amd64","section":"admin","priority":"optional","installed_size":14263,"maintainer":"Microsoft ","description":"CLI tool for spawning and running containers according to the OCI specification","homepage":"https://github.com/opencontainers/runc","conflicts":"moby-engine (<= 3.0.10), runc","depends":"libc6 (>= 2.14), libseccomp2 (>= 2.5.0)","suggests":"moby-containerd","provides":"runc","replaces":"runc","sha256":"3788fcba514cd7f6813cad1cc023a87a0c354b5e62fb0bba66f999622d6030fe","size":5341828,"filename":"pool/main/m/moby-runc/moby-runc_1.1.4+azure-ubuntu20.04u3_amd64.deb"},{"package":"dotnet-runtime-6.0","version":"6.0.13-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68422,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Runtime 6.0.13","homepage":"https://github.com/dotnet/core","depends":"dotnet-hostfxr-6.0 (>= 6.0.13), dotnet-runtime-deps-6.0 (>= 6.0.13)","sha256":"0e1debddea9b7ff4939a88af07867fcefc87b2f468f98f71fadd4aa71b176a80","size":22613226,"filename":"pool/main/d/dotnet-runtime-6.0/dotnet-runtime-6.0.13-x64.deb"},{"package":"dotnet-apphost-pack-7.0","version":"7.0.3-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":11277,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Host 7.0.3","homepage":"https://github.com/dotnet/core","sha256":"c6bbe37dd7bbeccff48a6b65ab692f6d778ae9dc5af29816541a54682df2f35e","size":3524590,"filename":"pool/main/d/dotnet-apphost-pack-7.0/dotnet-apphost-pack-7.0.3-x64.deb"},{"package":"dotnet-runtime-deps-3.1","version":"3.1.32-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Core Team ","description":"dotnet-runtime-deps-3.1 3.1.32","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"cae69c3c33de3da4bfcd4b7efa29c4023c518e4adba34056ebaa1b0f9f78ba22","size":2674,"filename":"pool/main/d/dotnet-runtime-deps-3.1/dotnet-runtime-deps-3.1.32-x64.deb"},{"package":"moby-compose","version":"2.21.0-ubuntu20.04u1","architecture":"amd64","section":"admin","priority":"optional","installed_size":59364,"maintainer":"Microsoft ","description":"A Docker CLI plugin which allows you to run Docker Compose applications from the Docker CLI.","homepage":"https://github.com/docker/compose-cli","conflicts":"docker-ce, docker-ce-cli, docker-ee, docker-ee-cli","depends":"libc6 (>= 2.3.4), moby-cli","sha256":"e9f35d0b7fd6e8032d7a1be840dd7546a17a76a78ce2dc244846e2e5c01309b1","size":17815234,"filename":"pool/main/m/moby-compose/moby-compose_2.21.0-ubuntu20.04u1_amd64.deb"},{"package":"libmsquic","version":"2.1.3","architecture":"amd64","section":"default","priority":"extra","installed_size":16079,"maintainer":"Microsoft QUIC Team ","description":"Microsoft implementation of the IETF QUIC protocol","homepage":"https://github.com/microsoft/msquic","conflicts":"libmsquic-debug","provides":"libmsquic","vendor":"Microsoft","license":"MIT","sha256":"468e51c36fa323f47ae5789cf8ae9d45475d3639062bae7e8db688d4fa85154d","size":4117940,"filename":"pool/main/libm/libmsquic/libmsquic_2.1.3_amd64.deb"},{"package":"aspnetcore-runtime-2.1","version":"2.1.23-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":71082,"maintainer":"Microsoft ","description":"Microsoft ASP.NET Core 2.1.23 Shared Framework","homepage":"https://www.asp.net/","depends":"libc6 (>= 2.14), dotnet-runtime-2.1 (>= 2.1.23)","sha256":"d8a5eef5d923878c0a7533aed050532a30b0dba4ca34cce16997633eb6f13bc0","size":21927716,"filename":"pool/main/a/aspnetcore-runtime-2.1/aspnetcore-runtime-2.1.23-x64.deb"},{"package":"aziot-edge","version":"1.4.20-1","architecture":"amd64","section":"admin","priority":"extra","installed_size":18518,"maintainer":"Azure IoT Edge Devs","description":"Azure IoT Edge Module Runtime","homepage":"https://github.com/azure/iotedge","depends":"adduser, ca-certificates, hostname, aziot-identity-service (= 1.4.6-1), sed","sha256":"201b83f04628b7b4ca023681fc1cfb79c31a58fad34bf5aa46fada8554f170ee","size":4431946,"filename":"pool/main/a/aziot-edge/aziot-edge_1.4.20-1_amd64.deb"},{"package":"dotnet-hostfxr-5.0","version":"5.0.9-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":436,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 5.0.9 5.0.9","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 5.0.9), libc6","sha256":"f8bf3566081aaf2d5d48876aa066a63f19112718076a64d72286492927b2848f","size":140282,"filename":"pool/main/d/dotnet-hostfxr-5.0/dotnet-hostfxr-5.0.9-x64.deb"},{"package":"dotnet-runtime-5.0","version":"5.0.5-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68328,"maintainer":".NET Team ","description":"Microsoft .NET Runtime - 5.0.5 Microsoft.NETCore.App 5.0.5","homepage":"https://dot.net/core","depends":"dotnet-runtime-deps-5.0 (>= 5.0.5), dotnet-hostfxr-5.0 (>= 5.0.5)","sha256":"212e1082ed580e382c344308ceaa810c4c6b22369578fb02799fc7d765f3c51f","size":21795820,"filename":"pool/main/d/dotnet-runtime-5.0/dotnet-runtime-5.0.5-x64.deb"},{"package":"dotnet-apphost-pack-3.1","version":"3.1.23-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":214,"maintainer":".NET Core Team ","description":"Microsoft.NETCore.App.Host 3.1.23","homepage":"https://github.com/dotnet/core","sha256":"6055ab67097c149fdbde1ce7da11181f5198f72eccbedf998cd1e5dcc38b788b","size":41920,"filename":"pool/main/d/dotnet-apphost-pack-3.1/dotnet-apphost-pack-3.1.23-x64.deb"},{"package":"moby-containerd","version":"1.4.4+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":138428,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.0~rc10)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"b73911216929949d23a8b4a664b75a0dd5c676488fb38ce74f5a2d25439300ef","size":30822564,"filename":"pool/main/m/moby-containerd/moby-containerd_1.4.4+azure-1_amd64.deb"},{"package":"aspnetcore-targeting-pack-6.0","version":"6.0.22-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":11749,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-targeting-pack-6.0 (>= 6.0.22)","sha256":"b96158bd7f48db6917e50449fcadb7e6d154735ec19973410c81da18b4585f4f","size":1315894,"filename":"pool/main/a/aspnetcore-targeting-pack-6.0/aspnetcore-targeting-pack-6.0_6.0.22-1_amd64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.112-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":313428,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.112","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.12), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.12), dotnet-apphost-pack-6.0 (>= 6.0.12), dotnet-runtime-6.0 (>= 6.0.12), aspnetcore-targeting-pack-6.0 (>= 6.0.12)","sha256":"bbb517ce8930b6c25860a34f7d1858c67965ed9a4c445ab36f0482eecd123afd","size":78525266,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0.112-x64.deb"},{"package":"azure-functions-core-tools","version":"4.0.5348-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"a8028acfa074da855eef31805a52ed341f95f33bf74319a083903b8fc17bca7c","size":157155760,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_4.0.5348-1.deb"},{"package":"dotnet-sdk-3.1","version":"3.1.416-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":189593,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 3.1.416","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6), dotnet-targeting-pack-3.1 (>= 3.1.0), netstandard-targeting-pack-2.1 (>= 2.1.0), dotnet-apphost-pack-3.1 (>= 3.1.22), aspnetcore-targeting-pack-3.1 (>= 3.1.10), dotnet-runtime-3.1 (>= 3.1.22), aspnetcore-runtime-3.1 (>= 3.1.22)","sha256":"8b2cf4f47bff8d9768fb21626f6847e5223dc9ac12ee951718f9db41bf7c5985","size":48071620,"filename":"pool/main/d/dotnet-sdk-3.1/dotnet-sdk-3.1.416-x64.deb"},{"package":"dotnet-host","version":"6.0.24-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":259,"maintainer":".NET Team ","description":"Microsoft .NET Host - 6.0.24","homepage":"https://github.com/dotnet/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"d3e1b4542b0a826316d1fbbcd96f5c4672de7988939f11d478995ab0ee00fbf7","size":55918,"filename":"pool/main/d/dotnet-host/dotnet-host_6.0.24-1_amd64.deb"},{"package":"dotnet-runtime-deps-3.1","version":"3.1.8-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Core Team ","description":"dotnet-runtime-deps-3.1 3.1.8","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libc6, libicu | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"6670365be8316093097de476a0054d9989fc1f9116d3b558b0922e9c0190ab1f","size":2650,"filename":"pool/main/d/dotnet-runtime-deps-3.1/dotnet-runtime-deps-3.1.8-x64.deb"},{"package":"moby-containerd","version":"1.5.10+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":124223,"maintainer":"Microsoft ","description":"Industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.2)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"bba9e4e3481c121b2cf4b208c2c2540486cd9ac5e1a6488c9a5902a15ffd5a7d","size":27583496,"filename":"pool/main/m/moby-containerd/moby-containerd_1.5.10+azure-1_amd64.deb"},{"package":"aziot-edge","version":"1.2.8-1","architecture":"amd64","section":"admin","priority":"extra","installed_size":23914,"maintainer":"Azure IoT Edge Devs","description":"Azure IoT Edge Module Runtime","homepage":"https://github.com/azure/iotedge","depends":"adduser, ca-certificates, hostname, aziot-identity-service (= 1.2.6-1), sed","sha256":"242c7beed66e90503bae72243abf10c08e68b087e601122ac18bc19c4f63aa95","size":5777600,"filename":"pool/main/a/aziot-edge/aziot-edge_1.2.8-1_amd64.deb"},{"package":"moby-engine","version":"20.10.18+azure-ubuntu20.04u1","architecture":"amd64","section":"admin","priority":"optional","installed_size":85898,"maintainer":"Microsoft ","description":"Docker container platform (engine package)","homepage":"https://github.com/moby/moby","conflicts":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"moby-containerd (>= 1.4.3), moby-runc (>= 1.0.2), libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.97)","recommends":"apparmor, ca-certificates, iptables, kmod, moby-cli, pigz, xz-utils","suggests":"aufs-tools, cgroupfs-mount | cgroup-lite, git","replaces":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"8b0a0833dde01dd7dee5b94cd38a7379a2feba6183464f034e2c521f6eb90aa2","size":20426268,"filename":"pool/main/m/moby-engine/moby-engine_20.10.18+azure-ubuntu20.04u1_amd64.deb"},{"package":"powershell","version":"7.2.8-1.deb","architecture":"amd64","section":"shells","priority":"extra","installed_size":186934,"maintainer":"PowerShell Team ","description":"PowerShell is an automation and configuration management platform.","homepage":"https://microsoft.com/powershell","depends":"libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl3|libssl1.1|libssl1.0.2|libssl1.0.0","vendor":"Microsoft Corporation","license":"MIT License","sha256":"5f72d3dd601e5211aa00f26cc5ed578eca7762c0d34bea0e560e5147d1e0d8d7","size":69440998,"filename":"pool/main/p/powershell/powershell_7.2.8-1.deb_amd64.deb"},{"package":"azure-functions-core-tools","version":"3.0.4669-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v3","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"8fa09b323ce9042ad1e8cda02546047bc6e2e9ba07afddd498ebe4a86b13df69","size":227702464,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_3.0.4669-1.deb"},{"package":"dotnet-sdk-2.1","version":"2.1.525-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":228666,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 2.1.525","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.8), dotnet-runtime-2.1 (>= 2.1.29), aspnetcore-runtime-2.1 (>= 2.1.29)","sha256":"7bf4042264f848adb36b1b8729e413ce86a772586076aa05a0f2937c403b0908","size":89342040,"filename":"pool/main/d/dotnet-sdk-2.1/dotnet-sdk-2.1.525-x64.deb"},{"package":"azcmagent","version":"1.10.21239.003","architecture":"amd64","maintainer":"Azure Connected Machine Agent ","description":"Azure Connected Machine Agent","depends":"curl","package_type":"deb","sha256":"606ecba800eb9417ea5c4f2cef0c2b31e3b154e310aa95223d52c4d7cb8d684b","size":49538204,"filename":"pool/main/a/azcmagent/azcmagent_1.10.21239.003_amd64.deb"},{"package":"dotnet-host","version":"3.1.21-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":145,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.21","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"fcdf2ff915a09a0eadef97518df927e173fb16f3ace90f29ee509188d945dd12","size":32478,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.21-x64.deb"},{"package":"dotnet-apphost-pack-7.0","version":"7.0.10-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":11281,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Host 7.0.10","homepage":"https://github.com/dotnet/core","sha256":"1c730d33b41d3cb90a4b4113c422c1be81b5fa8f739046643befb55903921675","size":3522798,"filename":"pool/main/d/dotnet-apphost-pack-7.0/dotnet-apphost-pack-7.0_7.0.10-1_amd64.deb"},{"package":"open-enclave","version":"0.19.4","architecture":"amd64","section":"devel","priority":"optional","installed_size":191735,"maintainer":"oesdk@lists.confidentialcomputing.io","description":"Open Enclave SDK","depends":"libsgx-enclave-common (>=2.3.100.46354-1), libsgx-dcap-ql (>=1.0.100.46460-1.0)","recommends":"pkg-config","sha256":"e20e03dab90cd3cf7b17d8672bfc6385bd27a7adb9db4ca13ce02a7c4ad26511","size":54537200,"filename":"pool/main/o/open-enclave/open-enclave_0.19.4_amd64.deb"},{"package":"dotnet-targeting-pack-7.0","version":"7.0.13-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":31138,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Ref 7.0.13","homepage":"https://github.com/dotnet/core","sha256":"1ff382ea6af6364f8f35a5ccd64bae88c31d09652d5ad252fd55bb212e99673d","size":2567222,"filename":"pool/main/d/dotnet-targeting-pack-7.0/dotnet-targeting-pack-7.0_7.0.13-1_amd64.deb"},{"package":"aadsshlogin","version":"1.0.022300001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"AAD NSS, PAM and certhandler extensions","conflicts":"aadlogin","depends":"libcurl4, libuuid1, passwd, openssh-server (>=6.9)","pre_depends":"grep, sed","sha256":"b777ed2b90ea97dda2a8654b23901d8a2c8366e5a8c2b2573e8aba042fd9e835","size":285622,"filename":"pool/main/a/aadsshlogin/aadsshlogin_1.0.022300001_amd64.deb"},{"package":"defender-iot-micro-agent-edge","version":"3.11.1","architecture":"amd64","priority":"optional","essential":"no","maintainer":"Microsoft","description":"Microsoft Defender for IoT Micro Agent","conflicts":"defender-iot-micro-agent","depends":"libuv1, curl, libssl1.1, uuid-runtime, sudo, aziot-edge, libpcap0.8, dmidecode","sha256":"b22a9d3b4e9383be7d8f3c0c7922bd1552775b7abc446a46bedb6ccaef4211f2","size":264512,"filename":"pool/main/d/defender-iot-micro-agent-edge/defenderiot-ubuntu-20.04-amd64-edge-3.11.1.deb"},{"package":"msalsdk-dbusclient","version":"1.0.0","architecture":"amd64","section":"utils","priority":"optional","installed_size":46,"maintainer":"Identity Client Linux Team ","description":"Microsoft Authentication Library cross platform","homepage":"https://github.com/AzureAD/microsoft-authentication-library-for-cpp","depends":"msft-identity-broker (>= 1.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libsdbus-c++0 (>= 0.8.3), libstdc++6 (>= 6)","sha256":"78588d17039d3bf3096f1a0476e70eece76d732fd938e447e37a3c3c33af0b36","size":9932,"filename":"pool/main/m/msalsdk-dbusclient/msalsdk-dbusclient_1.0.0_amd64.deb"},{"package":"dotnet-hostfxr-3.1","version":"3.1.9-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":410,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host FX Resolver - 3.1.9 3.1.9","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 3.1.9), libc6","sha256":"745a556521a404a87e636a6a051021d66b0708db00201b0a8127baedc4394ec9","size":121016,"filename":"pool/main/d/dotnet-hostfxr-3.1/dotnet-hostfxr-3.1.9-x64.deb"},{"package":"open-enclave","version":"0.19.2","architecture":"amd64","section":"devel","priority":"optional","installed_size":191645,"maintainer":"oesdk@lists.confidentialcomputing.io","description":"Open Enclave SDK","depends":"libsgx-enclave-common (>=2.3.100.46354-1), libsgx-dcap-ql (>=1.0.100.46460-1.0)","recommends":"pkg-config","sha256":"e312248f847146ffc16a3a44dd3379d9bbc9bc623ba41c11bdfc8daa700cbf79","size":54508872,"filename":"pool/main/o/open-enclave/Ubuntu_2004_open-enclave_0.19.2_amd64.deb"},{"package":"dotnet-runtime-deps-3.1","version":"3.1.7-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Core Team ","description":"dotnet-runtime-deps-3.1 3.1.7","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libc6, libicu | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"267046f6a5bdc652cdff399e69bb048a9fe31b9fffa5ecf59e5ffa8651fd105b","size":2666,"filename":"pool/main/d/dotnet-runtime-deps-3.1/dotnet-runtime-deps-3.1.7-x64.deb"},{"package":"dotnet-host","version":"6.0.7-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":259,"maintainer":".NET Team ","description":"Microsoft .NET Host - 6.0.7","homepage":"https://github.com/dotnet/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"59f7084cb3930657e8e08dfb41bb360553a7820fac22fe19217dfe678c367a30","size":55714,"filename":"pool/main/d/dotnet-host/dotnet-host-6.0.7-x64.deb"},{"package":"moby-buildx","version":"0.4.2+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":56247,"maintainer":"Microsoft ","description":"A Docker CLI plugin for extended build capabilities with BuildKit","homepage":"https://github.com/docker/buildx","conflicts":"docker-ce, docker-ee","recommends":"moby-cli","sha256":"f4ba4ef6fd9b049349ac21d6f3dac387da99fc573b6d2aa0e8c8e3c25ff87eac","size":19462424,"filename":"pool/main/m/moby-buildx/moby-buildx_0.4.2+azure-1_amd64.deb"},{"package":"msopenjdk-17","version":"17.0.7-1","architecture":"amd64","section":"java","priority":"optional","installed_size":324493,"maintainer":"Microsoft","description":"OpenJDK Development Kit 17 (JDK) with Hotspot by Microsoft","homepage":"https://www.microsoft.com","depends":"ca-certificates, java-common, libc6, zlib1g","recommends":"fonts-dejavu, libx11-6, libxext6, libxi6, libxrender1, libxtst6, libasound2, libfontconfig1, libfreetype6","provides":"java-compiler, java-sdk, java-sdk-headless, java10-sdk, java11-sdk, java12-sdk, java13-sdk, java14-sdk, java15-sdk, java16-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java8-sdk, java9-sdk, java10-sdk-headless, java11-sdk-headless, java12-sdk-headless, java13-sdk-headless, java14-sdk-headless, java15-sdk-headless, java16-sdk-headless, java2-sdk-headless, java5-sdk-headless, java6-sdk-headless, java7-sdk-headless, java8-sdk-headless, java9-sdk-headless, java-runtime, java-runtime-headless, java10-runtime, java11-runtime, java12-runtime, java13-runtime, java14-runtime, java15-runtime, java16-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime, java8-runtime, java9-runtime, java10-runtime-headless, java11-runtime-headless, java12-runtime-headless, java13-runtime-headless, java14-runtime-headless, java15-runtime-headless, java16-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, java9-runtime-headless","vendor":"Microsoft","license":"GPL-2.0+CE","sha256":"d85c672f28263e589bb24c644a0d514c022c54d9a82c932dd7e204913746b408","size":192238598,"filename":"pool/main/m/msopenjdk-17/msopenjdk-17_17.0.7-1_amd64.deb"},{"package":"azureauth","version":"0.8.2-7","architecture":"amd64","section":"misc","priority":"optional","installed_size":74209,"maintainer":"ES365 Security Experience Team ","description":"A CLI interface to MSAL authentication. Visit https://aka.ms/azureauth for more information.","sha256":"88293e261db82ab4065f3121d5347305dafae0cc18976a9db7dc857b0c9a23c8","size":24108106,"filename":"pool/main/a/azureauth/azureauth_0.8.2-7_amd64.deb"},{"package":"mdatp","version":"101.03.48","architecture":"amd64","section":"devel","priority":"optional","installed_size":50004,"maintainer":"Microsoft Defender ATP Group ","description":"Microsoft Defender Advanced Threat Protection for Endpoints (Production)","depends":"curl (>= 7.5), libseccomp2, libuuid1, rsyslog, libatomic1, libc6 (>= 2.23), python3, uuid-runtime, dmidecode, auditd","sha256":"1cdeb1f84286fcfc3634aa636184e69d8de4a256d7bc3395c3cd46299cbb311c","size":16306366,"filename":"pool/main/m/mdatp/mdatp_101.03.48.amd64.deb"},{"package":"aspnetcore-runtime-3.1","version":"3.1.8-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":17467,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/aspnet/AspNetCore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-3.1 (>= 3.1.8)","sha256":"1d7fdcf419bf3a78364d885517fbbe694b34fbb4259ba1184bc1b7f7f993c435","size":5769702,"filename":"pool/main/a/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.8-x64.deb"},{"package":"moby-cli","version":"20.10.11+azure-2","architecture":"amd64","section":"admin","priority":"optional","installed_size":60992,"maintainer":"Microsoft ","description":"Docker container platform (client package)","homepage":"https://github.com/docker/cli","conflicts":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"libc6 (>= 2.4)","recommends":"ca-certificates, git, moby-buildx, pigz, xz-utils","suggests":"moby-engine","replaces":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"c4b114bffd76a55588d9dad3bbea3d0edb2290fb212b89501fe1dee9d0fb8886","size":10570860,"filename":"pool/main/m/moby-cli/moby-cli_20.10.11+azure-2_amd64.deb"},{"package":"moby-containerd","version":"1.4.13+azure-2","architecture":"amd64","section":"admin","priority":"optional","installed_size":120070,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.2)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"4b38f17f2fcfce60d3de5c5ca99dc6443e335f273210e68d9d1e83ae7f300335","size":26969412,"filename":"pool/main/m/moby-containerd/moby-containerd_1.4.13+azure-2_amd64.deb"},{"package":"azure-functions-core-tools-4","version":"4.0.5148-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"86d1b67b0287593f023edc08217c3d7b4d9fe34db6bed602f089057c7135ddd4","size":172048900,"filename":"pool/main/a/azure-functions-core-tools-4/azure-functions-core-tools-4_4.0.5148-1.deb"},{"package":"azure-functions-core-tools","version":"3.0.4425-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v3","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"ebda02d39c2f184fe7798f607f9baf741a726166bdf620faf30df1e8cb78ef83","size":211264760,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_3.0.4425-1.deb"},{"package":"azure-functions-core-tools-4","version":"4.0.4629-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"248211ce798f17bc101da096123ab085072f718891e812ab28d54b1ef2177267","size":124416520,"filename":"pool/main/a/azure-functions-core-tools-4/azure-functions-core-tools-4_4.0.4629-1.deb"},{"package":"aspnetcore-runtime-6.0","version":"6.0.18-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":19877,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-6.0 (>= 6.0.18)","sha256":"fb2b920c58eafd21f1603fab79ad877e1a1d6b52f1b09bb3e574ba4c52e5790b","size":6614146,"filename":"pool/main/a/aspnetcore-runtime-6.0/aspnetcore-runtime-6.0.18-x64.deb"},{"package":"moby-containerd","version":"1.6.21+azure-ubuntu20.04u1","architecture":"amd64","section":"admin","priority":"optional","installed_size":125637,"maintainer":"Microsoft ","description":"Industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.2)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"1cf0fe4a1864137275b9ae732c2955f6a38e652633ec31ed295f109da4b8b9c8","size":31535086,"filename":"pool/main/m/moby-containerd/moby-containerd_1.6.21+azure-ubuntu20.04u1_amd64.deb"},{"package":"aspnetcore-targeting-pack-6.0","version":"6.0.23-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":11750,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-targeting-pack-6.0 (>= 6.0.23)","sha256":"d77d76800156fe2f8927c4058e9f38c5869792154381eaab1f21c390c1f2339f","size":1315890,"filename":"pool/main/a/aspnetcore-targeting-pack-6.0/aspnetcore-targeting-pack-6.0_6.0.23-1_amd64.deb"},{"package":"dotnet-host","version":"2.1.22-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":175,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 2.1.22","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"48a86372085acf1ef0654ccca308a29db18d0cd892dfa37f707b0170ebdff1c9","size":36572,"filename":"pool/main/d/dotnet-host/dotnet-host-2.1.22-x64.deb"},{"package":"azureauth","version":"0.8.2-5","architecture":"amd64","section":"misc","priority":"optional","installed_size":74209,"maintainer":"ES365 Security Experience Team ","description":"A CLI interface to MSAL authentication. Visit https://aka.ms/azureauth for more information.","sha256":"16af522abeaf26d129c2fe85797a1545885a9ca971cffa1d139caae64f8a6bfc","size":24114326,"filename":"pool/main/a/azureauth/azureauth_0.8.2-5_amd64.deb"},{"package":"aspnetcore-runtime-5.0","version":"5.0.6-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":18557,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-5.0 (>= 5.0.6)","sha256":"04e742a057549d5c5e523ffcaa2b141e2c72746844a0129f7cebcc2c9f8707cf","size":6086044,"filename":"pool/main/a/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.6-x64.deb"},{"package":"moby-containerd","version":"1.5.18+azure-ubuntu20.04u1","architecture":"amd64","section":"admin","priority":"optional","installed_size":109077,"maintainer":"Microsoft ","description":"Industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.2)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"fb25060e68694a6ed58f6083001aa10e158831e537ccd8381a91683fc6dac4e0","size":26798086,"filename":"pool/main/m/moby-containerd/moby-containerd_1.5.18+azure-ubuntu20.04u1_amd64.deb"},{"package":"blobfuse","version":"1.3.5","architecture":"amd64","section":"devel","priority":"optional","installed_size":32372,"maintainer":"Microsoft - Azure Storage","description":"blobfuse 1.3.5 - FUSE adapter for Azure Blob Storage","depends":"fuse","sha256":"6caf1a6e677ad286dd707a2ab99c202357e9b523c06980ac62e83eac577814bc","size":9299024,"filename":"pool/main/b/blobfuse/blobfuse-1.3.5-Linux-Ubuntu2004.deb"},{"package":"azure-ai-vision-runtime-image-analysis","version":"0.11.1~beta.1","architecture":"amd64","section":"devel","priority":"optional","installed_size":682,"maintainer":"vision-sdk@microsoft.com","description":"Azure AI Vision Image Analysis Runtime Package","depends":"azure-ai-vision-runtime-common (= 0.11.1~beta.1), azure-ai-vision-runtime-common-media (= 0.11.1~beta.1)","sha256":"dc35ab240cb86855ab55cd95f92f89fc3900c72c1ddc234e90ddbf87a6cf5b2a","size":149912,"filename":"pool/main/a/azure-ai-vision-runtime-image-analysis/azure-ai-vision-runtime-image-analysis-0.11.1~beta.1-Linux.deb"},{"package":"dotnet-runtime-deps-5.0","version":"5.0.17-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Team ","description":"dotnet-runtime-deps-5.0 5.0.17","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"fad642753e596b724728fdffda51446c1371892559c07e8155f819a93a20f2a5","size":2646,"filename":"pool/main/d/dotnet-runtime-deps-5.0/dotnet-runtime-deps-5.0.17-x64.deb"},{"package":"dotnet-sdk-2.1","version":"2.1.806-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":241163,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 2.1.806","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.8), dotnet-runtime-2.1 (>= 2.1.18), aspnetcore-runtime-2.1 (>= 2.1.18)","sha256":"dc70903977d4832aa821e17a3734942f806dab283332eed711ab45d5de531ec7","size":92091884,"filename":"pool/main/d/dotnet-sdk-2.1/dotnet-sdk-2.1.806-x64.deb"},{"package":"azure-functions-core-tools","version":"3.0.4727-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v3","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"3d49b06db4758632dcb37f6e77e67fd27c62b7ca92b88a4402534d12427acc5c","size":227694792,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_3.0.4727-1.deb"},{"package":"apt-transport-https-sas","version":"0.9-3","architecture":"amd64","section":"admin","priority":"optional","installed_size":48,"maintainer":"Skype Core Services Ops ","description":"SAS (Secure Access Signature) token authentication support for","depends":"python (>= 2.7) | python2 | python2.7, python (<< 3.0), python3, apt-transport-https","sha256":"847f65c962d5a64d5d9c84673ac1aefa9e93d6456f5da6bcf84728dcfba8d707","size":12426,"filename":"pool/main/a/apt-transport-https-sas/apt-transport-https-sas_0.9-3_amd64.deb"},{"package":"aadsshlogin","version":"1.0.017540001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"AAD NSS, PAM and certhandler extensions","conflicts":"aadlogin","depends":"libcurl4, libuuid1, openssh-server (>=6.9)","sha256":"c29b7738d9aa27f63ddb3385a104bb770de79ba757bc79156a256830a84c4e8f","size":419498,"filename":"pool/main/a/aadsshlogin/aadsshlogin_1.0.017540001_amd64.deb"},{"package":"aziot-identity-service","version":"1.3.0-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":17955,"maintainer":"Azure IoT Edge Devs","description":"Azure IoT Identity Service and related services","homepage":"https://github.com/azure/iot-identity-service","conflicts":"iotedge, libiothsm-std","depends":"libc6 (>= 2.29), libgcc-s1 (>= 3.3), libssl1.1 (>= 1.1.0g)","sha256":"2393429995c94361cb1691e3be79b1a210bb4ced647905c8951bd196356a71fd","size":3756332,"filename":"pool/main/a/aziot-identity-service/aziot-identity-service_1.3.0-1_amd64.deb"},{"package":"powershell-preview","version":"7.4.0-preview.1-1.deb","architecture":"amd64","section":"shells","priority":"extra","installed_size":195083,"maintainer":"PowerShell Team ","description":"PowerShell is an automation and configuration management platform.","homepage":"https://microsoft.com/powershell","depends":"libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl3|libssl1.1|libssl1.0.2|libssl1.0.0","vendor":"Microsoft Corporation","license":"MIT License","sha256":"2518230120bde23d124e8a8d30d560b14572a588af57e441c4c24ea52ca79e2f","size":70861036,"filename":"pool/main/p/powershell-preview/powershell-preview_7.4.0-preview.1-1.deb_amd64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.404-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":336633,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.404","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.12), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.12), dotnet-apphost-pack-6.0 (>= 6.0.12), dotnet-runtime-6.0 (>= 6.0.12), aspnetcore-targeting-pack-6.0 (>= 6.0.12)","sha256":"b0db8754304b29c3a8a28820080713733b8cba9cc4549e6496bf7f4945685562","size":86631222,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0.404-x64.deb"},{"package":"moby-engine","version":"20.10.10+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":98009,"maintainer":"Microsoft ","description":"Docker container platform (engine package)","homepage":"https://github.com/moby/moby","conflicts":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"moby-containerd (>= 1.4.3), moby-runc (>= 1.0.0~rc93), libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.97)","recommends":"apparmor, ca-certificates, iptables, kmod, moby-cli, pigz, xz-utils","suggests":"aufs-tools, cgroupfs-mount | cgroup-lite, git","replaces":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"aa0eb3b0654816491b036a85d6b3df81b0e26c54fd0086c136d973bb49b2e25c","size":21182268,"filename":"pool/main/m/moby-engine/moby-engine_20.10.10+azure-1_amd64.deb"},{"package":"open-enclave-hostverify","version":"0.17.0","architecture":"amd64","section":"devel","priority":"optional","installed_size":3069,"maintainer":"oesdk@lists.confidentialcomputing.io","description":"Open Enclave Report Verification Host Library","recommends":"pkg-config","sha256":"87b13cedd03de43b952a2b0678191adadda03f8fcf9e584ad5d3a43b2b7c6450","size":838158,"filename":"pool/main/o/open-enclave-hostverify/open-enclave-hostverify_0.17.0_amd64.deb"},{"package":"dotnet-host","version":"6.0.2-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":259,"maintainer":".NET Team ","description":"Microsoft .NET Host - 6.0.2","homepage":"https://github.com/dotnet/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"10d190304d21b10b7f51a79d08bd5e867ef97b59cc866841d12f0970e91f62a9","size":55654,"filename":"pool/main/d/dotnet-host/dotnet-host-6.0.2-x64.deb"},{"package":"dotnet-targeting-pack-6.0","version":"6.0.13-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":27378,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Ref 6.0.13","homepage":"https://github.com/dotnet/core","sha256":"75d79e64f4f3525555196c3de3b6a6d6c255a317a51538cfe30567f92caf51a9","size":2130996,"filename":"pool/main/d/dotnet-targeting-pack-6.0/dotnet-targeting-pack-6.0.13-x64.deb"},{"package":"dotnet-runtime-5.0","version":"5.0.16-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68398,"maintainer":".NET Team ","description":"Microsoft .NET Runtime - 5.0.16 Microsoft.NETCore.App 5.0.16","homepage":"https://dot.net/core","depends":"dotnet-runtime-deps-5.0 (>= 5.0.16), dotnet-hostfxr-5.0 (>= 5.0.16)","sha256":"94c64f37c5366da138ba001c362d9f0fa75b8131817558b68e52b20bab538b56","size":21840928,"filename":"pool/main/d/dotnet-runtime-5.0/dotnet-runtime-5.0.16-x64.deb"},{"package":"powershell-preview","version":"7.2.0-rc.1-1.deb","architecture":"amd64","section":"shells","priority":"extra","installed_size":164716,"maintainer":"PowerShell Team ","description":"PowerShell is an automation and configuration management platform.","homepage":"https://microsoft.com/powershell","depends":"libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl1.1|libssl1.0.2|libssl1.0.0","vendor":"Microsoft Corporation","license":"MIT License","sha256":"f93016a0cfd85711d8eb274a123b353f463f3e589baa53c8af18c5c269126a12","size":66452168,"filename":"pool/main/p/powershell-preview/powershell-preview_7.2.0-rc.1-1.deb_amd64.deb"},{"package":"dotnet-host","version":"3.1.27-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":145,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.27","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"ce62dc4ac114de9cd82ad3db7eab8551addd5f329c55d9bc8f1a9c0ee7ea8119","size":32452,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.27-x64.deb"},{"package":"aspnetcore-runtime-3.1","version":"3.1.27-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":17498,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/aspnet/AspNetCore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-3.1 (>= 3.1.27)","sha256":"0bbe47ed2413a67ce2f84a38145cc4a3dbbefa668c8704e305818c7f4b0c7951","size":5771296,"filename":"pool/main/a/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.27-x64.deb"},{"package":"dotnet-host","version":"3.1.24-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":145,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.24","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"9aafd51da5c39d88c7190f208b874e8b159359b74481d46ea87159cf0fc9ffb1","size":32504,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.24-x64.deb"},{"package":"dotnet-runtime-deps-6.0","version":"6.0.20-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Team ","description":"dotnet-runtime-deps-debian 6.0.20","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"4fab6a262de18f8b64e57dd27c5a6acd9bf769a233561ea50f9ecd5013581fc8","size":2796,"filename":"pool/main/d/dotnet-runtime-deps-6.0/dotnet-runtime-deps-6.0.20-x64.deb"},{"package":"open-enclave-hostverify","version":"0.19.4","architecture":"amd64","section":"devel","priority":"optional","installed_size":3696,"maintainer":"oesdk@lists.confidentialcomputing.io","description":"Open Enclave Report Verification Host Library","recommends":"pkg-config","sha256":"dfe9e0705a4186d418ea9a48e3c80c353e8fd943e3f566d829173d20aaaea537","size":1010380,"filename":"pool/main/o/open-enclave-hostverify/open-enclave-hostverify_0.19.4_amd64.deb"},{"package":"azure-functions-core-tools-3","version":"3.0.3477-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v3","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"08cb107257aca65fa156ef7c7708d0620c703769cceb4aedff56f0eea688f6c6","size":209487336,"filename":"pool/main/a/azure-functions-core-tools-3/azure-functions-core-tools-3_3.0.3477-1.deb"},{"package":"dotnet-host","version":"7.0.12-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":246,"maintainer":".NET Team ","description":"Microsoft .NET Host - 7.0.12","homepage":"https://github.com/dotnet/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"168de157996cc20afcb22c99aa363447aa177347b7d053ee1e4c12e36e5adebc","size":57382,"filename":"pool/main/d/dotnet-host/dotnet-host_7.0.12-1_amd64.deb"},{"package":"msopenjdk-11","version":"11.0.15+10-LTS-1","architecture":"amd64","section":"java","priority":"extra","installed_size":316139,"maintainer":"Microsoft","description":"OpenJDK Development Kit 11 (JDK) with Hotspot by Microsoft","homepage":"https://www.microsoft.com","depends":"ca-certificates, fonts-dejavu, java-common, libasound2, libc6, libfreetype6, libfontconfig1, libx11-6, libxext6, libxi6, libxrender1, libxtst6, zlib1g","provides":"java-compiler, java-sdk, java-sdk-headless, java10-sdk, java11-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java8-sdk, java9-sdk, java10-sdk-headless, java11-sdk-headless, java2-sdk-headless, java5-sdk-headless, java6-sdk-headless, java7-sdk-headless, java8-sdk-headless, java9-sdk-headless, java-runtime, java-runtime-headless, java10-runtime, java11-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime, java8-runtime, java9-runtime, java10-runtime-headless, java11-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, java9-runtime-headless","vendor":"Microsoft","license":"GPL-2.0+CE","sha256":"0a2a9f6be1fca5891486b90c4676b95c547e2df1a9750443ae2a8782234f3fa5","size":193176730,"filename":"pool/main/m/msopenjdk-11/msopenjdk-11_11.0.15+10-LTS-1_amd64.deb"},{"package":"dotnet-runtime-deps-6.0","version":"6.0.1-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Team ","description":"dotnet-runtime-deps-debian 6.0.1","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"59a7d8c4a06591962abcea21dad220af537f300bac1f6cfc1be78cb898676457","size":2804,"filename":"pool/main/d/dotnet-runtime-deps-6.0/dotnet-runtime-deps-6.0.1-x64.deb"},{"package":"dotnet-runtime-deps-3.1","version":"3.1.11-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Core Team ","description":"dotnet-runtime-deps-3.1 3.1.11","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"f7854d72dcce33b230cbcb69a9f7ddd7189d96b52edd5fda39f4cc8d24673ca8","size":2688,"filename":"pool/main/d/dotnet-runtime-deps-3.1/dotnet-runtime-deps-3.1.11-x64.deb"},{"package":"dotnet-hostfxr-6.0","version":"6.0.2-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":452,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 6.0.2","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 6.0.2), libc6","sha256":"8348f279c3614c93676cfefecf6f653135b910dd9ab0a702edc6d65f5f2bf36b","size":142108,"filename":"pool/main/d/dotnet-hostfxr-6.0/dotnet-hostfxr-6.0.2-x64.deb"},{"package":"aadsshlogin-selinux","version":"1.0.021030001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"Selinux configuration for AAD NSS and PAM extensions.","conflicts":"aadlogin-selinux","depends":"policycoreutils (>=3.0-1), selinux-utils, selinux-policy-default","sha256":"f6627857e9a11b74d9e676ab62b2a2a50a5f567a0c55e4bc006456159acbdfed","size":2374,"filename":"pool/main/a/aadsshlogin-selinux/aadsshlogin-selinux_1.0.021030001_amd64.deb"},{"package":"dotnet-runtime-3.1","version":"3.1.14-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":71115,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 3.1.14 Microsoft.NETCore.App 3.1.14","homepage":"https://dot.net/core","depends":"dotnet-hostfxr-3.1 (>= 3.1.14), dotnet-runtime-deps-3.1 (>= 3.1.14)","sha256":"10563481588e18f8d8ed70d9b99a58c158b98b1ef8159c789ba55073bb240a67","size":21744410,"filename":"pool/main/d/dotnet-runtime-3.1/dotnet-runtime-3.1.14-x64.deb"},{"package":"dotnet-host","version":"6.0.16-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":259,"maintainer":".NET Team ","description":"Microsoft .NET Host - 6.0.16","homepage":"https://github.com/dotnet/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"4f3beedd7786937c7fa0cf6fdc620a9b6e9a0630d49e36f868bd22526ad402bb","size":55864,"filename":"pool/main/d/dotnet-host/dotnet-host-6.0.16-x64.deb"},{"package":"moby-engine","version":"19.03.13+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":103382,"maintainer":"Microsoft ","description":"Docker container platform (engine package)","homepage":"https://github.com/moby/moby","conflicts":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"moby-containerd (>= 1.2), moby-runc (>= 1.0.0~rc10), libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.97), libseccomp2 (>= 2.1.0)","recommends":"apparmor, ca-certificates, iptables, kmod, moby-cli, pigz, xz-utils","suggests":"aufs-tools, cgroupfs-mount | cgroup-lite, git","replaces":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"a5aba3a499328a654304da3ec4d5ca323c96c7849ff05f0f6f854bb980f1f435","size":22538834,"filename":"pool/main/m/moby-engine/moby-engine_19.03.13+azure-1_amd64.deb"},{"package":"dotnet-hostfxr-5.0","version":"5.0.3-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":436,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 5.0.3 5.0.3","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 5.0.3), libc6","sha256":"d2d7de4f041b6168ae2a7be47ac3840fcb8da578f77ee0e52fda25ef5b9261c6","size":140808,"filename":"pool/main/d/dotnet-hostfxr-5.0/dotnet-hostfxr-5.0.3-x64.deb"},{"package":"dotnet-host","version":"7.0.8-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":246,"maintainer":".NET Team ","description":"Microsoft .NET Host - 7.0.8","homepage":"https://github.com/dotnet/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"d4b1ef40a32e948e99370003c3e89f4834d509b6707c5709d53b1ebf1bfe6c14","size":57278,"filename":"pool/main/d/dotnet-host/dotnet-host-7.0.8-x64.deb"},{"package":"moby-containerd","version":"1.3.8+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":126915,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), libseccomp2 (>= 2.4.1), moby-runc (>= 1.0.0~rc10)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"b875b91d14263bfbf3eda9313a15375f74cfa22d94e6c0ab03d62fc32032a186","size":27677300,"filename":"pool/main/m/moby-containerd/moby-containerd_1.3.8+azure-1_amd64.deb"},{"package":"dotnet-runtime-deps-7.0","version":"7.0.5-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":9,"maintainer":".NET Team ","description":"dotnet-runtime-deps-debian 7.0.5","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"36ff1945d3e7a0c5cecd8f5618a4e2790faa7cd802bda9468e09bbad39e0c8d1","size":2890,"filename":"pool/main/d/dotnet-runtime-deps-7.0/dotnet-runtime-deps-7.0.5-x64.deb"},{"package":"dotnet-sdk-3.1","version":"3.1.425-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":193096,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 3.1.425","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6), dotnet-targeting-pack-3.1 (>= 3.1.0), netstandard-targeting-pack-2.1 (>= 2.1.0), dotnet-apphost-pack-3.1 (>= 3.1.31), aspnetcore-targeting-pack-3.1 (>= 3.1.10), dotnet-runtime-3.1 (>= 3.1.31), aspnetcore-runtime-3.1 (>= 3.1.31)","sha256":"d5baa261325602144fe72944358d02371a8dbec5d2df322e7459a4dcde0dd60a","size":49834620,"filename":"pool/main/d/dotnet-sdk-3.1/dotnet-sdk-3.1.425-x64.deb"},{"package":"dotnet-runtime-3.1","version":"3.1.19-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":71114,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 3.1.19 Microsoft.NETCore.App 3.1.19","homepage":"https://dot.net/core","depends":"dotnet-hostfxr-3.1 (>= 3.1.19), dotnet-runtime-deps-3.1 (>= 3.1.19)","sha256":"50b3441944ac5bd8b56cf77397327cb3974a7f645047ab67d6886e5ccc8def9f","size":21752250,"filename":"pool/main/d/dotnet-runtime-3.1/dotnet-runtime-3.1.19-x64.deb"},{"package":"mdatp","version":"101.24.45","architecture":"amd64","section":"devel","priority":"optional","installed_size":151288,"maintainer":"Microsoft Defender ATP Group ","description":"Microsoft Defender Advanced Threat Protection for Endpoints (Production)","depends":"curl (>= 7.5), libseccomp2, libuuid1, libatomic1, libc6 (>= 2.23), python3, uuid-runtime, dmidecode, auditd, libselinux1","sha256":"862be7267065eb548f25fe8ec8654bb43d92d1b80188def5b8818e805787846e","size":44872594,"filename":"pool/main/m/mdatp/mdatp_101.24.45.amd64.deb"},{"package":"dotnet-hostfxr-7.0","version":"7.0.5-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":424,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 7.0.5","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 7.0.5), libc6","sha256":"26ec1b1a281088177f66da1de36d31fd31a427f5a0e42b18538dabc503d52a1e","size":143998,"filename":"pool/main/d/dotnet-hostfxr-7.0/dotnet-hostfxr-7.0.5-x64.deb"},{"package":"dotnet-host","version":"5.0.9-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":233,"maintainer":".NET Team ","description":"Microsoft .NET Host - 5.0.9","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"19d6e6d8937060556a8efc783fd27a32e7424da20c39ad933e27342c365f4d1b","size":52590,"filename":"pool/main/d/dotnet-host/dotnet-host-5.0.9-x64.deb"},{"package":"aspnetcore-runtime-6.0","version":"6.0.14-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":19872,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-6.0 (>= 6.0.14)","sha256":"0734d77b6149db2d071b8b15f126cb9f7da613166cdd6bc835b791bad9f666fe","size":6612218,"filename":"pool/main/a/aspnetcore-runtime-6.0/aspnetcore-runtime-6.0.14-x64.deb"},{"package":"azure-functions-core-tools-3","version":"3.0.4837-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v3","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"4a991eb6e48937efcce608f70e0c2357df03d3d85bbe071071a0307b21dfbbc6","size":227788672,"filename":"pool/main/a/azure-functions-core-tools-3/azure-functions-core-tools-3_3.0.4837-1.deb"},{"package":"az-dcap-client","version":"1.8","architecture":"amd64","section":"unknown","priority":"optional","installed_size":306,"maintainer":"Microsoft Corp","description":"Intel(R) SGX DCAP plugin for Azure Integration","depends":"libc6 (>= 2.14), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9)","sha256":"96b4f5d6bc3d4ca79de4ea99b3cb3f1c7d518678397e8e24dada9034a53df036","size":63924,"filename":"pool/main/a/az-dcap-client/az-dcap-client_1.8_amd64.deb"},{"package":"dotnet-runtime-3.1","version":"3.1.21-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":71115,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 3.1.21 Microsoft.NETCore.App 3.1.21","homepage":"https://dot.net/core","depends":"dotnet-hostfxr-3.1 (>= 3.1.21), dotnet-runtime-deps-3.1 (>= 3.1.21)","sha256":"e2283c2375c028a33decced88a16a94d4e196b4decea7d3f61e2f7e9e0cec41d","size":21754372,"filename":"pool/main/d/dotnet-runtime-3.1/dotnet-runtime-3.1.21-x64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.114-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":313863,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.114","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.14), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.14), dotnet-apphost-pack-6.0 (>= 6.0.14), dotnet-runtime-6.0 (>= 6.0.14), aspnetcore-targeting-pack-6.0 (>= 6.0.14)","sha256":"5e73956aa56a60e1e89549e0d33fdfa6614b64234632baabb4a5c89076b61b70","size":78676286,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0.114-x64.deb"},{"package":"azure-functions-core-tools","version":"4.0.4544-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools, azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"80fe990383c5ed0f6cfa98079e98d93ad46324b84e254b8e8fee8150c813efb7","size":141836620,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_4.0.4544-1.deb"},{"package":"dotnet-hostfxr-3.1","version":"3.1.6-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":410,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host FX Resolver - 3.1.6 3.1.6","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 3.1.6), libc6","sha256":"e3423518b16a0cbaaaddc030121ab010e47a5da00474be54cdf4260fbf31398f","size":121074,"filename":"pool/main/d/dotnet-hostfxr-3.1/dotnet-hostfxr-3.1.6-x64.deb"},{"package":"dotnet-runtime-6.0","version":"6.0.4-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68400,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Runtime 6.0.4","homepage":"https://github.com/dotnet/core","depends":"dotnet-hostfxr-6.0 (>= 6.0.4), dotnet-runtime-deps-6.0 (>= 6.0.4)","sha256":"01f8138ab2c5d9070f1890822f4c4dc24692b6a913b9787c9df6892aff11a234","size":23011424,"filename":"pool/main/d/dotnet-runtime-6.0/dotnet-runtime-6.0.4-x64.deb"},{"package":"dotnet-host","version":"3.1.25-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":145,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.25","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"380fdc61ed10647dde7e1cf2580428c1e5ed7c492c58636e7e57087ffa30852c","size":32416,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.25-x64.deb"},{"package":"moby-compose","version":"2.1.1+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":25428,"maintainer":"Microsoft ","description":"A Docker CLI plugin which allows you to run Docker Compose applications from the Docker CLI.","homepage":"https://github.com/docker/compose-cli","conflicts":"docker-ce, docker-ce-cli, docker-ee, docker-ee-cli","depends":"moby-cli","sha256":"73bab455d7ea48f0d15b363a15237dc7299779e05a5c16c3515e95ef52ca7310","size":6295332,"filename":"pool/main/m/moby-compose/moby-compose_2.1.1+azure-1_amd64.deb"},{"package":"moby-engine","version":"20.10.11+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":98022,"maintainer":"Microsoft ","description":"Docker container platform (engine package)","homepage":"https://github.com/moby/moby","conflicts":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"moby-containerd (>= 1.4.3), moby-runc (>= 1.0.0~rc93), libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.97)","recommends":"apparmor, ca-certificates, iptables, kmod, moby-cli, pigz, xz-utils","suggests":"aufs-tools, cgroupfs-mount | cgroup-lite, git","replaces":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"e335ea6e6fdf673e537b320a9c194b55aabf77d1a8de548941d13a008bde2398","size":21199964,"filename":"pool/main/m/moby-engine/moby-engine_20.10.11+azure-1_amd64.deb"},{"package":"moby-containerd-shim-systemd","version":"0.1.0~beta.1+azure-ubuntu20.04u1","architecture":"amd64","section":"admin","priority":"optional","installed_size":30091,"maintainer":"Microsoft ","description":"A containerd shim runtime that uses systemd to monitor runc containers","homepage":"https://github.com/cpuguy83/containerd-shim-systemd-v1","depends":"libc6 (>= 2.14), systemd (>= 239), moby-containerd (>= 1.6)","recommends":"moby-runc","sha256":"a8265847f51b994ae68a7e05b2768dca28c037aa8e9499e02ffeb38aa3e525de","size":11959090,"filename":"pool/main/m/moby-containerd-shim-systemd/moby-containerd-shim-systemd_0.1.0~beta.1+azure-ubuntu20.04u1_amd64.deb"},{"package":"azure-ai-vision-runtime-image-analysis","version":"0.13.0~beta.1","architecture":"amd64","section":"devel","priority":"optional","installed_size":682,"maintainer":"vision-sdk@microsoft.com","description":"Azure AI Vision Image Analysis Runtime Package","depends":"azure-ai-vision-runtime-common (= 0.13.0~beta.1), azure-ai-vision-runtime-common-media (= 0.13.0~beta.1)","sha256":"58acb3b752c6503043aaf1cfcdb3ce19ae976ba01f548c7f75dc6a91c0bb33fe","size":150004,"filename":"pool/main/a/azure-ai-vision-runtime-image-analysis/azure-ai-vision-runtime-image-analysis-0.13.0~beta.1-Linux.deb"},{"package":"dotnet-sdk-5.0","version":"5.0.407-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":228016,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 5.0.407","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.4.0), dotnet-runtime-5.0 (>= 5.0.16), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-5.0 (>= 5.0.16), dotnet-targeting-pack-5.0 (>= 5.0.0), aspnetcore-targeting-pack-5.0 (>= 5.0.0), dotnet-apphost-pack-5.0 (>= 5.0.16)","sha256":"241bb67ad6d16299940702fe03bff3fc17bff41d8ac8e72ba83290c5232a74c0","size":59709278,"filename":"pool/main/d/dotnet-sdk-5.0/dotnet-sdk-5.0.407-x64.deb"},{"package":"mdatp","version":"101.25.63","architecture":"amd64","section":"devel","priority":"optional","installed_size":155265,"maintainer":"Microsoft Defender ATP Group ","description":"Microsoft Defender Advanced Threat Protection for Endpoints (Production)","depends":"curl (>= 7.5), libseccomp2, libuuid1, libatomic1, libc6 (>= 2.23), python3, uuid-runtime, dmidecode, auditd, libselinux1","sha256":"6c06505c5e2e9fe6a1e63dada236173729f337039fa5333f7a6026bbd0650cbd","size":46140804,"filename":"pool/main/m/mdatp/mdatp_101.25.63.amd64.deb"},{"package":"dotnet-sdk-5.0","version":"5.0.302-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":227344,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 5.0.302","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.4.0), dotnet-runtime-5.0 (>= 5.0.8), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-5.0 (>= 5.0.8), dotnet-targeting-pack-5.0 (>= 5.0.0), aspnetcore-targeting-pack-5.0 (>= 5.0.0), dotnet-apphost-pack-5.0 (>= 5.0.8)","sha256":"6a056d7df7133fb877e8f77d234642ca13f88dff9861d74738569fa9c9e02e87","size":58722724,"filename":"pool/main/d/dotnet-sdk-5.0/dotnet-sdk-5.0.302-x64.deb"},{"package":"aadsshlogin-selinux","version":"1.0.019630001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"Selinux configuration for AAD NSS and PAM extensions.","conflicts":"aadlogin-selinux","depends":"policycoreutils (>=3.0-1), selinux-utils, selinux-policy-default","sha256":"8289d669492f741297929c892421d04b3bb0830c5435baa14a578c45ff039827","size":2378,"filename":"pool/main/a/aadsshlogin-selinux/aadsshlogin-selinux_1.0.019630001_amd64.deb"},{"package":"dotnet-apphost-pack-7.0","version":"7.0.2-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":11276,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Host 7.0.2","homepage":"https://github.com/dotnet/core","sha256":"6b2b8194c70db56df207d29a1fc982494607c0e6478cf650cffd8973662d1e2a","size":3523898,"filename":"pool/main/d/dotnet-apphost-pack-7.0/dotnet-apphost-pack-7.0.2-x64.deb"},{"package":"procmon","version":"1.0.1","architecture":"amd64","section":"devel","priority":"optional","installed_size":51981,"maintainer":"OSS Tooling Dev Team OSSToolingDevTeam@service.microsoft.com","description":"Procmon for Linux","homepage":"https://github.com/Microsoft/Procmon-for-Linux","depends":"libc6 (>= 2.31), libstdc++6 (>= 10.2), libzstd1 (>= 1.4), libelf1 (>= 0.176), libncurses6 (>= 6.2), libtinfo6 (>= 6)","sha256":"7b989d56a131bd40a8446ad957f1f546ee9152198564354dfb5476948ba95cb0","size":19862512,"filename":"pool/main/p/procmon/procmon_1.0.1-339_amd64.deb"},{"package":"dotnet-host","version":"6.0.22-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":259,"maintainer":".NET Team ","description":"Microsoft .NET Host - 6.0.22","homepage":"https://github.com/dotnet/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"08db6e033a295f61b61c4b7145530cce7dbde0dd485a58e67fa98a0873b7abc2","size":56000,"filename":"pool/main/d/dotnet-host/dotnet-host_6.0.22-1_amd64.deb"},{"package":"azure-functions-core-tools","version":"4.0.5274-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"f04b2dab917e9b09b5b1cdac3033c8048eb822d7dae1991a0827a2c7ccbcbf97","size":156746648,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_4.0.5274-1.deb"},{"package":"aadsshlogin","version":"1.0.020950001","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"AAD NSS, PAM and certhandler extensions","conflicts":"aadlogin","depends":"libcurl4, libuuid1, passwd, openssh-server (>=6.9)","pre_depends":"grep, sed","sha256":"59c9bf98488d40ce7ec735416708f9117f2d7ec5dd1cc7bdccc4feaa6ff33a9a","size":421814,"filename":"pool/main/a/aadsshlogin/aadsshlogin_1.0.020950001_amd64.deb"},{"package":"dotnet-host","version":"2.1.23-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":175,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 2.1.23","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"ec31c357657956224fdcd301fbd64535bb2e3343fc10823c35a5c906e0573ac9","size":36584,"filename":"pool/main/d/dotnet-host/dotnet-host-2.1.23-x64.deb"},{"package":"mssql-tools","version":"17.6.1.1-1","architecture":"amd64","section":"database","installed_size":0,"maintainer":"Microsoft SQL Tools Team ","description":"Tools for Microsoft(R) SQL Server(R)","depends":"libc6 (>= 2.19), libstdc++6 (>= 4.8.2), libkrb5-3, openssl, debconf (>= 0.5), msodbcsql17 (>= 17.3.0.0)","sha256":"9e68a0f83ba7e770449e399b1513edc9826aa0c3a58e3d911ea982a362c6c41d","size":212296,"filename":"pool/main/m/mssql-tools/mssql-tools_17.6.1.1-1_amd64.deb"},{"package":"dotnet-host","version":"3.1.14-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":146,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.14","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"849c5f843caf50de8804d6a844501f8cff8af42cd3a515683c61de98e8e8d8d8","size":32812,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.14-x64.deb"},{"package":"aspnetcore-runtime-6.0","version":"6.0.16-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":19873,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-6.0 (>= 6.0.16)","sha256":"d4e52045a7aeb72dcadcbcab02c644253d73d7fc0f9942636a47bd36bcaf117d","size":6612278,"filename":"pool/main/a/aspnetcore-runtime-6.0/aspnetcore-runtime-6.0.16-x64.deb"},{"package":"moby-containerd","version":"1.4.12+azure-3","architecture":"amd64","section":"admin","priority":"optional","installed_size":120078,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.2)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"2a4a5500354c749fca852837ca6df935e709bf147995ddd7a1407130931c9133","size":26976612,"filename":"pool/main/m/moby-containerd/moby-containerd_1.4.12+azure-3_amd64.deb"},{"package":"moby-cli","version":"20.10.18+azure-ubuntu20.04u1","architecture":"amd64","section":"admin","priority":"optional","installed_size":49824,"maintainer":"Microsoft ","description":"Docker container platform (client package)","homepage":"https://github.com/docker/cli","conflicts":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"libc6 (>= 2.4)","recommends":"ca-certificates, git, moby-buildx, pigz, xz-utils","suggests":"moby-engine","replaces":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"32d6d1eae5e5619551b2a2704526ca2e46771b67d7170fd20df9fc0e00ba3da0","size":9653820,"filename":"pool/main/m/moby-cli/moby-cli_20.10.18+azure-ubuntu20.04u1_amd64.deb"},{"package":"dotnet-runtime-deps-7.0","version":"7.0.7-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":9,"maintainer":".NET Team ","description":"dotnet-runtime-deps-debian 7.0.7","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"ddd3c0eb7332dacfecf2a3a8ed8988439431c5f9b6b84a08e92edadec9024b08","size":2890,"filename":"pool/main/d/dotnet-runtime-deps-7.0/dotnet-runtime-deps-7.0.7-x64.deb"},{"package":"dotnet-runtime-deps-6.0","version":"6.0.9-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Team ","description":"dotnet-runtime-deps-debian 6.0.9","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"04c85e431825e28b2bbcf43e18f3f8bacfde9686ea78dbba815a61e21078bf56","size":2810,"filename":"pool/main/d/dotnet-runtime-deps-6.0/dotnet-runtime-deps-6.0.9-x64.deb"},{"package":"dotnet-sdk-3.1","version":"3.1.116-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":174529,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 3.1.116","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6), dotnet-targeting-pack-3.1 (>= 3.1.0), netstandard-targeting-pack-2.1 (>= 2.1.0), dotnet-apphost-pack-3.1 (>= 3.1.16), aspnetcore-targeting-pack-3.1 (>= 3.1.10), dotnet-runtime-3.1 (>= 3.1.16), aspnetcore-runtime-3.1 (>= 3.1.16)","sha256":"6ac2f5102837c57d6d66a4336a1631b0cc6607b02b8a2271bb6fa43cd9c15876","size":43510406,"filename":"pool/main/d/dotnet-sdk-3.1/dotnet-sdk-3.1.116-x64.deb"},{"package":"dotnet-host","version":"5.0.12-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":233,"maintainer":".NET Team ","description":"Microsoft .NET Host - 5.0.12","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"4f058e88012bda709259371aad36f8c8e51494835dd43b09ba3acc8094c1a3cb","size":52552,"filename":"pool/main/d/dotnet-host/dotnet-host-5.0.12-x64.deb"},{"package":"dotnet-runtime-6.0","version":"6.0.16-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68444,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Runtime 6.0.16","homepage":"https://github.com/dotnet/core","depends":"dotnet-hostfxr-6.0 (>= 6.0.16), dotnet-runtime-deps-6.0 (>= 6.0.16)","sha256":"c61139846f6ab095ef9b3476feaf955eb82042525da39bc512d8eda7134f8c6b","size":22707182,"filename":"pool/main/d/dotnet-runtime-6.0/dotnet-runtime-6.0.16-x64.deb"},{"package":"dotnet-runtime-7.0","version":"7.0.5-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":70820,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Runtime 7.0.5","homepage":"https://github.com/dotnet/core","depends":"dotnet-runtime-deps-7.0 (>= 7.0.5), dotnet-hostfxr-7.0 (>= 7.0.5)","sha256":"6fad7162dbcf639ebe9609c6b4ae4167dc0488ae7c0581a6c322c007259cffa3","size":23193486,"filename":"pool/main/d/dotnet-runtime-7.0/dotnet-runtime-7.0.5-x64.deb"},{"package":"aspnetcore-runtime-2.1","version":"2.1.20-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":71044,"maintainer":"Microsoft ","description":"Microsoft ASP.NET Core 2.1.20 Shared Framework","homepage":"https://www.asp.net/","depends":"libc6 (>= 2.14), dotnet-runtime-2.1 (>= 2.1.20)","sha256":"ee7e20d382b444fad8299534c3133d27180af3cdfe4c82e401298e64bfde618b","size":21927704,"filename":"pool/main/a/aspnetcore-runtime-2.1/aspnetcore-runtime-2.1.20-x64.deb"},{"package":"dotnet-sdk-3.1","version":"3.1.202-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":175287,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 3.1.202","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6), dotnet-targeting-pack-3.1 (>= 3.1.0), netstandard-targeting-pack-2.1 (>= 2.1.0), dotnet-apphost-pack-3.1 (>= 3.1.4), aspnetcore-targeting-pack-3.1 (>= 3.1.3), dotnet-runtime-3.1 (>= 3.1.4), aspnetcore-runtime-3.1 (>= 3.1.4)","sha256":"c3b8a52fd632b2a4e36fd85f7bf106cd58237cfc098687df8a2312d4d8a46881","size":43432848,"filename":"pool/main/d/dotnet-sdk-3.1/dotnet-sdk-3.1.202-x64.deb"},{"package":"dotnet-runtime-3.1","version":"3.1.23-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":71232,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 3.1.23 Microsoft.NETCore.App 3.1.23","homepage":"https://dot.net/core","depends":"dotnet-hostfxr-3.1 (>= 3.1.23), dotnet-runtime-deps-3.1 (>= 3.1.23)","sha256":"fe6490d54339207c8f946b7f15d5770ec2d08ab37cc55d5c86da27bceb2943a1","size":21817076,"filename":"pool/main/d/dotnet-runtime-3.1/dotnet-runtime-3.1.23-x64.deb"},{"package":"dotnet-runtime-5.0","version":"5.0.9-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68328,"maintainer":".NET Team ","description":"Microsoft .NET Runtime - 5.0.9 Microsoft.NETCore.App 5.0.9","homepage":"https://dot.net/core","depends":"dotnet-runtime-deps-5.0 (>= 5.0.9), dotnet-hostfxr-5.0 (>= 5.0.9)","sha256":"f0a48fbfc02dec7912902ad28356d282212dc0b6f6823bdcca7d2579bd2296fd","size":21522292,"filename":"pool/main/d/dotnet-runtime-5.0/dotnet-runtime-5.0.9-x64.deb"},{"package":"apt-transport-https-sas","version":"0.9-4","architecture":"amd64","section":"admin","priority":"optional","installed_size":48,"maintainer":"Skype Core Services Ops ","description":"SAS (Secure Access Signature) token authentication support for","depends":"python2.7-minimal, python3, apt-transport-https","sha256":"839c820fdbf60e2ef630c5444ed52b172cc6e51380ed2e84f0e5c49784ecdd74","size":12482,"filename":"pool/main/a/apt-transport-https-sas/apt-transport-https-sas_0.9-4_amd64.deb"},{"package":"dotnet-sdk-3.1","version":"3.1.107-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":175200,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 3.1.107","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.6), dotnet-targeting-pack-3.1 (>= 3.1.0), netstandard-targeting-pack-2.1 (>= 2.1.0), dotnet-apphost-pack-3.1 (>= 3.1.7), aspnetcore-targeting-pack-3.1 (>= 3.1.3), dotnet-runtime-3.1 (>= 3.1.7), aspnetcore-runtime-3.1 (>= 3.1.7)","sha256":"c78a136dc95f35e7c59d83287185421b8b537ee49bd150312e32c462f463b726","size":43694236,"filename":"pool/main/d/dotnet-sdk-3.1/dotnet-sdk-3.1.107-x64.deb"},{"package":"aspnetcore-runtime-7.0","version":"7.0.13-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":21370,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-7.0 (>= 7.0.13)","sha256":"8dc6bd1555aa8cab7b1e37434a8ba49e24c1d427cf8cdae4203c3a72f901979e","size":7064190,"filename":"pool/main/a/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0_7.0.13-1_amd64.deb"},{"package":"dotnet-runtime-2.1","version":"2.1.29-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68171,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 2.1.29 Microsoft.NETCore.App 2.1.29","homepage":"https://dot.net/core","depends":"dotnet-runtime-deps-2.1 (>= 2.1.29), dotnet-hostfxr-2.1 (>= 2.1.29)","sha256":"f6d4a92499646860af596f86a0a4cf4319887149bdbf09807d0cf6a1e0aa56bb","size":20506622,"filename":"pool/main/d/dotnet-runtime-2.1/dotnet-runtime-2.1.29-x64.deb"},{"package":"dotnet-sdk-5.0","version":"5.0.211-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":222064,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 5.0.211","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.4.0), dotnet-runtime-5.0 (>= 5.0.14), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-5.0 (>= 5.0.14), dotnet-targeting-pack-5.0 (>= 5.0.0), aspnetcore-targeting-pack-5.0 (>= 5.0.0), dotnet-apphost-pack-5.0 (>= 5.0.14)","sha256":"ca310e5c489a53cd12cd5e00535269572d5cb7443dd242eab568629553c1a1d0","size":57090632,"filename":"pool/main/d/dotnet-sdk-5.0/dotnet-sdk-5.0.211-x64.deb"},{"package":"aspnetcore-runtime-3.1","version":"3.1.23-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":17499,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/aspnet/AspNetCore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-3.1 (>= 3.1.23)","sha256":"968b3d4a4417eaa5820cd2ac8c4ec35e0b6d67e1efb996461644efa175b2567a","size":5771268,"filename":"pool/main/a/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.23-x64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.203-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":319917,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.203","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.5), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.5), dotnet-apphost-pack-6.0 (>= 6.0.5), dotnet-runtime-6.0 (>= 6.0.5), aspnetcore-targeting-pack-6.0 (>= 6.0.5)","sha256":"debc94f20bcb9123d2c3bd8c369049d8af2858791da3a114c953786da442c1a2","size":80517208,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0.203-x64.deb"},{"package":"dotnet-runtime-deps-3.1","version":"3.1.9-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Core Team ","description":"dotnet-runtime-deps-3.1 3.1.9","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libc6, libicu | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"a5d634cb0d45f125a3760972b8b4accba973a18226083ee024e987860eeefe22","size":2672,"filename":"pool/main/d/dotnet-runtime-deps-3.1/dotnet-runtime-deps-3.1.9-x64.deb"},{"package":"dotnet-apphost-pack-7.0","version":"7.0.13-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":11281,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Host 7.0.13","homepage":"https://github.com/dotnet/core","sha256":"5425475e280b41cdc55df0a2dca006cc0c88c1b2d86662a0c487091e375b435c","size":3523526,"filename":"pool/main/d/dotnet-apphost-pack-7.0/dotnet-apphost-pack-7.0_7.0.13-1_amd64.deb"},{"package":"procdump","version":"1.2-359","architecture":"amd64","section":"devel","priority":"optional","installed_size":292,"maintainer":"OSS Tooling Dev Team ","description":"Sysinternals process dump utility","homepage":"https://github.com/Microsoft/ProcDump-for-Linux","depends":"gdb (>= 7.6.1), libc6","sha256":"3499e3c5ec87145fd656dadb03e6ed9ecf200453f83c6bfe6d2d73572e74e7c3","size":95620,"filename":"pool/main/p/procdump/procdump_1.2-359_amd64.deb"},{"package":"azcmagent","version":"0.10.20195.006","architecture":"amd64","maintainer":"Azure Connected Machine Agent ","description":"Azure Connected Machine Agent","depends":"curl","package_type":"deb","sha256":"4e559522e0c89907e55a576508ec1f76fa15fcf9c93d25c015f92c9fdde6cb21","size":34075864,"filename":"pool/main/a/azcmagent/azcmagent_0.10.20195.006_amd64.deb"},{"package":"mdatp","version":"101.98.30","architecture":"amd64","section":"devel","priority":"optional","installed_size":305838,"maintainer":"Microsoft Defender Group ","description":"Microsoft Defender (Production)","depends":"libc6 (>= 2.23), uuid-runtime, auditd, mde-netfilter","sha256":"dfec95ca4abf684f6818ad812a68cb324660a8207b5d269029b188e18a6a1afd","size":119529588,"filename":"pool/main/m/mdatp/mdatp_101.98.30.amd64.deb"},{"package":"aspnetcore-runtime-6.0","version":"6.0.20-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":19885,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-6.0 (>= 6.0.20)","sha256":"843d5b35e21303e2e9575436c5b4c59e7795186dd4a8759eada1cf23cecb6c6d","size":6613502,"filename":"pool/main/a/aspnetcore-runtime-6.0/aspnetcore-runtime-6.0.20-x64.deb"},{"package":"open-enclave","version":"0.19.3","architecture":"amd64","section":"devel","priority":"optional","installed_size":191645,"maintainer":"oesdk@lists.confidentialcomputing.io","description":"Open Enclave SDK","depends":"libsgx-enclave-common (>=2.3.100.46354-1), libsgx-dcap-ql (>=1.0.100.46460-1.0)","recommends":"pkg-config","sha256":"e6a14e318f264a02f26a872c2e0c2549b0081075de95b0cde221b438a1f90a37","size":54509148,"filename":"pool/main/o/open-enclave/Ubuntu_2004_open-enclave_0.19.3_amd64.deb"},{"package":"aspnetcore-runtime-2.1","version":"2.1.21-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":71080,"maintainer":"Microsoft ","description":"Microsoft ASP.NET Core 2.1.21 Shared Framework","homepage":"https://www.asp.net/","depends":"libc6 (>= 2.14), dotnet-runtime-2.1 (>= 2.1.21)","sha256":"a95ab0fba4b44a70f83d9430731fdd4e33fb7b25b044c301d6db22ce2db50fed","size":21919612,"filename":"pool/main/a/aspnetcore-runtime-2.1/aspnetcore-runtime-2.1.21-x64.deb"},{"package":"defender-iot-micro-agent","version":"4.2.6","architecture":"amd64","priority":"optional","essential":"no","maintainer":"Microsoft","description":"Microsoft Defender for IoT Micro Agent","conflicts":"defender-iot-micro-agent-edge","depends":"libuv1, curl, libssl1.1, uuid-runtime, sudo, libpcap0.8, dmidecode","sha256":"fafcef4bf72ce0f1e04f2a7ec0e81007e608ab5634aaca0798f307b44165f66e","size":499544,"filename":"pool/main/d/defender-iot-micro-agent/defenderiot-ubuntu-20.04-amd64-4.2.6.deb"},{"package":"aspnetcore-runtime-6.0","version":"6.0.3-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":19838,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-6.0 (>= 6.0.3)","sha256":"c6f2932646657fc4ba8921d7668e462883a5231dfb7875bf3e4a209aaafbf2c0","size":6601416,"filename":"pool/main/a/aspnetcore-runtime-6.0/aspnetcore-runtime-6.0.3-x64.deb"},{"package":"dotnet-host","version":"2.1.18-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":175,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 2.1.18","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"49d4d28af9f1f097b60da2b8518d54729703542556840a988fdb188cdf9a278c","size":36650,"filename":"pool/main/d/dotnet-host/dotnet-host-2.1.18-x64.deb"},{"package":"apt-transport-https-sas","version":"0.9-2","architecture":"amd64","section":"admin","priority":"optional","installed_size":48,"maintainer":"Skype Core Services Ops ","description":"SAS (Secure Access Signature) token authentication support for","depends":"apt-transport-https","sha256":"0cfe901ab94e9795ee5ef62180dee5192053bc6f132126e40f621b273f545762","size":12264,"filename":"pool/main/a/apt-transport-https-sas/apt-transport-https-sas_0.9-2_amd64.deb"},{"package":"dotnet-host","version":"3.1.9-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":146,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.9","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"8a635a0abb40c0ddcc6ea2cf3e932a4b529360d0a1cda10a01e5b5fe36007436","size":32906,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.9-x64.deb"},{"package":"azure-functions-core-tools","version":"4.0.5390-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"4264cfb88a9565f15594d8b54ec57bda33e06684acd8d5c9d3081ceb5089e750","size":157254364,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_4.0.5390-1.deb"},{"package":"powershell","version":"7.2.5-1.deb","architecture":"amd64","section":"shells","priority":"extra","installed_size":186998,"maintainer":"PowerShell Team ","description":"PowerShell is an automation and configuration management platform.","homepage":"https://microsoft.com/powershell","depends":"libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl3|libssl1.1|libssl1.0.2|libssl1.0.0","vendor":"Microsoft Corporation","license":"MIT License","sha256":"9132d97fea77d5a8de56b5801b7579bdc1ce669dae084295ddae6b43cf5a3fdb","size":69382904,"filename":"pool/main/p/powershell/powershell_7.2.5-1.deb_amd64.deb"},{"package":"procdump","version":"1.4-13733","architecture":"amd64","section":"devel","priority":"optional","installed_size":11065,"maintainer":"OSS Tooling Dev Team ","description":"Sysinternals process dump utility","homepage":"https://github.com/Microsoft/ProcDump-for-Linux","depends":"gdb (>= 7.6.1), libc6","sha256":"459930388ecacd1df86996b86fe3c52a714a3a4f9eecd62d594e6e92eb83ec4d","size":1646306,"filename":"pool/main/p/procdump/procdump_1.4-13733_amd64.deb"},{"package":"mdatp","version":"101.80.97","architecture":"amd64","section":"devel","priority":"optional","installed_size":278033,"maintainer":"Microsoft Defender Group ","description":"Microsoft Defender (Production)","depends":"curl (>= 7.5), libseccomp2, libuuid1, libatomic1, libc6 (>= 2.23), uuid-runtime, dmidecode, auditd, libselinux1, libfuse2, mde-netfilter","sha256":"28535a2926aaddaa715cd559ab06e1db9d70546e355c6c8b57ab9de58feac2f3","size":112232294,"filename":"pool/main/m/mdatp/mdatp_101.80.97.amd64.deb"},{"package":"moby-engine","version":"19.03.12+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":103373,"maintainer":"Microsoft ","description":"Docker container platform (engine package)","homepage":"https://github.com/moby/moby","conflicts":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"moby-containerd (>= 1.2), moby-runc (>= 1.0.0~rc10), libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.97), libseccomp2 (>= 2.1.0)","recommends":"apparmor, ca-certificates, iptables, kmod, moby-cli, pigz, xz-utils","suggests":"aufs-tools, cgroupfs-mount | cgroup-lite, git","replaces":"docker, docker-ce, docker-ee, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"d9802f061fd24ef6df5db7c64173525b197a084ff982e6fbf2d6ba4fea047f24","size":22479456,"filename":"pool/main/m/moby-engine/moby-engine_19.03.12+azure-1_amd64.deb"},{"package":"servicefabric","version":"9.0.1035.1","architecture":"amd64","section":"base","priority":"optional","maintainer":"ServiceFabric Maintainer ","description":"Service Fabric","depends":"lttng-tools, lttng-modules-dkms, liblttng-ust0, openssh-server, sshpass, members, libunwind8, libib-util, acl, libssh2-1, nodejs, npm, atop, dotnet-runtime-3.1, cgroup-tools, ebtables, libelf-dev, zulu-8-azure-jdk, software-properties-common, curl","sha256":"6011d41e8e1db082d711d80b98eb923db9ae2bd81b75a7b8951a32b572b7e6d9","size":226516056,"filename":"pool/main/s/servicefabric/servicefabric_9.0.1035.1.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.309-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":331328,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.309","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.14), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.14), dotnet-apphost-pack-6.0 (>= 6.0.14), dotnet-runtime-6.0 (>= 6.0.14), aspnetcore-targeting-pack-6.0 (>= 6.0.14)","sha256":"1b15ae59bf908d402771e5f04ce49a9e1e79e56efbbf37f51e44ae85e4fe5775","size":85106134,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0.309-x64.deb"},{"package":"moby-runc","version":"1.0.1+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":20366,"maintainer":"Microsoft ","description":"CLI tool for spawning and running containers according to the OCI specification","homepage":"https://github.com/opencontainers/runc","conflicts":"moby-engine (<= 3.0.10), runc","depends":"libc6 (>= 2.14), libseccomp2 (>= 2.4.1)","suggests":"moby-containerd","provides":"runc","replaces":"runc","sha256":"60f4a66821abb4c6bdccd3303ee8016572acd3ced6232beb0ab8892dbb9f39fa","size":6695040,"filename":"pool/main/m/moby-runc/moby-runc_1.0.1+azure-1_amd64.deb"},{"package":"mssql-mlservices-packages-py","version":"9.4.7.958","architecture":"amd64","section":"devel","priority":"optional","installed_size":1166747,"maintainer":"Microsoft Data Platform Group ","description":"Python packages for Microsoft SQL Server Machine Learning Services (Minimal install). Provides revoscalepy and microsoftml. Excludes pre-trained models","depends":"mssql-mlservices-python, libgomp1, microsoft-openmpi (>=3.0.0), mssql-server-extensibility (>=15.0.2000), zip, unzip","sha256":"758899dc2be1d7b359e459d3017ba4c3943fed31a8cdf51159c0029dd84b472d","size":391350996,"filename":"pool/main/m/mssql-mlservices-packages-py/mssql-mlservices-packages-py_9.4.7.958_amd64.deb"},{"package":"dotnet-sdk-2.1","version":"2.1.523-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":228602,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 2.1.523","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.8), dotnet-runtime-2.1 (>= 2.1.27), aspnetcore-runtime-2.1 (>= 2.1.27)","sha256":"de54ae0983b981fa5ce72bd6d670ae23104b789bffec79ee2cbad1bd415f29c7","size":89337968,"filename":"pool/main/d/dotnet-sdk-2.1/dotnet-sdk-2.1.523-x64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.411-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":337371,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.411","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.19), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.19), dotnet-apphost-pack-6.0 (>= 6.0.19), dotnet-runtime-6.0 (>= 6.0.19), aspnetcore-targeting-pack-6.0 (>= 6.0.19)","sha256":"84f679ab43f1a1f9a9c55801fc7b8be18159b4d39a25e4cdb6e79df3ee4eea05","size":86793590,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0.411-x64.deb"},{"package":"libmsquic","version":"2.2.1","architecture":"amd64","section":"default","priority":"optional","installed_size":17370,"maintainer":"Microsoft QUIC Team ","description":"Microsoft implementation of the IETF QUIC protocol","homepage":"https://github.com/microsoft/msquic","conflicts":"libmsquic-debug","depends":"libssl1.1","provides":"libmsquic","vendor":"Microsoft","license":"MIT","sha256":"75ff0c9d79a479a06b4639e59143eed78f6278e04f502c682732e26c0bd739ae","size":4564454,"filename":"pool/main/libm/libmsquic/libmsquic_2.2.1_amd64.deb"},{"package":"msopenjdk-21","version":"21.0.1-1","architecture":"amd64","section":"java","priority":"optional","installed_size":352673,"maintainer":"Microsoft Package Maintainers ","description":"Microsoft Build of OpenJDK 21","depends":"ca-certificates, java-common, libc6, zlib1g","recommends":"libasound2, libx11-6, libfontconfig1, libfreetype6, libxext6, libxi6, libxrender1, libxtst6, fonts-dejavu-core, fonts-dejavu-extra","provides":"java-compiler, java-runtime, java-runtime-headless, java-sdk, java-sdk-headless, java10-runtime, java10-runtime-headless, java10-sdk, java10-sdk-headless, java11-runtime, java11-runtime-headless, java11-sdk, java11-sdk-headless, java12-runtime, java12-runtime-headless, java12-sdk, java12-sdk-headless, java13-runtime, java13-runtime-headless, java13-sdk, java13-sdk-headless, java14-runtime, java14-runtime-headless, java14-sdk, java14-sdk-headless, java15-runtime, java15-runtime-headless, java15-sdk, java15-sdk-headless, java16-runtime, java16-runtime-headless, java16-sdk, java16-sdk-headless, java17-runtime, java17-runtime-headless, java17-sdk, java17-sdk-headless, java18-runtime, java18-runtime-headless, java18-sdk, java18-sdk-headless, java19-runtime, java19-runtime-headless, java19-sdk, java19-sdk-headless, java2-runtime, java2-runtime-headless, java2-sdk, java2-sdk-headless, java20-runtime, java20-runtime-headless, java20-sdk, java20-sdk-headless, java21-runtime, java21-runtime-headless, java21-sdk, java21-sdk-headless, java5-runtime, java5-runtime-headless, java5-sdk, java5-sdk-headless, java6-runtime, java6-runtime-headless, java6-sdk, java6-sdk-headless, java7-runtime, java7-runtime-headless, java7-sdk, java7-sdk-headless, java8-runtime, java8-runtime-headless, java8-sdk, java8-sdk-headless, java9-runtime, java9-runtime-headless, java9-sdk, java9-sdk-headless","sha256":"5fb5615e574cabaf0dd699797e738034523810d46b15a811ddec67b029d40744","size":176352102,"filename":"pool/main/m/msopenjdk-21/msopenjdk-21_21.0.1-1_amd64.deb"},{"package":"dotnet-runtime-3.1","version":"3.1.8-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":71101,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 3.1.8 Microsoft.NETCore.App 3.1.8","homepage":"https://dot.net/core","depends":"dotnet-hostfxr-3.1 (>= 3.1.8), dotnet-runtime-deps-3.1 (>= 3.1.8)","sha256":"58b750cac76d6e553d55731f03cc484a0f74e1539c86b8d4c1f4361a9a90436b","size":21765344,"filename":"pool/main/d/dotnet-runtime-3.1/dotnet-runtime-3.1.8-x64.deb"},{"package":"dotnet-apphost-pack-3.1","version":"3.1.18-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":214,"maintainer":".NET Core Team ","description":"Microsoft.NETCore.App.Host 3.1.18","homepage":"https://github.com/dotnet/core","sha256":"6bbac63b66f8b3b0cee25d7e0a952f29723bab86f44184cc58d8e7ea05672897","size":41912,"filename":"pool/main/d/dotnet-apphost-pack-3.1/dotnet-apphost-pack-3.1.18-x64.deb"},{"package":"azcmagent","version":"1.4.21070.006","architecture":"amd64","maintainer":"Azure Connected Machine Agent ","description":"Azure Connected Machine Agent","depends":"curl","package_type":"deb","sha256":"bb4843d9264533220d1ee8d13edfdec5f639257cdcb8152dbcddf60b07045bf4","size":18061030,"filename":"pool/main/a/azcmagent/azcmagent_1.4.21070.006_amd64.deb"},{"package":"moby-cli","version":"19.03.11+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":83545,"maintainer":"Microsoft ","description":"Docker container platform (client package)","homepage":"https://github.com/docker/cli","conflicts":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"libc6 (>= 2.4)","recommends":"ca-certificates, git, moby-buildx, moby-engine, pigz, xz-utils","replaces":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"a4d0f91e818dacdb189bbf923a2f1ea393c061e43b32bc0fc916aed5c571efb8","size":16420708,"filename":"pool/main/m/moby-cli/moby-cli_19.03.11+azure-1_amd64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.123-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":314394,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.123","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.23), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.23), dotnet-apphost-pack-6.0 (>= 6.0.23), dotnet-runtime-6.0 (>= 6.0.23), aspnetcore-targeting-pack-6.0 (>= 6.0.23)","sha256":"5ddc3e6e75eb51c2310082120b0bf93c960fbba747869b392df4989ebc8410e3","size":78945110,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0_6.0.123-1_amd64.deb"},{"package":"moby-containerd","version":"1.4.9+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":120054,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), moby-runc (>= 1.0.0~rc10)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"2291a34f3f8f15c17fbef62e1412c2ded8178608d09a8441fbd65a1f4cb5301e","size":26994720,"filename":"pool/main/m/moby-containerd/moby-containerd_1.4.9+azure-1_amd64.deb"},{"package":"moby-cli","version":"20.10.9+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":60990,"maintainer":"Microsoft ","description":"Docker container platform (client package)","homepage":"https://github.com/docker/cli","conflicts":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"libc6 (>= 2.4)","recommends":"ca-certificates, git, moby-buildx, pigz, xz-utils","suggests":"moby-engine","replaces":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"40e5dc44634227b722c8f5d25c7a8e5675a198a9e9befc1e7d646f45ae37677c","size":10587520,"filename":"pool/main/m/moby-cli/moby-cli_20.10.9+azure-1_amd64.deb"},{"package":"dotnet-runtime-deps-6.0","version":"6.0.12-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Team ","description":"dotnet-runtime-deps-debian 6.0.12","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, libssl1.0.0 | libssl1.0.2 | libssl1.1 | libssl3, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"b204c9015fcc56ba8397286a2ec440964c498b65fa9ef83effe64d64a782c29e","size":2800,"filename":"pool/main/d/dotnet-runtime-deps-6.0/dotnet-runtime-deps-6.0.12-x64.deb"},{"package":"sysmonforlinux","version":"1.1.1","architecture":"amd64","installed_size":58934,"maintainer":"Sysinternals ","description":"A system monitor based on eBPF, ported from Windows, that outputs events to Syslog","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5), libxml2 (>= 2.7.4), sysinternalsebpf (>= 1.1.1)","sha256":"da5104110392ea4362980b2a4794f71c3b99fc37372df645193ba73d68e3243e","size":1530018,"filename":"pool/main/s/sysmonforlinux/sysmonforlinux_1.1.1-0_amd64.deb"},{"package":"moby-cli","version":"20.10.8+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":60990,"maintainer":"Microsoft ","description":"Docker container platform (client package)","homepage":"https://github.com/docker/cli","conflicts":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"libc6 (>= 2.4)","recommends":"ca-certificates, git, moby-buildx, pigz, xz-utils","suggests":"moby-engine","replaces":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"fafc180e60330284cb8058dda081a563238121aeaaa686ed3dee211a3cd01eda","size":10587576,"filename":"pool/main/m/moby-cli/moby-cli_20.10.8+azure-1_amd64.deb"},{"package":"moby-containerd","version":"1.3.9+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":126931,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"libc6 (>= 2.4), libseccomp2 (>= 2.4.1), moby-runc (>= 1.0.0~rc10)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"84c208d774bd93f4b35567359fe4ac51b52aba7861b4b426f58c014818b219c5","size":27658608,"filename":"pool/main/m/moby-containerd/moby-containerd_1.3.9+azure-1_amd64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.115-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":313863,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.115","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.15), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.15), dotnet-apphost-pack-6.0 (>= 6.0.15), dotnet-runtime-6.0 (>= 6.0.15), aspnetcore-targeting-pack-6.0 (>= 6.0.15)","sha256":"75839c38082c6a12f50210010f3db9c1c7570853664b5ae31806835b12e4936e","size":78668378,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0.115-x64.deb"},{"package":"moby-containerd","version":"1.4.8+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":120026,"maintainer":"Microsoft ","description":"industry-standard container runtime","system":"image transfer and storage, container execution and supervision,","homepage":"https://github.com/containerd/containerd","conflicts":"containerd, containerd.io, moby-engine (<= 3.0.12)","depends":"init-system-helpers (>= 1.18~), libc6 (>= 2.4), moby-runc (>= 1.0.0~rc10)","recommends":"ca-certificates","provides":"containerd, containerd.io","replaces":"containerd, containerd.io","sha256":"5f8a73e8b1dd7ef167b85fe8778d3879ed0cb76c7493d89bfc286e8c03a1cbd7","size":27328778,"filename":"pool/main/m/moby-containerd/moby-containerd_1.4.8+azure-1_amd64.deb"},{"package":"dotnet-apphost-pack-6.0","version":"6.0.20-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":11071,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Host 6.0.20","homepage":"https://github.com/dotnet/core","sha256":"758f26010760cd1b7e36aaeb4c04903d1b6f0544809e5c2d2b302d130a5d553a","size":3523928,"filename":"pool/main/d/dotnet-apphost-pack-6.0/dotnet-apphost-pack-6.0.20-x64.deb"},{"package":"azure-functions-core-tools-4","version":"4.0.4895-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"eb256873e4cc87bc58d309da546fa07c13fb3b979437a3da2036cbce0cb4f1e4","size":158763596,"filename":"pool/main/a/azure-functions-core-tools-4/azure-functions-core-tools-4_4.0.4895-1.deb"},{"package":"dotnet-sdk-2.1","version":"2.1.516-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":229026,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 2.1.516","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.8), dotnet-runtime-2.1 (>= 2.1.20), aspnetcore-runtime-2.1 (>= 2.1.20)","sha256":"39e874bcdef1e41b7f8ed6f9747d4b9422fa29a4bea185934791b6b88d819cda","size":88800084,"filename":"pool/main/d/dotnet-sdk-2.1/dotnet-sdk-2.1.516-x64.deb"},{"package":"dotnet-hostfxr-3.1","version":"3.1.28-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":408,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host FX Resolver - 3.1.28 3.1.28","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 3.1.28), libc6","sha256":"9e32978def8d2974dd8e1884e0661fd89a66923ae40d8afa8e88ec5a804f3b55","size":120692,"filename":"pool/main/d/dotnet-hostfxr-3.1/dotnet-hostfxr-3.1.28-x64.deb"},{"package":"open-enclave-hostverify","version":"0.18.4","architecture":"amd64","section":"devel","priority":"optional","installed_size":3125,"maintainer":"oesdk@lists.confidentialcomputing.io","description":"Open Enclave Report Verification Host Library","recommends":"pkg-config","sha256":"fcf42631731b58d2c9017fde53ff7c1f5cc24013f264e2484e5c9fcad000dbc1","size":853504,"filename":"pool/main/o/open-enclave-hostverify/Ubuntu_2004_open-enclave-hostverify_0.18.4_amd64.deb"},{"package":"dotnet-sdk-2.1","version":"2.1.514-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":228764,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 2.1.514","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.8), dotnet-runtime-2.1 (>= 2.1.18), aspnetcore-runtime-2.1 (>= 2.1.18)","sha256":"fc29ebc3fc802213fae488f6b19c26b288e4c2dcf678d52ab05a255cfff9a7f3","size":89261598,"filename":"pool/main/d/dotnet-sdk-2.1/dotnet-sdk-2.1.514-x64.deb"},{"package":"sysmonforlinux","version":"1.3.1","architecture":"amd64","installed_size":58934,"maintainer":"Sysinternals ","description":"A system monitor based on eBPF, ported from Windows, that outputs events to Syslog","depends":"libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5), libxml2 (>= 2.7.4), libssl-dev, sysinternalsebpf (>= 1.2.0)","sha256":"7f12efadf7332ca8cf6f84980b4dab8947b35e57e4ea159b757678da4c685cce","size":3204094,"filename":"pool/main/s/sysmonforlinux/sysmonforlinux_1.3.1_amd64.deb"},{"package":"aspnetcore-targeting-pack-3.1","version":"3.1.3-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":8998,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/aspnet/AspNetCore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-targeting-pack-3.1 (>= 3.1.0)","sha256":"e46789887409f1c15a58e15de83dcb4ab0ee0d85bf43b7eed26c95164173615b","size":949024,"filename":"pool/main/a/aspnetcore-targeting-pack-3.1/aspnetcore-targeting-pack-3.1.3.deb"},{"package":"dotnet-hostfxr-7.0","version":"7.0.1-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":424,"maintainer":".NET Team ","description":"Microsoft .NET Host FX Resolver - 7.0.1","homepage":"https://github.com/dotnet/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 7.0.1), libc6","sha256":"4bca2d54df5756f1b361876940374502d13bd7f6a282080e8479cb44f2bd2aae","size":143974,"filename":"pool/main/d/dotnet-hostfxr-7.0/dotnet-hostfxr-7.0.1-x64.deb"},{"package":"aspnetcore-runtime-5.0","version":"5.0.12-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":18552,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-runtime-5.0 (>= 5.0.12)","sha256":"42f106527e3629dcb4ad94c463f7b4fbec07587d3899b9f3629f2eb975611792","size":6084640,"filename":"pool/main/a/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.12-x64.deb"},{"package":"dotnet-runtime-deps-3.1","version":"3.1.17-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":26,"maintainer":".NET Core Team ","description":"dotnet-runtime-deps-3.1 3.1.17","homepage":"https://dot.net/core","depends":"libgcc1, libssl1.0.0 | libssl1.0.2 | libssl1.1, libicu | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52, libc6, zlib1g, libstdc++6, libgssapi-krb5-2","sha256":"c95488e066f938e6293333142d9d28246393ab388e8132ec0a131448ba322973","size":2688,"filename":"pool/main/d/dotnet-runtime-deps-3.1/dotnet-runtime-deps-3.1.17-x64.deb"},{"package":"dotnet-sdk-7.0","version":"7.0.309-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":367144,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 7.0.309","homepage":"https://github.com/dotnet/core","depends":"aspnetcore-targeting-pack-7.0 (>= 7.0.12), netstandard-targeting-pack-2.1 (>= 2.1.0), dotnet-apphost-pack-7.0 (>= 7.0.12), dotnet-runtime-7.0 (>= 7.0.12), dotnet-targeting-pack-7.0 (>= 7.0.12), aspnetcore-runtime-7.0 (>= 7.0.12)","sha256":"f3a9e3fe50a489fed2d245de896f015ddad0bccd8de94f7fc471711327e272fc","size":96629046,"filename":"pool/main/d/dotnet-sdk-7.0/dotnet-sdk-7.0_7.0.309-1_amd64.deb"},{"package":"azure-functions-core-tools","version":"4.0.5312-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v4","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools-2, azure-functions-core-tools-3","replaces":"azure-functions-core-tools-2, azure-functions-core-tools-3","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"3976d4e13d7479b7a9768adadb6ed39a8ae039f6e6a6feff7f9fee3f24cfb08b","size":156787220,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_4.0.5312-1.deb"},{"package":"dotnet-host","version":"2.1.21-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":175,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 2.1.21","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"11057d665df8116673ac80ca53ba4a9a3269bfa6ed388fa2b4fdb19137419acc","size":36516,"filename":"pool/main/d/dotnet-host/dotnet-host-2.1.21-x64.deb"},{"package":"dotnet-sdk-6.0","version":"6.0.201-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":319710,"maintainer":"Microsoft ","description":"Microsoft .NET SDK 6.0.201","homepage":"https://github.com/dotnet/core","depends":"dotnet-targeting-pack-6.0 (>= 6.0.3), netstandard-targeting-pack-2.1 (>= 2.1.0), aspnetcore-runtime-6.0 (>= 6.0.3), dotnet-apphost-pack-6.0 (>= 6.0.3), dotnet-runtime-6.0 (>= 6.0.3), aspnetcore-targeting-pack-6.0 (>= 6.0.3)","sha256":"548e27d4c5b6560f91a13debf2e6337d1c6fa4f7640edf457b4262693adc056a","size":80538626,"filename":"pool/main/d/dotnet-sdk-6.0/dotnet-sdk-6.0.201-x64.deb"},{"package":"azure-ai-vision-dev-image-analysis","version":"0.15.1~beta.1","architecture":"amd64","section":"devel","priority":"optional","installed_size":514,"maintainer":"vision-sdk@microsoft.com","description":"Azure AI Vision Image Analysis Developer Package","depends":"azure-ai-vision-dev-common (= 0.15.1~beta.1), azure-ai-vision-runtime-image-analysis (= 0.15.1~beta.1)","sha256":"debc3c3de7c09b9cc825fcdc157e74b7a1d436c8f294cd3afe766a114836f675","size":80022,"filename":"pool/main/a/azure-ai-vision-dev-image-analysis/azure-ai-vision-dev-image-analysis-0.15.1~beta.1-Linux.deb"},{"package":"iotedge","version":"1.1.9-1","architecture":"amd64","section":"admin","priority":"extra","installed_size":21774,"maintainer":"Azure IoT Edge Devs","description":"Azure IoT Edge Security Daemon","homepage":"https://github.com/azure/iotedge","depends":"libc6 (>= 2.18), libgcc-s1 (>= 4.2), libssl1.1 (>= 1.1.0), adduser, ca-certificates, hostname, libiothsm-std (= 1.1.9-1), sed","sha256":"fbda5dcebc6c8b304b635fb5bc1dad31a29c58ff904da74077f77477ef065f52","size":5205412,"filename":"pool/main/i/iotedge/iotedge_1.1.9-1_amd64.deb"},{"package":"aadlogin-selinux","version":"1.0.015090003","architecture":"amd64","section":"utils","priority":"optional","maintainer":"Yancho Yanev ","description":"Selinux configuration for aadlogin NSS and PAM extensions.","depends":"policycoreutils (>=3.0-1), selinux-utils, selinux-policy-default","sha256":"17e137e6afeb1ecec0f417dfad45ebbc04b5ef0f5eafec995e9972e5abffae0d","size":10214,"filename":"pool/main/a/aadlogin-selinux/aadlogin-selinux_1.0.015090003_amd64.deb"},{"package":"dotnet-apphost-pack-3.1","version":"3.1.26-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":214,"maintainer":".NET Core Team ","description":"Microsoft.NETCore.App.Host 3.1.26","homepage":"https://github.com/dotnet/core","sha256":"186548e9c722eebb8317a826fb1dcccf1a402e33f086d7f88b7695bb155c1f22","size":42036,"filename":"pool/main/d/dotnet-apphost-pack-3.1/dotnet-apphost-pack-3.1.26-x64.deb"},{"package":"mdatp","version":"101.34.27","architecture":"amd64","section":"devel","priority":"optional","installed_size":149583,"maintainer":"Microsoft Defender ATP Group ","description":"Microsoft Defender Advanced Threat Protection for Endpoints (Production)","depends":"curl (>= 7.5), libseccomp2, libuuid1, libatomic1, libc6 (>= 2.23), python3, uuid-runtime, dmidecode, auditd, libselinux1","sha256":"c74f1485c2c1741190b1b7159077b1dc88ea023d2be967f62cd60da0e151dde8","size":44125452,"filename":"pool/main/m/mdatp/mdatp_101.34.27.amd64.deb"},{"package":"powershell-preview","version":"7.2.0-preview.1-1.ubuntu.20.04","architecture":"amd64","section":"shells","priority":"extra","installed_size":174867,"maintainer":"PowerShell Team ","description":"PowerShell is an automation and configuration management platform.","homepage":"https://microsoft.com/powershell","depends":"libc6, libgcc1, libgssapi-krb5-2, liblttng-ust0, libstdc++6, zlib1g, libssl1.1, libicu66","vendor":"Microsoft Corporation","license":"MIT License","sha256":"f3d8ee4df9a80856a1dd968a1ea80e341c09a26eec7907a5cff825f234271280","size":68369482,"filename":"pool/main/p/powershell-preview/powershell-preview_7.2.0-preview.1-1.ubuntu.20.04_amd64.deb"},{"package":"omi","source":"omi","version":"1.6.8.1","architecture":"amd64","section":"utils","priority":"optional","installed_size":4824,"maintainer":"Microsoft Corporation","description":"Open Management Infrastructure","depends":"libc6 (>= 2.3.6), libpam-runtime (>= 0.79-3)","provides":"omi","sha256":"0fded967b3068f387c96304c3df40e4f1475654ce7e981eaee08aa0261a1e6ce","size":1861004,"filename":"pool/main/o/omi/omi-1.6.8-1.ssl_110.ulinux.x64.deb"},{"package":"aspnetcore-targeting-pack-6.0","version":"6.0.16-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":11745,"maintainer":"Microsoft ","description":"Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/aspnetcore). We happily accept issues and PRs.","homepage":"https://asp.net","depends":"dotnet-targeting-pack-6.0 (>= 6.0.16)","sha256":"bd8a0ae1102ed9e2ba317529c889024ac07fd0fd2a2a053e0af1938805ab35eb","size":1314134,"filename":"pool/main/a/aspnetcore-targeting-pack-6.0/aspnetcore-targeting-pack-6.0.16-x64.deb"},{"package":"dotnet-hostfxr-3.1","version":"3.1.20-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":408,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host FX Resolver - 3.1.20 3.1.20","homepage":"https://dot.net/core","depends":"libgcc1, libstdc++6, dotnet-host (>= 3.1.20), libc6","sha256":"568d44dc56ba8b9a1b9ed49699575f5bd9735adde91ce76f8a594185989e924a","size":120832,"filename":"pool/main/d/dotnet-hostfxr-3.1/dotnet-hostfxr-3.1.20-x64.deb"},{"package":"moby-cli","version":"20.10.7+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":70472,"maintainer":"Microsoft ","description":"Docker container platform (client package)","homepage":"https://github.com/docker/cli","conflicts":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"libc6 (>= 2.4)","recommends":"ca-certificates, git, moby-buildx, pigz, xz-utils","suggests":"moby-engine","replaces":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"94a944da36bf361996e26544e4173f0c068093d455b720caf5fac4447085f306","size":12147772,"filename":"pool/main/m/moby-cli/moby-cli_20.10.7+azure-1_amd64.deb"},{"package":"azure-functions-core-tools","version":"2.7.2628-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v2","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"43761ba143682b53b883675cd17a70bb7f89defa6162f7705354c603cb8284fe","size":152285560,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_2.7.2628-1.deb"},{"package":"omi","source":"omi","version":"1.6.10.2","architecture":"amd64","section":"utils","priority":"optional","installed_size":4820,"maintainer":"Microsoft Corporation","description":"Open Management Infrastructure","depends":"libc6 (>= 2.3.6), libpam-runtime (>= 0.79-3)","provides":"omi","sha256":"f724b1039e8ec0b382fdd69a5e753666e0f752b8b8fc8a4504e218dfc1e96c65","size":1884694,"filename":"pool/main/o/omi/omi-1.6.10-2.ssl_110.ulinux.x64.deb"},{"package":"powershell","version":"7.2.7-1.deb","architecture":"amd64","section":"shells","priority":"extra","installed_size":187019,"maintainer":"PowerShell Team ","description":"PowerShell is an automation and configuration management platform.","homepage":"https://microsoft.com/powershell","depends":"libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl3|libssl1.1|libssl1.0.2|libssl1.0.0","vendor":"Microsoft Corporation","license":"MIT License","sha256":"93612aa09171838e997c85b78f6fe42041fbc73741b9751f975b1e908d6e77f0","size":69457500,"filename":"pool/main/p/powershell/powershell_7.2.7-1.deb_amd64.deb"},{"package":"dotnet-host","version":"3.1.5-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":146,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Host - 3.1.5","homepage":"https://dot.net/core","conflicts":"dotnet, dotnet-nightly","depends":"libgcc1, libstdc++6, libc6","sha256":"8f39f88e19d93e296841c9a7a072ea4d8bd6855cce4278f5ba0a51aaf1508785","size":32768,"filename":"pool/main/d/dotnet-host/dotnet-host-3.1.5-x64.deb"},{"package":"moby-cli","version":"23.0.6+azure-ubuntu20.04u2","architecture":"amd64","section":"admin","priority":"optional","installed_size":35184,"maintainer":"Microsoft ","description":"Docker container platform (client package)","homepage":"https://github.com/docker/cli","conflicts":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","depends":"libc6 (>= 2.4)","recommends":"ca-certificates, git, moby-buildx, pigz, xz-utils","suggests":"moby-engine","replaces":"docker, docker-ce, docker-ce-cli, docker-ee, docker-ee-cli, docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package","sha256":"fafb6aac41b3af3df5bbc6652d16408b3c4349105c60f6ba9708a73898520447","size":13037282,"filename":"pool/main/m/moby-cli/moby-cli_23.0.6+azure-ubuntu20.04u2_amd64.deb"},{"package":"dotnet-targeting-pack-6.0","version":"6.0.10-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":27378,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Ref 6.0.10","homepage":"https://github.com/dotnet/core","sha256":"6c363e4748de6d674af31db7ba09cee89dae9c22636e883bd418225c08b64926","size":2127714,"filename":"pool/main/d/dotnet-targeting-pack-6.0/dotnet-targeting-pack-6.0.10-x64.deb"},{"package":"msft-identity-broker","source":"msft-identity-broker","version":"1.0.6","architecture":"amd64","section":"java","priority":"optional","installed_size":83681,"maintainer":"vsts","description":"msft-identity-broker","depends":"default-jre, systemd, dbus-session-bus, dbus-system-bus, gnome-keyring","sha256":"5523be2d7b0a502b34268f94b1c95d4a892500b1ab69a1ab0e9c9cafb7c62bbb","size":77280998,"filename":"pool/main/m/msft-identity-broker/msft-identity-broker_1.0.6_amd64.deb"},{"package":"mssql-server-sqliosim","version":"15.0.2000.173581-5","architecture":"amd64","section":"misc","priority":"extra","installed_size":688855,"maintainer":"Microsoft Data Platform Group ","description":"Microsoft SQL Server SQLIOSIM","depends":"libatomic1, libunwind8, libnuma1, libc6, adduser, libc++1, gdb, debconf, hostname, openssl (>= 1.0.1g), libgssapi-krb5-2, libsss-nss-idmap0, gawk, sed, libpam0g, libldap-2.4-2, libsasl2-2, libsasl2-modules-gssapi-mit, tzdata","sha256":"da98d84586f19a9ddce428f04a504b3afd2a78a546084ddb97be87261cb1b2cd","size":275507482,"filename":"pool/main/m/mssql-server-sqliosim/mssql-server-sqliosim_15.0.2000.173581-5_amd64.deb"},{"package":"azure-functions-core-tools-3","version":"3.0.4669-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v3","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"31e20c09d20ae7e532ba362411737b526cd08ad64ced422fa6ffb46285c243e3","size":227705672,"filename":"pool/main/a/azure-functions-core-tools-3/azure-functions-core-tools-3_3.0.4669-1.deb"},{"package":"mssql-tools18","version":"18.0.1.1-1","architecture":"amd64","section":"database","installed_size":0,"maintainer":"Microsoft SQL Tools Team ","description":"Tools for Microsoft(R) SQL Server(R)","depends":"libc6 (>= 2.19), libstdc++6 (>= 4.8.2), libkrb5-3, openssl, debconf (>= 0.5), msodbcsql18 (>= 18.0.0.0)","sha256":"4475bc79d1a909605846d351ed237631e7f09d33c0125d4dbbf265e72f79b9aa","size":211222,"filename":"pool/main/m/mssql-tools18/mssql-tools18_18.0.1.1-1_amd64.deb"},{"package":"dotnet-sdk-2.1","version":"2.1.521-1","architecture":"amd64","section":"devel","priority":"standard","installed_size":228520,"maintainer":"Microsoft ","description":"Microsoft .NET Core SDK 2.1.521","homepage":"https://dotnet.github.io/core","depends":"libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.8), dotnet-runtime-2.1 (>= 2.1.25), aspnetcore-runtime-2.1 (>= 2.1.25)","sha256":"a25df3dbd37b6290b8e135ee7990b2a4e71c80d45fcd93dabfede62846b41faa","size":89215248,"filename":"pool/main/d/dotnet-sdk-2.1/dotnet-sdk-2.1.521-x64.deb"},{"package":"dotnet-runtime-3.1","version":"3.1.7-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":71101,"maintainer":".NET Core Team ","description":"Microsoft .NET Core Runtime - 3.1.7 Microsoft.NETCore.App 3.1.7","homepage":"https://dot.net/core","depends":"dotnet-hostfxr-3.1 (>= 3.1.7), dotnet-runtime-deps-3.1 (>= 3.1.7)","sha256":"72280aa6efa11801c6122ac04d69743ef2d174c006b016e95dd7a5ff6cdbeca3","size":21784186,"filename":"pool/main/d/dotnet-runtime-3.1/dotnet-runtime-3.1.7-x64.deb"},{"package":"dotnet-runtime-6.0","version":"6.0.8-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":68403,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Runtime 6.0.8","homepage":"https://github.com/dotnet/core","depends":"dotnet-hostfxr-6.0 (>= 6.0.8), dotnet-runtime-deps-6.0 (>= 6.0.8)","sha256":"c00f193c145dbe8b518b9eea0506db8f9667205eb953e0399c9652eb79d1dec2","size":22977266,"filename":"pool/main/d/dotnet-runtime-6.0/dotnet-runtime-6.0.8-x64.deb"},{"package":"moby-compose","version":"2.3.4+azure-1","architecture":"amd64","section":"admin","priority":"optional","installed_size":25856,"maintainer":"Microsoft ","description":"A Docker CLI plugin which allows you to run Docker Compose applications from the Docker CLI.","homepage":"https://github.com/docker/compose-cli","conflicts":"docker-ce, docker-ce-cli, docker-ee, docker-ee-cli","depends":"moby-cli","sha256":"ef10e25980ca3063e0e47aa1e4bf696acce9d18b461d8bd52d72be497f3b6f5b","size":6533904,"filename":"pool/main/m/moby-compose/moby-compose_2.3.4+azure-1_amd64.deb"},{"package":"azure-ai-vision-runtime-common-media","version":"0.13.0~beta.1","architecture":"amd64","section":"devel","priority":"optional","installed_size":16145,"maintainer":"vision-sdk@microsoft.com","description":"Azure AI Vision Common Components Media Runtime Package","depends":"azure-ai-vision-runtime-common (= 0.13.0~beta.1)","sha256":"9dda765ea87c75ac95ca3bd36ea5bef5935f0d56de1d39a9c65d903aaf174436","size":4976178,"filename":"pool/main/a/azure-ai-vision-runtime-common-media/azure-ai-vision-runtime-common-media-0.13.0~beta.1-Linux.deb"},{"package":"dotnet-apphost-pack-6.0","version":"6.0.1-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":11062,"maintainer":".NET Team ","description":"Microsoft.NETCore.App.Host 6.0.1","homepage":"https://github.com/dotnet/core","sha256":"641b1d131285d90449bc0e2051ca8b47b1cc1a8c6221b137dbf3f224e03e3664","size":3505028,"filename":"pool/main/d/dotnet-apphost-pack-6.0/dotnet-apphost-pack-6.0.1-x64.deb"},{"package":"azure-functions-core-tools","version":"2.7.3023-1","architecture":"amd64","section":"devel","priority":"optional","maintainer":"Ahmed ElSayed ","description":"Azure Function Core Tools v2","homepage":"https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools","conflicts":"azure-functions-core-tools, azure-functions-core-tools-2","replaces":"azure-functions-core-tools, azure-functions-core-tools-2","vcs_git":"https://github.com/Azure/azure-functions-core-tools.git","sha256":"eac97fb739bdd5b39f9813f1376cb0cf419d87657ae5f6c2fb74b263ff5b398e","size":166080896,"filename":"pool/main/a/azure-functions-core-tools/azure-functions-core-tools_2.7.3023-1.deb"},{"package":"servicefabric","version":"9.1.1230.1","architecture":"amd64","section":"base","priority":"optional","maintainer":"ServiceFabric Maintainer ","description":"Service Fabric","depends":"lttng-tools, lttng-modules-dkms, liblttng-ust0, openssh-server, sshpass, members, libunwind8, libib-util, acl, libssh2-1, nodejs, npm, atop, dotnet-runtime-3.1, cgroup-tools, ebtables, libelf-dev, software-properties-common, curl","sha256":"86d09942e5f1b9aaaa51d714f1974d4cd9c6e6128b102cc3c103d9eb772770ec","size":219806842,"filename":"pool/main/s/servicefabric/servicefabric_9.1.1230.1.deb"},{"package":"powershell-preview","version":"7.3.0-rc.1-1.deb","architecture":"amd64","section":"shells","priority":"extra","installed_size":195779,"maintainer":"PowerShell Team ","description":"PowerShell is an automation and configuration management platform.","homepage":"https://microsoft.com/powershell","depends":"libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl3|libssl1.1|libssl1.0.2|libssl1.0.0","vendor":"Microsoft Corporation","license":"MIT License","sha256":"5cca8118d8e2238bd4c7ed40a2cd370c12320ea5096aa5dfc6ab4911f3d6e7f1","size":71153972,"filename":"pool/main/p/powershell-preview/powershell-preview_7.3.0-rc.1-1.deb_amd64.deb"},{"package":"dotnet-apphost-pack-6.0","version":"6.0.8-1","architecture":"amd64","section":"libs","priority":"standard","installed_size":11066,"maintainer":".NET Team