Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 11128  / 2 Years ago, tue, july 26, 2022, 11:34:02

I'm looking for PCB software in Ubuntu. Ideally I want to design a circuit without needing it to be really specific. I cannot seem to find any software available. Any suggestions?


More From » gnome

 Answers
2

Eagle is a good tool for schematics entry and PCB layout, as mentioned before. It is cross platform and works under Linux, Mac OS X and Windows.



However, if you use the apt-get install method, the version might not be the latest and greatest. For example, Ubuntu 12.04 repositories currently host Eagle version 5.12.0, while the latest available version for download is 6.5.0.



This is how to get the latest version:



Go to cadcoftusa download website here and download the latest version for Linux, for example this file:



wget ftp://ftp.cadsoft.de/eagle/program/6.5/eagle-lin-6.5.0.run


Make it executable:



chmod +x eagle-lin-6.5.0.run


Then run the installer:



./eagle-lin-6.5.0.run


and answer all the questions as needed, for example, the directory where you want it installed. Should you want to place it in the /opt/ or other global location, you may need to prepend the installation program with sudo



Also, you can change the license options later.


[#26470] Wednesday, July 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
allowiel

Total Points: 189
Total Questions: 103
Total Answers: 105

Location: Slovenia
Member since Thu, Mar 18, 2021
3 Years ago
;