Ubuntu 22.04用の「本物の」VNC?

Ubuntu 22.04用の「本物の」VNC?

私はRPi4bでUbuntu 22.04を実行しています。 Windows PCで無料のVNC-Connectを使用してください。しかし、Ubuntuにサーバーをインストールする方法がわかりません。

realvnc.comからLinuxインストールファイルVNC-Server-7.0.0-Linux-x64.debをダウンロードしました。しかし、インストールしようとするとエラーが発生します。

sudo apt install ./VNC-Server-7.0.0-Linux-x64.deb
[sudo] password for p1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'realvnc-vnc-server:amd64' instead of './VNC-Server-7.0.0-Linux-x64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 realvnc-vnc-server:amd64 : Depends: libc6:amd64 (>= 2.3) but it is not installable
                            Depends: libgcc1:amd64 (>= 1:4.1.1) but it is not installable
                            Depends: libx11-6:amd64 but it is not installable
                            Depends: libxext6:amd64 but it is not installable
                            Depends: libxtst6:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

RealVNCサーバー用のインストールパッケージがありますが見つかりません。

ベストアンサー1

ARMプロセッサにサーバーのamd64バージョンをインストールしようとしています。実際のVNCダウンロードページRasPI OS 9 - 11で利用可能なパッケージがあります。適切なパッケージをダウンロードし、以下の手順に従ってインストールしてください。RealVNCブログのガイドライン

おすすめ記事