由于缺少依赖项,从 Realvnc.com 下载的 deb 文件安装 real-vnc-vncserver 失败。这似乎是因为缺少 libgcc1,而 Groovy (20.10) 上没有该库
有一个 libgcc-s1。这是同一个东西吗?我该如何告诉安装程序使用它?或者还有其他方法吗?Ubuntu 似乎不再提供该服务器
答案1
使用apt
或gdebi
安装*.deb
包。libgcc1
不适用于 ubuntu 20.10。
sudo apt install gcc-10-base gdebi gdebi-core
wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.7.2-Linux-x64.deb
sudo gdebi VNC-Server-6.7.2-Linux-x64.deb