Index of /mirrors/powershell/ubuntu/22.04/prod/pool/main/a/aspnetcore-runtime-7.0/


../
aspnetcore-runtime-7.0.0-x64.deb                   08-Nov-2022 21:21             7050452
aspnetcore-runtime-7.0.1-x64.deb                   14-Dec-2022 00:25             7050794
aspnetcore-runtime-7.0.2-x64.deb                   11-Jan-2023 00:14             7050582
aspnetcore-runtime-7.0.3-x64.deb                   15-Feb-2023 00:33             7051750
aspnetcore-runtime-7.0.4-x64.deb                   14-Mar-2023 23:34             7051730
aspnetcore-runtime-7.0.5-x64.deb                   11-Apr-2023 23:33             7053294
aspnetcore-runtime-7.0.7-x64.deb                   13-Jun-2023 21:23             7057462
aspnetcore-runtime-7.0.8-x64.deb                   23-Jun-2023 02:16             7057918
aspnetcore-runtime-7.0.9-x64.deb                   14-Jul-2023 03:46             7059802
aspnetcore-runtime-7.0_7.0.10-1_amd64.deb          08-Aug-2023 04:58             7062470
aspnetcore-runtime-7.0_7.0.11-1_amd64.deb          13-Sep-2023 01:27             7061290
aspnetcore-runtime-7.0_7.0.12-1_amd64.deb          10-Oct-2023 22:34             7064358
aspnetcore-runtime-7.0_7.0.13-1_amd64.deb          25-Oct-2023 01:54             7064190
aspnetcore-runtime-7.0_7.0.14-1_amd64.deb          18-Nov-2023 01:30             7066162
aspnetcore-runtime-7.0_7.0.15-1_amd64.deb          10-Jan-2024 00:16             7064222
aspnetcore-runtime-7.0_7.0.16-1_amd64.deb          13-Feb-2024 21:10             7065242
aspnetcore-runtime-7.0_7.0.17-1_amd64.deb          12-Mar-2024 23:17             7066030
aspnetcore-runtime-7.0_7.0.18-1_amd64.deb          10-Apr-2024 01:23             7065050
aspnetcore-runtime-7.0_7.0.19-1_amd64.deb          14-May-2024 21:53             7066002
aspnetcore-runtime-7.0_7.0.20-1_amd64.deb          29-May-2024 00:51             7066302

🔑 Публичный ключ репозитория

Для безопасной установки пакетов добавьте наш GPG-ключ в доверенные ключи APT. Ключ используется для проверки подписей метаданных репозитория.

📦 Инструкция по установке

Выполните одну из команд в терминале (требуются права root или sudo):

Вариант 1 (curl): curl -fsSL https://{{HOST}}/.keys/public.gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/{{HOST}}.gpg
Вариант 2 (wget + gpg): wget -qO - https://{{HOST}}/.keys/public.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/{{HOST}}.gpg

💡 После добавления ключа выполните sudo apt update для проверки подключения и обновления списков пакетов.