v2rayN Linux 发布,支持arm64和Linux x64
支持的Linux发行版
Debian 9+
Ubuntu 16.04+
Fedora 30+
1. 下载地址: https://github.com/2dust/v2rayN/releases
2. # 下载文件 wget https://github.com/2dust/v2rayN/releases/download/7.0.9/v2rayN-linux-64.zip
3. # 解压文件 unzip v2rayN-linux-64.zip
- 下载
Linux 版本
后解压,chmod +x v2rayN
运行./v2rayN ,即可打开 GUI配置界面
后台运行:
nohup ./v2rayN > v2ray.log 2>&1 &
ubuntu打开不了gui界面,如何操作?需要安装什么?
回复删除./v2rayN
删除Unhandled exception. System.TypeInitializationException: The type initializer for 'SkiaSharp.SKImageInfo' threw an exception.
---> System.DllNotFoundException: Unable to load shared library 'libSkiaSharp' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
libfontconfig.so.1: cannot open shared object file: No such file or directory
libSkiaSharp.so: cannot open shared object file: No such file or directory
/root/v2rayN-linux-64/liblibSkiaSharp.so: cannot open shared object file: No such file or directory
/root/v2rayN-linux-64/libSkiaSharp: cannot open shared object file: No such file or directory
/root/v2rayN-linux-64/liblibSkiaSharp: cannot open shared object file: No such file or directory
at SkiaSharp.SkiaApi.sk_colortype_get_default_8888()
at SkiaSharp.SKImageInfo..cctor()
--- End of inner exception stack trace ---
at Avalonia.Skia.PlatformRenderInterface..ctor(Nullable`1 maxResourceBytes)
at Avalonia.Skia.SkiaPlatform.Initialize(SkiaOptions options)
at Avalonia.SkiaApplicationExtensions.<>c.b__0_0()
at Avalonia.AppBuilder.SetupUnsafe()
at Avalonia.AppBuilder.Setup()
at Avalonia.AppBuilder.SetupWithLifetime(IApplicationLifetime lifetime)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder builder, String[] args, Action`1 lifetimeBuilder)
at v2rayN.Desktop.Program.Main(String[] args)
[1] 472 IOT instruction ./v2rayN
问题解决办法====
删除apt install libfontconfig1 libfreetype6 libx11-6 libxext6 libxrender1
apt install libxrandr2 libxcomposite1 libxcursor1 libxi6 libxtst6 libglib2.0-0
apt install libice6 libsm6 libx11-6 libxext6
ldconfig -p | grep libICE