Jason Carr's community posts
Beta testing: Remote Utilities for macOS/Linux
Jason Carr,
User (Posts: 2)
Dec 11, 2025 12:16:31 pm EST
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
Jason Carr,
User (Posts: 2)
Dec 11, 2025 11:32:00 am EST
Support level: Free or trial
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?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 update2. Install an Alternative Package :
sudo apt upgrade
Try installing libxcb-icccm4 or libxcb-icccm4-dev instead:sudo apt install libxcb-icccm4 libxcb-icccm4-dev3. 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>.debAfter 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.