Для онлайн-установки необходимо выполнить следующие действия:
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 "FA0735409B8EDF13125A7424449938487D5D28FA";
    Name "Polymatica BI <polymatica_support@slsoft.ru";
}  | 
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-get update  | 
apt-get 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  | 
Выполнить первый вход в систему по соответствующему руководству.