linux下各大应用资源平台
2019-10-11 本文已影响0人
杰_6343
1.lutris
基于各大平台提供海量游戏资源,支持一键安装,多个版本选择
2.snapcraft
为每个 Linux 桌面、服务器、云端或设备打包任何应用程序,并且直接交付更新。
snapcraft 是一个正在为其在 Linux 中的地位而奋斗的包管理系统,它为你重新设想了分发软件的方式。
sudo apt-get install snapd
snap install wine-platform
snap install leagueoflegends --edge --devmode
3.winepak
在linux上运行基于wine容器的windows应用服务
winepak-lol.png
flatpak-builder --arch=x86_64 --force-clean builds --repo=winepak com.leagueoflegends.Client.json
flatpak --user install winepak com.leagueoflegends.Client
flatpak-builder --user --arch=x86_64 --force-clean --install builds com.leagueoflegends.Client.json
flatpak run com.leagueoflegends.Client