如何列出 Ubuntu 上已安装的 snap 程序?

如何列出 Ubuntu 上已安装的 snap 程序?

如何列出通过 安装的应用程序snap

lz@vm:$ snap help
The snap command lets you install, configure, refresh and remove snaps.
Snaps are packages that work across many different Linux distributions,
enabling secure delivery and operation of the latest apps and utilities.

Usage: snap <command> [<options>...]

Commonly used commands can be classified as follows:

         Basics: find, info, install, remove, list
        ...more: refresh, revert, switch, disable, enable, create-cohort
        History: changes, tasks, abort, watch
        Daemons: services, start, stop, restart, logs
    Permissions: connections, interface, connect, disconnect
  Configuration: get, set, unset, wait
    App Aliases: alias, aliases, unalias, prefer
        Account: login, logout, whoami
      Snapshots: saved, save, check-snapshot, restore, forget
         Device: model, reboot, recovery
      ... Other: warnings, okay, known, ack, version
    Development: download, pack, run, try

这里没有列出快照

答案1

打开终端并输入snap list

此引用将帮助您列出 ubuntu 上来自各个来源的所有已安装的软件包。

手册页快照

在此处输入图片描述

相关内容