Package Details: realvnc-vnc-viewer 7.11.0-1

Git Clone URL: https://aur.archlinux.org/realvnc-vnc-viewer.git (read-only, click to copy)
Package Base: realvnc-vnc-viewer
Description: VNC remote desktop client software by RealVNC
Upstream URL: https://www.realvnc.com/
Keywords: realvnc viewer vnc
Licenses: custom
Conflicts: tigervnc, tightvnc, turbovnc
Submitter: ava1ar
Maintainer: Kewl
Last Packager: Kewl
Votes: 56
Popularity: 1.69
First Submitted: 2017-09-11 23:40 (UTC)
Last Updated: 2024-04-25 13:53 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

haltbarmilch commented on 2024-04-24 06:02 (UTC) (edited on 2024-04-24 06:02 (UTC) by haltbarmilch)

As a workaround you can download the deb file from your browser manually and copy to ~./.cache/yay/realvnc-vnc-viewer/

Make sure you select None at cleanBuild question.

==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> None

Kewl commented on 2024-04-16 16:25 (UTC)

Anyone who has a solution to the captcha or wants to co-maintain this package is welcome.

EuphoricCatface commented on 2024-04-16 06:59 (UTC)

I'm also getting the same HTTP 405 error.

mio-19 commented on 2024-04-14 05:44 (UTC)

==> Making package: realvnc-vnc-viewer 7.10.0-1 (Sun 14 Apr 2024 01:43:43 PM CST)
==> Retrieving sources...
  -> Downloading VNC-Viewer-7.10.0-Linux-x64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0  2111    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (56) The requested URL returned error: 405
==> ERROR: Failure while downloading https://downloads.realvnc.com/download/file/viewer.files/VNC-Viewer-7.10.0-Linux-x64.deb
    Aborting...
error: failed to download sources for 'realvnc-vnc-viewer-7.10.0-1': 
error: packages failed to build: realvnc-vnc-viewer-7.10.0-1

dxwil commented on 2023-03-31 17:52 (UTC)

Copy and paste between local and remote machine does not work

alexbalandi commented on 2023-03-12 12:42 (UTC)

In each of the links in "sources" the www should be swapped for downloads for them to work correctly.

a_salata commented on 2023-03-08 11:29 (UTC)

https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-7.0.1-Linux-x64.deb

returns 404

https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-7.0.1-Linux-x64.deb

seems to be a correct url

BenTheTechGuy commented on 2022-09-04 17:42 (UTC)

aarch64 can be added to the list of supported architectures. Here's a patch:

diff --git a/.SRCINFO b/.SRCINFO
index 5aaa46e..70f73f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
 pkgbase = realvnc-vnc-viewer
        pkgdesc = VNC remote desktop client software by RealVNC
        pkgver = 6.22.515
-       pkgrel = 2
+       pkgrel = 3
        url = https://www.realvnc.com/
        arch = x86_64
        arch = i686
        arch = armv7h
+       arch = aarch64
        license = custom
        depends = libsm
        depends = libxext
@@ -18,5 +19,7 @@ pkgbase = realvnc-vnc-viewer
        sha1sums_i686 = c2a8107c52d6f67f09e1f64ea227d7c471a8c7ca
        source_armv7h = https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-6.22.515-Linux-ARM.deb
        sha1sums_armv7h = 218fa1696ef5a9d2a9914577d10881345d610b0d
+       source_aarch64 = https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-6.22.515-Linux-ARM64.deb
+       sha1sums_aarch64 = 9f4d0e626f35b69d5636fef45b97f663d6780bff

 pkgname = realvnc-vnc-viewer
diff --git a/PKGBUILD b/PKGBUILD
index e2a774b..80c93e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ _watch=('https://www.realvnc.com/en/connect/download/viewer/linux/' 'VNC-Viewer-

 pkgname=realvnc-vnc-viewer
 pkgver=6.22.515
-pkgrel=2
+pkgrel=3
 pkgdesc='VNC remote desktop client software by RealVNC'
-arch=('x86_64' 'i686' 'armv7h')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
 url='https://www.realvnc.com/'
 license=('custom')
 depends=('libsm' 'libxext')
@@ -15,9 +15,11 @@ conflicts=('tightvnc' 'tigervnc' 'turbovnc')
 source_x86_64=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-x64.deb")
 source_i686=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-x86.deb")
 source_armv7h=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-ARM.deb")
+source_aarch64=("https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${pkgver}-Linux-ARM64.deb")
 sha1sums_x86_64=('44031515a9a87e903ebd8e763009d7964a5ee0d8')
 sha1sums_i686=('c2a8107c52d6f67f09e1f64ea227d7c471a8c7ca')
 sha1sums_armv7h=('218fa1696ef5a9d2a9914577d10881345d610b0d')
+sha1sums_aarch64=('9f4d0e626f35b69d5636fef45b97f663d6780bff')

 package() {
     bsdtar -xv -C "${pkgdir}" -f "${srcdir}/data.tar.xz"

zeroconf commented on 2022-03-09 01:45 (UTC)

Finally made experiment in another PC and deleted that symlink. Then installed with cleanbuild realvnc-vnc-viewer again.

Noticed BEFORE that action:

ls -l /usr/lib/libcrypt.so.1
/usr/lib/libcrypt.so.1 -> /usr/lib/libcrypt.so.2.0.0

ls /usr/lib/libcrypt.so*
/usr/lib/libcrypt.so
/usr/lib/libcrypt.so.1
/usr/lib/libcrypt.so.2
/usr/lib/libcrypt.so.2.0.0

AFTER:

ls -l /usr/lib/libcrypt.so.1
/usr/lib/libcrypt.so.1 -> libcrypt.so.1.1.0

ls /usr/lib/libcrypt.so*
/usr/lib/libcrypt.so
/usr/lib/libcrypt.so.1
/usr/lib/libcrypt.so.1.1.0
/usr/lib/libcrypt.so.2
/usr/lib/libcrypt.so.2.0.0

System rebooted fine at least one PC. Using also encrypted disk.

zeroconf commented on 2022-03-08 18:04 (UTC) (edited on 2022-03-08 21:37 (UTC) by zeroconf)

@jose1711 What do you mean, I've said file in my system?

Interfering manually into automatic software installation configuration sounds very dangerous behaviour. I did not create anything manually and if errors exist, these must be fixed same way, they appeared - automatically via installation, updating.

ls -l /usr/lib/libcrypt.so.1
/usr/lib/libcrypt.so.1 -> /usr/lib/libcrypt.so.2.0.0

yay -Qo /usr/lib/libcrypt.so.2.0.0
/usr/lib/libcrypt.so.2.0.0 is owned by libxcrypt 4.4.28-2

yay -Qi libxcrypt
Description     : Modern library for one-way hashing of passwords
Required By     : accountsservice  hplip  inetutils  lib32-libxcrypt  libcups  libnewt
                  mkinitcpio-busybox  openssh  pam  perl  ppp  python  python2  shadow  systemd
                  talloc  texlive-bin  util-linux
Optional For    : None
Conflicts With  : None
Replaces        : None


yay -Si libxcrypt-compat
Description     : Modern library for one-way hashing of passwords - legacy API functions
Depends On      : libxcrypt
Optional Deps   : None
Conflicts With  : None
Replaces        : None

If to delete that symlink, I have no information, what could be broken. Seems very important library used by many system components.