We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deb [trusted=yes] https://ci.deepin.com/repo/obs/home:/chenchongbiao:/linglong-convert-tool/main/ ./
The text was updated successfully, but these errors were encountered:
Integration Test Info
这是一个新写的玲珑转换工具,用来转换 Deb、Appimage、Flatpak 应用为玲珑应用,为了保证 Deb 转换的成功率,会自动运行玲珑应用补充缺失的动态库,先以 linglong-convert-tool 代称。
测试命令
ll-cnvrt convert deb -p ./code_1.94.2-1728494015_amd64.deb
-p, 参数指定软件包 -o, 指定导出玲珑应用的类型,如 -o layer,默认导出 layer 文件,导出uab使用 -o uab
ll-cnvrt convert appimage -p ./BrainWaves-0.15.1.AppImage
flatpak 官方没有直接提供 flatpak 文件的下载,需要使用 flatpak 命令安装 Flatpak 应用,导出。
下面给出操作流程
添加 flatpak 官方远程仓库
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
更改为上交大镜像源,或者其他源。
flatpak remote-modify flathub --url=https://mirror.sjtu.edu.cn/flathub
看flatpak镜像源的详细信息
flatpak remotes --show-details
安装 org.videolan.VLC 应用
flatpak install org.videolan.VLC
导出一个 Flatpak yingyong
flatpak build-bundle /var/lib/flatpak/repo org.videolan.VLC.flatpak app/org.videolan.VLC/x86_64/stable
这里的 org.videolan.VLC.flatpak 为导出的文件名, app/org.videolan.VLC/x86_64/stable 导出的具体应用,根据实际导出的应用替换org.videolan.VLC, x86_64 也根据实际导出的架构进行修改,这里为 x86_64 。
ll-cnvrt convert flatpak -p ./org.videolan.VLC.flatpak
无
Sorry, something went wrong.
No branches or pull requests
Package information | 软件包信息
Package repository address | 软件包仓库地址
The text was updated successfully, but these errors were encountered: