How to upgrade server on RPi

I have RealVNC server running on my Raspberry Pi.  I did the sudo apt update.  Then sudo apt-get install realvnc-vnc-server.  It replied I have newest version (7.5.1.50075).  But when I open RealVNC server and say check for updates, it says 7.11.1 is available.  I went to the RealVNC download page and selected the download for Raspberry Pi.  It downloaded 3 files:

  • debian-binary
  • control.tar.xz
  • data.tar.xz

But I don't know what to do next.  How do I install v7.11?

 

0

Comments

1 comment
  • FYI:

    sudo wget https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-7.11.1-Linux-ARM.deb

    sudo apt install ./VNC-Server-7.11.1-Linux-ARM.deb
    0
    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post