AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1165349
Accepted
personanongrata
personanongrata
Asked: 2019-08-14 00:00:38 +0800 CST2019-08-14 00:00:38 +0800 CST 2019-08-14 00:00:38 +0800 CST

是否可以下载快照并将其安装在其他无法访问 Internet 的计算机上?

  • 772

是否可以下载快照并将其安装在另一台无法访问 Internet 的计算机上?还是我总是需要控制台中的 snap store/snap 命令?

software-installation offline snap
  • 1 1 个回答
  • 667 Views

1 个回答

  • Voted
  1. Best Answer
    user535733
    2019-08-14T05:40:36+08:002019-08-14T05:40:36+08:00

    离线系统需要 snapd(snap 命令)。
    离线系统需要 snap 设备。
    离线系统不需要快照存储。

    来自https://forum.snapcraft.io/t/offline-snap-installers-and-possibility-to-update/275:

    $ snap download hello-world
    Fetching snap "hello-world"
    Fetching assertions for "hello-world"
    kyrofa@Pandora:~$ sudo snap ack hello-world_27.assert 
    kyrofa@Pandora:~$ sudo snap install hello-world_27.snap
    hello-world 6.3 from 'canonical' installed
    kyrofa@Pandora:~$ snap list
    Name                   Version                   Rev   Developer      Notes
    <snip>
    hello-world            6.3                       27    canonical      -
    

    离线快照的关键是您必须手动操作 snapd 数据库以告知它有关包和更新的信息。这就是“快照确认”命令。

    示例中的以下 ack 表示:嘿,数据库,我当前的工作目录中存在一个名为 hello-world27.snap 的本地包。如果下载的包在其他地方,请添加完整路径。

     $ sudo snap ack hello-world_27.assert 
    

    snapd 的手册页解释了更多关于 ack 的信息:

    ack
       Add an assertion to the system
    
       The ack command tries to add an assertion to the system assertion data‐
       base.
    
       The assertion may also be a newer revision of a pre-existing  assertion
       that it will replace.
    
       To  succeed  the assertion must be valid, its signature verified with a
       known public key and the assertion consistent with and its prerequisite
       in the database.
    
    • 2

相关问题

  • 如何在没有 root 访问权限的情况下安装软件包?

  • 设置 LAMP 堆栈的最简单方法是什么?

  • 我应该在哪里安装 sagemath?

  • How do I install Adobe Flash player?对于 11.10 及更高版本明确修复 11.10 上的 64 位 Flash

  • 如何设置软件中心为非 root 用户安装软件?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve