Tag add debian

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2025-02-17 13:08:27 +00:00
committed by Gitee
parent 600aea5532
commit 5c684a71f0
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ APP_NAME="附加基础库 Additional Base Lib"
SOURCE_LIST_FILE=""
GITHUB_REPO=""
VERSION="" #Here we use other way to get version so do not write here
TAGS="ubuntu;deepin;uos;community"
TAGS="ubuntu;deepin;uos;debian;community"
CATAGORY="tools" #https://gitee.com/deepin-community-store/spark-store/blob/dev/DOCS/spk-doc.md
DETAIL="内置glibc和libstdc++\n其实原理还是我们最爱的bwrap创建一个容器把libc和ld.so替换掉就这么简单bwrap真是为大家节约了不少生命。此外用了一点小技巧让大家仍然可以自己\n设置LD_LIBRARY_PATH变量来寻找自己安装的动态库。选用的glibc和libstdc++是从debian bookwormdebian 12目前是测试版上下载的支持到GLIBC_2.36、GLIBCXX_3.4.30。\n安装下载解压得到deb包打开终端输入 sudo apt install 输入空格后在文件管理器里用鼠标按住deb包拖拽过去然后按回车。\n使用安装好了后在终端运行不兼容的软件时只需要在前面加上ablrun和空格就可以了。ablrun [命令]\n删除sudo apt remove additional-base-lib\n注意事项\n1、所有gcc库中我只加入了libstdc++毕竟比较常用。如果需要其他比如objective-cfortrand等语言的标准库可以留言\n2、应该能在其他基于debian的发行版上运行但是我还没测试\n3、由于包括的库比较少只能解决部分兼容问题。但是通过学习大家能解决所有常见问题。可以看我之前的帖子https://bbs.deepin.org/post/256081\n4、不能保证程序没有故障各位需要为自己系统的安全负责" # This should be written as json format
MAINTAINER="wcbing"

View File

@@ -33,7 +33,7 @@ APP_NAME="frpc 客户端"
SOURCE_LIST_FILE="wcbing.list"
GITHUB_REPO=""
VERSION="" #Here we use other way to get version so do not write here
TAGS="ubuntu;deepin;uos"
TAGS="ubuntu;deepin;uos;debian;community"
CATAGORY="network" #https://gitee.com/deepin-community-store/spark-store/blob/dev/DOCS/spk-doc.md
DETAIL="frpc" # This should be written as json format
MAINTAINER="wcbing"

View File

@@ -33,7 +33,7 @@ APP_NAME="frps 客户端"
SOURCE_LIST_FILE="wcbing.list"
GITHUB_REPO=""
VERSION="" #Here we use other way to get version so do not write here
TAGS="ubuntu;deepin;uos"
TAGS="ubuntu;deepin;uos;debian;community"
CATAGORY="network" #https://gitee.com/deepin-community-store/spark-store/blob/dev/DOCS/spk-doc.md
DETAIL="frps" # This should be written as json format
MAINTAINER="wcbing"