Trying to get the install package for offline install

Happens all the time to me. I’m developing in a secure environment and I want Clion (663.5mb) install package in a portable package that I can burn to DVD and install How do I get the install package so I can then do a :
dpkg -i /path/to/file.deb

on the file?

if you do a snap download .... of a package it downloads an .assert file and a .snap file … the .assert file is the gpg signature for the .snap file … on a target host you can then use the snap ack ... command to acknowledge the .assert file, which will then allow you to install the .snap file with snap install ... see snap help for details around these commands

thank you!!! I’ll download the stuff at home, cut a DVD and then give it a shot.