Ubuntu – How to open a .pcb file

12.04software-recommendation

I have a .pcb file which is prepared on Protel. I want open this PCB file in Ubuntu 12.04 via using Geda or other applications. However, I could not manage it. How can I see or convert this file in Ubuntu 12.04?

NOTE: I have tried:

  • Eagle
  • Fritzing
  • gEDA
  • kiCAD

However, they could not manage to open it.

Best Answer

There's a lot of .pcb tools in Ubuntu that you can use to see that file:

Leon

Leon Heller

G1HSM

Kicad - looks pretty good, info here

sudo apt-get install kicad

gEDA

EAGLE from CADSOFT

Altium

Instalation for Altium (Wine is required)

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install wine1.5

wine1.5 is beta version, if you want stable choose wine1.4

After Wine is installed, download Altium and install it normally, like you woould on windows.

Altium Designer 10 is reported working in WineHq.

Circad demo

Related Question