Skip to main content
IssueSolution
command not found: symbioticEnsure ~/.local/bin is in your PATH and restart your terminal
Authentication failsVerify your token is valid in the portal and hasn’t expired
Permission deniedRun chmod +x ~/.local/bin/symbiotic
I cant’ go to the next lineTry one of those keybindings shift+return, ctrl+return, alt+return, ctrl+j

Copy/paste not working on Linux

Linux users need to have one of the following clipboard utilities installed for copy/paste functionality to work: For X11 systems:
apt install -y xclip
# or
apt install -y xsel
For Wayland systems:
apt install -y wl-clipboard
For headless environments:
apt install -y xvfb
# and run:
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
export DISPLAY=:99.0
Symbiotic Code will detect if you’re using Wayland and prefer wl-clipboard, otherwise it will try to find clipboard tools in order of: xclip and xsel.