如何安装部署Debian Snap?

Debian-Like

1 前言

一个问题,一篇文章,一出故事。
Snaps是适用于桌面、云和物联网的Linux应用程序包,易于安装、安全、跨平台且无依赖性。

2 最佳实践

2.1 安装应用

apt install -y snapd

2.2 设置代理

snap set system proxy.http="http://127.0.0.1:3128"
snap set system proxy.https="http://127.0.0.1:3128"

然后,你可以使用如下命令查看你的配置,

snap get system proxy

2.3 安装核心

snap install core

官方网站
———–
https://snapcraft.io/

安装教程
———-
https://snapcraft.io/docs/installing-snap-on-debian

没有评论

发表回复

Debian-Like
如何安装Ubuntu Linphone?

1 基础知识 1.1 软件介绍 Linphone 是一款开源的 VoIP(Voice over In …

Debian-Like
如何安装配置Ubuntu iptables-persistent

1 前言 一个问题,一篇文章,一出故事。 笔者今天需要在Ubuntu使用iptables,于是整理当 …

Debian-Like
如何安装Ubuntu steam?

1 基础知识 Steam是Valve公司聘请BitTorrent(BT下载)发明者布拉姆·科恩(Br …