Download Autodesk EAGLE from https://www.autodesk.com/products/eagle/free-download and extract it to /opt
cp eagle.desktop $HOME/.local/share/applications/eagle.desktop
Download Autodesk EAGLE from https://www.autodesk.com/products/eagle/free-download and extract it to /opt
cp eagle.desktop $HOME/.local/share/applications/eagle.desktop
[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 |
It was working on the Ubuntu 22.04 system but not working on the Windows laptop.
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"
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"
It's work for me
Thanks
It runs, but GPU acceleration doesn't work. (Ubuntu 20.04 with Nvidia drivers)
Doesn't work me.