Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.15k stars 213 forks source link

Unintsall/Remove QUCS on OSX #348

Closed olr666 closed 8 years ago

olr666 commented 9 years ago

I installed QUCS on my mac a while ago and have never really used it, so I am trying to uninstall it. I deleted all the qucs files I could find, but qucsedit is still in my launchpad and is undeletable.

Is anyone aware of a way to uninstall or remove qucs completely? I tried the uninstall shell but it doesn't work.

guitorri commented 9 years ago

Which version did you install?

guitorri commented 8 years ago

This should be fixed with #414.

Please open a Terminal app and try these commands one by one:

curl -ksO https://raw.githubusercontent.com/Qucs/qucs/master/qucs/contrib/pm/uninstall-qucs-pkg.sh
chmod +x ./uninstall-qucs-pkg.sh
./uninstall-qucs-pkg.sh
rm uninstall-qucs-pkg.sh
guitorri commented 8 years ago

From feedback on qucs-help it seems to be fixed. Closing.

in3otd commented 8 years ago

For reference, the OS X uninstall script has been moved, and it can now be found at https://raw.githubusercontent.com/Qucs/qucs/master/contrib/mac/uninstall-qucs-pkg.sh or equivalently at https://sourceforge.net/p/qucs/git/ci/master/tree/contrib/mac/uninstall-qucs-pkg.sh?format=raw