<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to uninstall program? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623445#M58784</link>
    <description>Unfortunately, the only way to remove program(s) that have been installed in this manner, i.e. make; make install, is to find all the files that make install put and individually remove them.  Since the program was not installed using a package manager, e.g. rpm, there is no automated way to remove the program.&lt;BR /&gt;&lt;BR /&gt;You'll probably have to do another make install to find all the files that were installed and then individually remove them.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Sat, 01 Dec 2001 15:17:33 GMT</pubDate>
    <dc:creator>Santosh Nair_1</dc:creator>
    <dc:date>2001-12-01T15:17:33Z</dc:date>
    <item>
      <title>how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623444#M58783</link>
      <description>&lt;BR /&gt;recently installed some programs.. in tar zipped files&lt;BR /&gt;using make, make install..&lt;BR /&gt;(i don't know what they r , just followed install instruction)&lt;BR /&gt;by the way, some of them turned out not the programs that i want..&lt;BR /&gt;so i want to uninstall it..&lt;BR /&gt;can u help me?&lt;BR /&gt;&lt;BR /&gt;thank you!</description>
      <pubDate>Sat, 01 Dec 2001 07:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623444#M58783</guid>
      <dc:creator>eugene_6</dc:creator>
      <dc:date>2001-12-01T07:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623445#M58784</link>
      <description>Unfortunately, the only way to remove program(s) that have been installed in this manner, i.e. make; make install, is to find all the files that make install put and individually remove them.  Since the program was not installed using a package manager, e.g. rpm, there is no automated way to remove the program.&lt;BR /&gt;&lt;BR /&gt;You'll probably have to do another make install to find all the files that were installed and then individually remove them.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sat, 01 Dec 2001 15:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623445#M58784</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-12-01T15:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623446#M58785</link>
      <description>hmm,&lt;BR /&gt;if i unpacked gz.tar file under /usr/local/mysql&lt;BR /&gt;&lt;BR /&gt;and i found i installed it in a wrong way,&lt;BR /&gt;can i just install again?&lt;BR /&gt;or do i have to delete them all and install?&lt;BR /&gt;and if i have to delete them before reinstalling, can i just delete : rm -r /usr/local/mysql&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;thank you!</description>
      <pubDate>Sun, 02 Dec 2001 03:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623446#M58785</guid>
      <dc:creator>eugene_6</dc:creator>
      <dc:date>2001-12-02T03:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623447#M58786</link>
      <description>When you say you installed it the wrong way how do you mean?&lt;BR /&gt;&lt;BR /&gt;If you mean that you untarred everything under /usr/local/mysql and then did a make ; make install, then chances are that the software was installed under /usr/local. The /usr/local/mysql directory is only the build area and deleting it would only get rid of the build area, not the software that was actually installed.  You can try doing a make -n install which should show what files get installed and where they were installed.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sun, 02 Dec 2001 10:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623447#M58786</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-12-02T10:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623448#M58787</link>
      <description>&lt;BR /&gt;for the mysql program,&lt;BR /&gt;i asked my friend to install it.&lt;BR /&gt;next day, i found out that there is an install instruction on the vendor web site, and also some test instruction to see if it's installed properly...&lt;BR /&gt;so i tested my installation. seemed like there's an error while testing. &lt;BR /&gt;so i dicided to install it again by myself. that was why i asked that question..&lt;BR /&gt;&lt;BR /&gt;there were 3 installation method, binary, source, rpm..&lt;BR /&gt;i think he used binary type....(there's no make, make install while using that method) so i assumed i could just delete the /usr/local/mysql..&lt;BR /&gt;i hope my assumption was right.&lt;BR /&gt;&lt;BR /&gt;.......&lt;BR /&gt;and i know how to install &amp;amp; uninstall rpm pakages&lt;BR /&gt;(just use package manager=))&lt;BR /&gt;&lt;BR /&gt;but there r many programs i installed using "make &amp;amp; make install" (i think this is by using source code.. right?)&lt;BR /&gt;&lt;BR /&gt;here's another question.&lt;BR /&gt;&lt;BR /&gt;when i install this way,&lt;BR /&gt;first i untar the source code under some directory. and make..make install..&lt;BR /&gt;&lt;BR /&gt;Question 1 :then the files that i untarred are just like files that ms window programs use when they intall?(build area?)&lt;BR /&gt;and &lt;BR /&gt;Question 2 :actual programs r installed under different directory?(like c:\program files\someprogram) &lt;BR /&gt;Question 3 :you said..to get rid of the actual program, try "make -n install" and delete all files  copied.. then installation process is just copying? what is the output when i "make and make install"? my guess is, the installation program look at my system , get info &amp;amp; source &amp;amp; object code and then compile &amp;amp; link with the files under build area..&lt;BR /&gt;if my guess is right, can u give me one example of what information they need to compile &amp;amp; link?&lt;BR /&gt;&lt;BR /&gt;thank a lot..&lt;BR /&gt;Eugene Kim</description>
      <pubDate>Sun, 02 Dec 2001 20:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623448#M58787</guid>
      <dc:creator>eugene_6</dc:creator>
      <dc:date>2001-12-02T20:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623449#M58788</link>
      <description>That's a lot of questions, but I'll try to answer them all :-):&lt;BR /&gt;&lt;BR /&gt;1.  When you untar the file, its just like unzipping them under Windows...they're not "installed".&lt;BR /&gt;&lt;BR /&gt;2.  When you do the make install (after compiling the source), the programs get installed, usually under the /usr/local hierarchy.  The windows install programs are more like installing the binaries using a package manager in that there is no compile phase.&lt;BR /&gt;&lt;BR /&gt;3.  Your guess is correct.  Most public domain software uses something called autoconfig which goes and determines your system's features.  These programs go through three stages; 1. the configure stage, where it figures out your systems abilities using autoconfig, 2. the compile stage, where it actually builds the binaries, and 3. the install stage where the binaries get copied to their final destination and permissions are set on the binaries.&lt;BR /&gt;&lt;BR /&gt;autoconfig is a bunch of shell scripts which generate small test programs to see if your system has certain libraries, header files, etc.  For example if the program need gnome libraries, then it will make a small test program, try to link and build it with the gnome libraries and report back whether it was sucessful or not.  &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Mon, 03 Dec 2001 00:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623449#M58788</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-12-03T00:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623450#M58789</link>
      <description>Hello eugene&lt;BR /&gt;&lt;BR /&gt;A very very good program (I can't live without it) is checkinstall (&lt;A href="http://asic-linux.com.mx/~izto/checkinstall-en.html)" target="_blank"&gt;http://asic-linux.com.mx/~izto/checkinstall-en.html)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This program is an absolute must have for RedHat users. What is does is simple: Whenever you compile a package, instead of the traditional&lt;BR /&gt;&lt;BR /&gt;make&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;you do&lt;BR /&gt;&lt;BR /&gt;make &lt;BR /&gt;checkinstall&lt;BR /&gt;&lt;BR /&gt;Checkinstall will do the 'make install' for you, but with an added bonus: It will record every modification made to the system and generate a 'RPM' file for you! The RPM will be under /usr/src/redhat/RPMS and will already be installed.&lt;BR /&gt;&lt;BR /&gt;This is the cleanest way to compile your own programs and  be able to de-install them later (also, you can move the RPM to another system and install it there. A real sweet).&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2001 04:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623450#M58789</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-12-04T04:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623451#M58790</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in the future, check if 'make uninstall' option exist, before removing by hand. Not usualy, but many programs have 'make install' and the reverse, 'make uninstall', that will simply delete everything that was added and leave no sign whatsoever that the software was there :)&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Tue, 04 Dec 2001 10:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/2623451#M58790</guid>
      <dc:creator>Eugen Cocalea</dc:creator>
      <dc:date>2001-12-04T10:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to uninstall program?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/6663750#M58791</link>
      <description>&lt;P&gt;i have programs that needs to be unstalled. how do i do this?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 10:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-uninstall-program/m-p/6663750#M58791</guid>
      <dc:creator>jeffery12345</dc:creator>
      <dc:date>2014-11-04T10:53:22Z</dc:date>
    </item>
  </channel>
</rss>

