This repository provides the Snap package for the ASIMOV Platform
- A Linux distribution with Snap support.
- Snapd installed and enabled.
wget
(for downloading the.snap
file).
The Snap package will be downloaded into the asimov
directory inside the home folder (~/asimov
).
mkdir -p ~/asimov && cd ~/asimov
wget https://github.com/asimov-platform/snap/releases/download/v25.0.0-dev.3/asimov-cli_25.0.0-dev.3_amd64.snap -O asimov-cli.snap
Once the download is complete, install the Snap package locally in classic mode using:
sudo snap install --dangerous --classic ~/asimov/asimov-cli.snap
After installation, you can run the CLI with:
asimov --help
To check the installed version:
asimov --version
If the Snap does not run as expected, check the logs:
snap logs asimov-cli
Ensure that Snap is installed and enabled on your system:
snap version
For additional help, refer to the Snapcraft documentation.