Topic: Install the latest version

Saludos desde Buenos Aires, Argentina.
Tengo un pequeño problema. Soy un nuevo usuario de Ubuntu 14.04 LiveUsb.
Instale qelectrotech desde la app para instalar programas y se instalo la version 0.2 de qelectrotech. En la cual no encontre las referencia cruzadas, la numeracion automatica, etc. Mi pregunta es, ¿Como hago para instalar en mi pendrive la ultima version de QET?
Muchas gracias.
Saludos, Cristian.

-------------

Greetings from Buenos Aires, Argentina.

I have a small problem. I am new to Ubuntu 14.04 LiveUsb.
Install qelectrotech from the app to install software and version 0.2 of qelectrotech was installed. In which I did not find cross reference, automatic numbering, etc. My question is, how do I install on my pendrive the latest version of QET?

Thank you.

Regards, Cristian.

Re: Install the latest version

Hello Cristian,

uninstall 0.2 old version.

Add this PPA for added Qt 5.3 libraries for your Ubuntu 14.04 Trusty:


sudo apt-add-repository 'deb http://ppa.launchpad.net/packetlost/qt-opensource/ubuntu trusty main'

Add repository PPA key :

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5858D2CE

Now, you can add QET repository :


sudo apt-add-repository 'deb http://debian.qelectrotech.org/qet/debian/ stable main'

Key off QET repository :


$ gpg --keyserver pgpkeys.mit.edu --recv-key 1D4FB6C1
$ gpg -a --export 1D4FB6C1 | sudo apt-key add -

or


wget -q -O - https://download.qelectrotech.org/qet/debian/Qelectrotech_Repository.asc | sudo apt-key add -

Install nightly QET packages :


sudo apt-get install qelectrotech qelectrotech-data qelectrotech-examples

Or use synaptic package manager, is easy with this to select version package you want to install.


PS: Because of a High number of elements, this version requires a machine with more than 2 GB of RAM !
http://qelectrotech.org/wiki_new/doc/in … ntu_trusty


QET 0.4 is proposed in Ubuntu 15.10 from the app.
But in this Ubuntu version you need to use pinning if you want latest nightly devel 0.5.1 version.
http://qelectrotech.org/wiki_new/doc/in … an_pinning

The 0.5 release is for future Ubuntu 16.04.

Regards,
Laurent

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Install the latest version

Gracias por la rapida respuesta.
Opte por ubuntu 15.10 y "baje" la version de 0.4 a 0.51.
Cuando tenga un tiempo voy a empezar a hacer unos esquemas, por lo que vi en youtube este programa les esta quedando muy bueno.
Use por varios años en mi anterior empleo Eplan Electric P8.
Saludos, Cristian.


--------------


Thanks for the quick reply.

Opt for ubuntu 15.10 and "down" version of 0.4 to 0.51.

When I have time I'll start doing some sketches, from what I saw on youtube this program them being very good.

Use for several years in my previous job Eplan Electric P8.

Regards, Cristian.

Re: Install the latest version

cristian.epc wrote:

Thanks for the quick reply.

Opt for ubuntu 15.10 and "down" version of 0.4 to 0.51.

When I have time I'll start doing some sketches, from what I saw on youtube this program them being very good.

Use for several years in my previous job Eplan Electric P8.

Regards, Cristian.

Yes it is the best choice. nomicons/smile

For pinning just create a file 40qelectrotech-devel in your /etc/apt/preferences.d/  use nano/gedit/vim by example or other editor for edit this file:

sudo gedit /etc/apt/preferences.d/40qelectrotech-devel

And paste this:


Package: qelectrotech*
Pin: version 0.51.*
Pin-Priority: 1001

Save and refresh repository in your package manager or by line command.

Regards,
Laurent

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."