PDA

View Full Version : [SOLVED] Qucs is gone after upgrade from 12.04 to 12.10



arvevans
October 29th, 2012, 07:45 AM
After an upgrade from 12.04 to 12.10, Qucs (the circuit simulator) is gone and there seems to be nothing to replace it. I used that frequently. What was supposed to be the new/replacement circuit editor and simulator in 12.10?

dino99
October 29th, 2012, 10:28 AM
https://launchpad.net/ubuntu/+source/qucs

arvevans
October 29th, 2012, 09:02 PM
Yes, that helped me to find and re-install Qucs. Thanks for the pointer.

Since doing yesterday's upgrade I have found several software packages that were removed as part of the upgrade process. It is frustrating and time consuming to find and re-install these packages. Seems the upgrade could have been done better.

fransfrans
December 23rd, 2012, 10:58 PM
The problem is that Qt4 was removed from ubuntu since 12.10. Qucs still uses Qt3.
However, I have made a qucs-qt4 port and it can be downloaded from a PPA
if you add this to your sources you will be able to install qucs:
ppa:fransschreuder1/qucs

or from the command line:
sudo apt-add repository ppa:fransschreuder1/qucs
sudo apt-get update
sudo apt-get install qucs

The port has been added to the official qucs sourcecode, and I will try to get it back into the official debian/ubuntu repository

aishen
January 9th, 2013, 09:26 AM
Thank you for this ppa : I was waiting for a long time to get qucs in qt4
Happy New Year

fransfrans
January 9th, 2013, 09:29 AM
You're welcome! Please take in mind that this qt4 version is not yet very stable, expect a few bugs. I am (with a new team) working hard on the qt4 version to get everything stable, as well as implementing new functions in qucs.

aishen
January 21st, 2013, 09:53 AM
The problem is that Qt4 was removed from ubuntu since 12.10. Qucs still uses Qt3.
However, I have made a qucs-qt4 port and it can be downloaded from a PPA
if you add this to your sources you will be able to install qucs:
ppa:fransschreuder1/qucs

or from the command line:
sudo apt-add repository ppa:fransschreuder1/qucs
sudo apt-get update
sudo apt-get install qucs

The port has been added to the official qucs sourcecode, and I will try to get it back into the official debian/ubuntu repository

Thanks a lot :)