美文网首页
linux下各大应用资源平台

linux下各大应用资源平台

作者: 杰_6343 | 来源:发表于2019-10-11 16:52 被阅读0次

    1.lutris
    基于各大平台提供海量游戏资源,支持一键安装,多个版本选择

    lutris.png

    2.snapcraft
    为每个 Linux 桌面、服务器、云端或设备打包任何应用程序,并且直接交付更新。
    snapcraft 是一个正在为其在 Linux 中的地位而奋斗的包管理系统,它为你重新设想了分发软件的方式。

    snapcraft.png
    sudo  apt-get install snapd
    snap install wine-platform
    snap install leagueoflegends --edge --devmode
    

    3.winepak
    在linux上运行基于wine容器的windows应用服务

    winepak.png
    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
    

    相关文章

      网友评论

          本文标题:linux下各大应用资源平台

          本文链接:https://www.haomeiwen.com/subject/wscxmctx.html