Eagle CAD installation

Nobbie question here

I’m trying to install Eagle CAD
CadSoft Online: Download

The linux file is a .run file but how do I run this.
Clicking it brings it up in an Editor.

First part of the file looks like a script, with rest looks like a tar.bz2 file

Running Suse 11

Cheers
kim

> The linux file is a .run file but how do I run this.
> Clicking it brings it up in an Editor.

the web site says: “Linux users please download the file
ftp://ftp.cadsoft.de/eagle/program/5.6/eagle-lin-5.6.0.run
and run it. This self-extracting shell script will guide you through
the setup process.”

ok, so in Redmond products you just click to “run”, right…

But, how to install a run file in linux?
here are 2,510,000 answers:

http://lmgtfy.com/?q=how+to+install+a+run+file+in+linux


decorated_warrior

Right-click on the link and select Save link as… to download.

To install type:

sh eagle-lin-5.6.0.run

It’s the same format that Nvidia uses for their driver packaging.

I also use eagle for many years. So, after you download the executable file eagle-5.6.0.run use chmod to mark the executable bit:

chmod u+x ./eagle-5.6.0.run

I always install eagle as superuser, so before running you may want to su for installing it in a directory such as /opt/eagle-5.6.0
To execute the file in your bash shell just type

./eagle-5.6.0.run

. This will bring up the installation dialog. Follow the instructions and eagle will be installed in your system.
If you try to execute (as the normal user of course!!!) the eagle binary in the installation bin directory (/opt/eagle-5.6.0/bin in my example) then it will complain that it cannot read the file eagle.key. To solve this you must (under su) move into the directory /opt/eagle-5.6.0/bin and

chmod a+w freeware.key

and then

cp freeware.key eagle.key

After that when running eagle for the first time just select the freeware.key file and everything will go fine. After the first run you may want to restore the access rights of the key files so as su issue the command

chmod ug-w *.key

Happy designing pal!:wink:

eliaschr

Thanks for that.

I got the Pro (Win) at work and when I open up files created at work in the free version at home (Linux), I can edit without any limits.
Cool.

So easy to install in Linux, I just can"t understand why everybody doesn’t use Linux, NOT.

Learning curve traction lost easily, need knobbly tires !