Package Details: pcoip-client 25.10.1-1

Git Clone URL: https://aur.archlinux.org/pcoip-client.git (read-only, click to copy)
Package Base: pcoip-client
Description: HP Anywhere PCOIP client
Upstream URL: https://anyware.hp.com/
Licenses: custom:HPAnywhere
Submitter: AWhetter
Maintainer: AWhetter
Last Packager: AWhetter
Votes: 5
Popularity: 0.000071
First Submitted: 2022-12-06 21:53 (UTC)
Last Updated: 2025-11-30 06:58 (UTC)

Latest Comments

1 2 3 Next › Last »

anodoin commented on 2025-12-22 13:19 (UTC)

At least on Manjaro, this install seems to be failing because HP is blocking Curl from downloading the EULA (assuming header issues here). pamac then aborts.

A simple workaround is to download the EULA in a browser, then host it using a tiny web server. I used Quark from the Suckless repo.

Edit the build file for pcoip-client, and find the Source entry that references the EULA. Change it to the path on your local webserver. You will also need to update the sha256sum.

It installs and runs fine otherwise.

archTxur commented on 2025-12-16 17:14 (UTC)

@patchara.pop Worked like a charm, thanks so much!!

patchara.pop commented on 2025-12-14 14:11 (UTC)

@archTxur You can use my fork. Updated to 25.10.2. https://github.com/poppatchara/pcoip-client.git

archTxur commented on 2025-11-03 14:17 (UTC)

Was anyone able to update to 25.10.1? I tried using updating the source as @jedsmith did but it doesn't seem to work anymore. Im not an expert or anything but it seem previous versions depended on some different libraries or at least different named ones and make this repo not useful to update to the latest.

rion007 commented on 2025-09-08 14:54 (UTC)

@jedsmith Thanks for that !! yes yes saw that, but not sure how to get that.

jedsmith commented on 2025-09-07 22:05 (UTC)

@rion007 : following the same pattern as the latest .deb link, using the base url from the debian install shell script ( https://anyware.hp.com/find/product/cloud-access-software/2021.03/software-client-for-linux ), the link to the latest version's deb installer is here: https://dl.anyware.hp.com/DeAdBCiUYInHcSTy/pcoip-client/deb/ubuntu/pool/jammy/main/p/pc/pcoip-client_25.06.3-22.04/pcoip-client_25.06.3-22.04_amd64.deb

rion007 commented on 2025-08-29 09:42 (UTC)

Does anyone have the latest version of the PCoIP client? I'm looking for the direct download link to the .deb package.

shataf-alriq commented on 2025-07-23 22:09 (UTC) (edited on 2025-07-23 22:10 (UTC) by shataf-alriq)

I've got the latest version (25.06.1) working but any luck getting USB Devices to show up under the Connections Drop-down? Been wanting to connect my graphics tablet

patchara.pop commented on 2025-07-05 17:13 (UTC) (edited on 2025-07-05 17:15 (UTC) by patchara.pop)

I got the Github one previously mentioned by rion007 working with a few extra steps.
sudo pacman -S libcap
sudo setcap "cap_setgid+i" "/usr/libexec/pcoip-client/usb-helper"
sudo setcap cap_setgid+p "/usr/libexec/pcoip-client/pcoip-client"

Torxed commented on 2024-10-08 12:22 (UTC) (edited on 2024-10-08 12:23 (UTC) by Torxed)

Good work on the patch work on your github, maybe we can merge it in here instead. Regardin the capabilities, it's mentioned on page 2 on this comment section:

https://aur.archlinux.org/packages/pcoip-client?O=10#comment-929119