Для онлайн-установки необходимо выполнить следующие действия:
wget -qO /tmp/polymatica.key https://repo.polymatica.ru/polymatica.key |
gpg --no-default-keyring --keyring /usr/lib/alt-gpgkeys/pubring.gpg --import /tmp/polymatica.key |
nano /etc/apt/vendors.list.d/polymatica.list |
simple-key "polymatica" { Fingerprint "75700B4818BE1938CB6FFC61412C49638F2418A9"; Name "Polymatica Maintainers <maintainers@polymatica.com>"; } |
echo "rpm [polymatica] https://repo.polymatica.ru/platform/packages/releases/<VERSION>/alt/10 x86_64 classic" > /etc/apt/sources.list.d/polymatica-platform.list |
apt update |
apt install polymatica-platform |
for service in $(systemctl list-unit-files polymatica-platform* | grep .service | cut -d. -f1); do echo "$service is $(systemctl show -p SubState --value $service)"; done |
Выполнить первый вход в систему по соответствующему руководству.