snapd 进入Arch Linux社区软件库(community Repo)

现在Arch Linux用户安装snap软件包更加方便了,因为 snapd 及其依赖包snap-confine和squashfs-tools都在community软件库中了。Arch Linux以及基于Arch的Linux发行版,如Manjaro,Apricity OS安装snapd只需要运行:

sudo pacman -S snapd

install-snapd-on-arch-linux-from-community-repository

snapd包含了snapd守护进程以及snap客户端. 从上图中可以发现,我们安装的是最新的snapd 2.0.10。安装完成后,输入下面的命令启动 snapd 守护进程。

sudo systemctl start snapd.socket

然后,你就能用snap客户端来安装snap软件包了。比如下面的命令将会安装telegram即时聊天工具。

sudo snap install telegram-sergiusens

要查看可安装的snap软件包,运行:

snap find

下面的命令可以使snapd守护进程开机自启动。

sudo systemctl enable snapd.socket

查看snapd的版本信息。

snap --version

在这之前,snapd在AUR仓库,得使用yaourt包管理器安装。

snap软件包是否可以消除Linux的碎片化现象?谈谈你的看法。

为这篇文章评分
[Total: 6 Average: 3]

Leave a Reply

Your email address will not be published.

The maximum upload file size: 2 MB. You can upload: image, audio, video, document, spreadsheet, interactive, text, archive, code, other. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here