0

I'm currently want to install an application to draw electric diagrams but I do not succeed. I want to know if these applications exist for ubuntu, and if so, how to do to install?

Wanny
  • 1
  • 1

1 Answers1

0

If they are simple enough you can install "Dia" a diagram editor.

sudo apt-get install dia

At least for me was great in simple stuff.

CTala
  • 402