sAkuraOfficial
sAkuraOfficial
> I was able to get it working with vcpkg following https://github.com/microsoft/vcpkg?tab=readme-ov-file#quick-start-windows and partly https://learn.microsoft.com/en-gb/vcpkg/get_started/get-started?pivots=shell-cmd (the `vcpkg add port ` command) However I had to install lunaswg separately, otherwise the...
# 解决方法 ## 出现了什么问题? ubuntu24.04版本不再支持旧的包 ## 下载以下两个包 https://github.com/clash-verge-rev/clash-verge-rev/releases/download/dependencies/libwebkit2gtk-4.0-37_2.43.3-1_amd64.deb https://github.com/clash-verge-rev/clash-verge-rev/releases/download/dependencies/libjavascriptcoregtk-4.0-18_2.43.3-1_amd64.deb ## 执行命令 ```sh sudo apt-get install ./libwebkit2gtk-4.0-37_2.43.3-1_amd64.deb sudo apt-get install ./libjavascriptcoregtk-4.0-18_2.43.3-1_amd64.deb sudo apt-get install ./clash-verge_1.6.6_amd64.deb ```
> 同样的问题,Ubuntu 24.04 在树莓派5上... > > ```shell > > sudo apt install ./clash-verge_1.7.5_arm64.deb > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > Note,...