Installation feedback for EAGLE 9.6.2 on Linux (Debian 11) & How to install EAGLE 6.6.0 on Debian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
for EAGLE 9.6.2 only a tar.gz-file exits for Linux: Autodesk_EAGLE_9.6.2_English_Linux_64bit.tar.gz.
I could it get working in general on debian 11, but it required some tweaks:
1) Ensure you have locale en_US.utf8. Check with
locale -a
If not, install locale en_US.utf8 using
sudo dpkg-reconfigure locales
2) If you unpack the tar.gz-file as root e.g. to /opt set execute permission for others, e.g.
chmod -R o+x /opt/eagle-9.6.2
3) Start eagle via
/opt/eagle-9.6.2/eagle
If you encounter the problem
symbol lookup error: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: xcb_dri3_get_supported_modifiers
follow
i.e.
rm /opt/eagle-9.6.2/lib/libxcb*
4) Sometimes I observe a black window on startup and on later windows. In this case a retry often helps.
Summary: EAGLE 9.6.2 is not yet well integrated in Linux.
My recommendation for now is to stay with freeware version 6.6.0 light (32) bit. I got it installed on my 64 bit debian 11 as follows:
1) Add to /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu xenial main multiverse
Perform:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5
apt update
apt install eagleEagle is then available from command line and Development menu.