微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ubuntu20.04安装ssr

ssr安装

下载地址:https://github.com/qingshuisiyuan/electron-ssr-backup/releases/
PS:以下描述来源:https://github.com/qingshuisiyuan/electron-ssr-backup/blob/master/Ubuntu.md
安装依赖:

sudo apt install libcanberra-gtk-module libcanberra-gtk3-module gconf2 gconf-service libappindicator1

Bash
可选依赖(如果软件报错,请安装可选依赖)

sudo apt-get install libssl-dev sudo apt-get install libsodium-dev

Bash
系统运行需要python2.7

Ubuntu 20.04认只有python3,需要自行安装Python2。

sudo apt install python

Bash
安装软件

sudo dpkg -i *.deb

Bash
运行软件

electron-ssr

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐