Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] [Software] How to uninstall qucs

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
PsySc0rpi0n
Posts: 322
Joined: 2012-10-24 13:54
Location: Bitcoin World
Has thanked: 8 times
Been thanked: 1 time

[Solved] [Software] How to uninstall qucs

#1 Post by PsySc0rpi0n »

Hi.

Quite some time ago, I downloaded qucs from here and followed instructions in README.md file to compile and install qucs. However, qucs was removed from Debian and now I have a useless software installed that returns error if I try to run it.
Install instructions (from the README.md file) are:

Code: Select all

tar xvfz qucs[version].tar.gz
cd qucs[version]
./configure
make install
The error is this:

Code: Select all

$ /usr/local/bin/./qucs
/usr/local/bin/./qucs: error while loading shared libraries: libQtScript.so.4: cannot open shared object file: No such file or directory
I just want to remove this software safelly and completely without leaving dust behind that may slow down my Debian in the future or simply leave unwated remains!
How can I remove this?
Last edited by PsySc0rpi0n on 2023-02-03 21:49, edited 1 time in total.

User avatar
PsySc0rpi0n
Posts: 322
Joined: 2012-10-24 13:54
Location: Bitcoin World
Has thanked: 8 times
Been thanked: 1 time

Re: [Software] How to uninstall qucs

#2 Post by PsySc0rpi0n »

Well, maybe I just made it.
I blindly tried:

Code: Select all

$ make clean
$ sudo make uninstall
and I think it did it. Seems to be gone.
Is there anything else I can do to remove any other possible remainings?

Post Reply