Skip to content

asimov-platform/snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Snap Package for ASIMOV Platform

This repository provides the Snap package for the ASIMOV Platform

Prerequisites

  • A Linux distribution with Snap support.
  • Snapd installed and enabled.
  • wget (for downloading the .snap file).

Download

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

Installation

Once the download is complete, install the Snap package locally in classic mode using:

sudo snap install --dangerous --classic ~/asimov/asimov-cli.snap

Usage

After installation, you can run the CLI with:

asimov --help

To check the installed version:

asimov --version

Troubleshooting

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.

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published