Jason Carr's community posts


Beta testing: Remote Utilities for macOS/Linux

Support level: Free or trial
DUPLICATE POST REMOVED
Edited:Jason Carr - Dec 11, 2025 4:23:36 pm EST

Beta testing: Remote Utilities for macOS/Linux

Support level: Free or trial

Pauline wrote:

Hello Michael,

Thank you for your message.

It seems the  libxcb-icccm  package is missing from your system’s repositories. Here are a few steps to try:  

1.  Update Your System :
Try running the following commands to update your package list:  

sudo apt update
sudo apt upgrade
2. Install an Alternative Package :
Try installing  libxcb-icccm4  or  libxcb-icccm4-dev  instead:
sudo apt install libxcb-icccm4 libxcb-icccm4-dev
3. Manual Installation :
If the package is still unavailable, you can try downloading it from Debian Packages and install it manually:  
sudo dpkg -i <package_name>.deb
After completing these steps, try running r-agent again. If the issue persists, please let us know your exact OS version and any error details.

Looking forward to your reply.

I am running into "Dependency resolution failed" on attempting to install on a clean install of Debian 13.  I was able to install the  libxcb-icccm4-dev (the others weren't found), and am still receiving the same error.  Is there a way for me to get info on which dependencies are missing, like a command line install path?