如何安装部署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"

2.3 安装核心

snap install core

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

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

没有评论

发表回复

Debian-Like
如何配置Ubuntu的默认桌面?

1 前言 本章针对Ubuntu的系统环境配置VNC,如有需要请参阅下文。 2 实践部分 2.1 安装 …

Debian-Like
如何部署Debian sublime-text平替notepad++

1 前言 一个问题,一篇文章,一出故事。 办公系统环境早已放弃使用Windows客户端系统,因此需要 …

Debian-Like
如何部署Ubuntu Apache Directory Studio?

1 前言 一个问题,一篇文章,一出故事。 由于笔者需要访问LDAP服务器,所以需要安装一个LDAP的 …