Skip to content

Instantly share code, notes, and snippets.

@jbussdieker
Created December 17, 2020 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbussdieker/75ab3ccc2551a1bebe9860d6a5d85d8d to your computer and use it in GitHub Desktop.
Save jbussdieker/75ab3ccc2551a1bebe9860d6a5d85d8d to your computer and use it in GitHub Desktop.
Install Autodesk EAGLE 9.6.2 on Ubuntu
[Desktop Entry]
Name=EAGLE
Comment=Autodesk EAGLE 9.6.2
Exec=/opt/eagle-9.6.2/eagle
Icon=/opt/eagle-9.6.2/bin/eagle-logo.png
Terminal=false
Type=Application
Categories=Development
@sztibor12
Copy link

Doesn't work me.

@sakthiasthik
Copy link

It was working on the Ubuntu 22.04 system but not working on the Windows laptop.

@KhangKT1310
Copy link

KhangKT1310 commented Nov 27, 2023

Doesn't work me.
You can run ./eagle?
If you see the error
./eagle: symbol lookup error: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: xcb_dri3_get_supported_modifiers

$cd your_path/eagle-9.6.2/lib
$rm libxcb*
and try again it " ./eagle"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment