I am trying to install package qelectrotech on ubuntu 18.04.
After installing I got (old) version 0.5-2. So I added a PPA (sudo add-apt-repository ppa:scorpio/qelectrotech-dev) source to get the newer version. But they don't work automatically. Now I need to manually force "downgrade" and look for the version to get a new version of 0.90.
After checking, I realised that my ubuntu system added some version info before the actual version!
I see old (original 0.5-2 ) the old version 1:0.5-2 and the version in PPA (new 0.90.r7446) as 0.90.r7446.
As 0.90.r7664 seems older than 1:0.5-2, I always get the old version installed instead of the new. So how to get rid of that 1:, as this is not the part of the original version?
Thank you