LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   uninstalling software installed manually (https://www.linuxquestions.org/questions/linux-newbie-8/uninstalling-software-installed-manually-4175440591/)

rkrara 12-08-2012 10:40 AM

uninstalling software installed manually
 
I have installed SystemC 2.2 on my computer by following the instructions on this link.
wrong linkhttp://maczulu.blogspot.fi/2011/06/i...untu-1104.html
right linkhttp://archive.pfb.no/2010/10/13/systemc-ubuntu-1010/

Mine is Ubuntu 10.10 (dont say no support for 10.10 upgrade to 12.04 because it does not work with my computer), I want to remove SystemC 2.2 and install SystemC 2.3 fresh for its support of TLM library.

So could someone please help me to remove SystemC 2.2 so that I can install SystemC 2.3 such that there is no conflict or any crazy problem because of the earlier older version when I write codes. Thanks.

809areacode 12-08-2012 10:44 AM

Hi and welcome to LQ

In the build directory (where you extracted the source code and ran g++) please try running

sudo make uninstall

rkrara 12-08-2012 11:03 AM

Hi,

Thanks for your reply.

http://pastebin.com/macGMSET

Here is a directory listing for updatedb for "systemc"

Can you tell me exactly which directory do i run that command.
Is it inside this directory /home/rkrara/systemc/systemc-2.2.0/objdir/

As far I remember it must be it.

TobiSGD 12-08-2012 11:10 AM

You should run it in /home/rkrara/systemc/systemc-2.2.0, this directory contains the makefile.

rkrara 12-08-2012 11:24 AM

Thanks Everyone.

It has been removed.
It was in /home/rkrara/systemc/systemc-2.2.0/objdir/
There in that directory I executed the command and it worked.
Thanks.


All times are GMT -5. The time now is 08:05 AM.