Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-11-2008, 06:26 AM
Artnut
 
Posts: n/a
Undo ./configure, make, make install?

Hi all,

Before composing this message, I have googled for the steps to undo
../configure, make, make install but to no avail. My earnest request to you
all to please help me with step by step method to undo the installation.

TIA,

Arty.


Reply With Quote
  #2 (permalink)  
Old 07-11-2008, 09:21 AM
Michael C.
 
Posts: n/a
Re: Undo ./configure, make, make install?

On Fri, 11 Jul 2008 11:56:53 +0530,
Artnut <art@yahoo.com> wrote:
> Hi all,
>
> Before composing this message, I have googled for the steps to undo
> ./configure, make, make install but to no avail. My earnest request
> to you all to please help me with step by step method to undo the
> installation.


You want:

$ sudo make uninstall
$ make clean

Ignore 'sudo' if you're already working as root.

'clean' is a usual target for make, and most distributed makefiles
will have it.

'uninstall' is often lacking.

Usually, there is no unconfigure command, though ./configure --help
may sometimes be useful. Details are usually available in the README
and INSTALL files.

If your distro doesn't have a suitable package available, you should
look into using 'checkinstall' to simplify uninstalling later.

If uninstall is unavailable, you could try:

$ checkinstall
$ cd ..
$ sudo dpkg -i foo-1.23.deb
$ sudo dpkg -r foo-1.23

I don't recall if you need root privledges for checkinstall, you will
need them for dpkg.

Substitute your favorite package manager. Checkinstall, installed
using your package manager should create the appropriate package type,
if not, 'man checkinstall'.

The above hack should be safe, but I haven't tested it.

HTH,

Michael C.
--
mjchappell@verizon.net http://mcsuper5.freeshell.org/

No trees were harmed in the composition of this; however,
numerous electrons were inconvenienced.
Reply With Quote
  #3 (permalink)  
Old 07-11-2008, 11:28 AM
Artnut
 
Posts: n/a
Re: Undo ./configure, make, make install?


"Michael C." <mjchappell@news.motzarella.org> wrote in message
news:g578m5$b7h$1@registered.motzarella.org...
> On Fri, 11 Jul 2008 11:56:53 +0530,
> Artnut <art@yahoo.com> wrote:
>> Hi all,
>>
>> Before composing this message, I have googled for the steps to undo
>> ./configure, make, make install but to no avail. My earnest request
>> to you all to please help me with step by step method to undo the
>> installation.

>
> You want:
>
> $ sudo make uninstall
> $ make clean
>
> Ignore 'sudo' if you're already working as root.
>
> 'clean' is a usual target for make, and most distributed makefiles
> will have it.
>
> 'uninstall' is often lacking.
>
> Usually, there is no unconfigure command, though ./configure --help
> may sometimes be useful. Details are usually available in the README
> and INSTALL files.
>
> If your distro doesn't have a suitable package available, you should
> look into using 'checkinstall' to simplify uninstalling later.
>
> If uninstall is unavailable, you could try:
>
> $ checkinstall
> $ cd ..
> $ sudo dpkg -i foo-1.23.deb
> $ sudo dpkg -r foo-1.23
>
> I don't recall if you need root privledges for checkinstall, you will
> need them for dpkg.
>
> Substitute your favorite package manager. Checkinstall, installed
> using your package manager should create the appropriate package type,
> if not, 'man checkinstall'.
>
> The above hack should be safe, but I haven't tested it.
>
> HTH,
>
> Michael C.
> --


Michael thanks indeed for the solution write up. Unfortunately, something
went bad on my system again as the changes made to the Tim and Date even as
a root were not being accepted. The Add/Remove Software utility in Fedora 9
somehow kept showing busy completing unfinished tasks. When it displayed the
PAN newsreader and I tried to remove it, for a long time it did nothing.
I am just frustrated as one error leads to another. It all started with my
installing(read as screwing up) new kernel on RHEL5. That never got
resolved, installed Suse 10.2 only to screw it up again and now Fedora 9
doesn't want to install RPM or Source files with simple rpm -ivh and
../configure, make and make install commands respectively.

I have yet again reinstalled Fedora 9 with ALL packages Development, lest it
shows some dependency error. But I do not recall "deselecting" any utility
from my previous FC9 installation.

Regards,

Arty


Reply With Quote
  #4 (permalink)  
Old 07-11-2008, 12:01 PM
Man-wai Chang ToDie (33.6k)
 
Posts: n/a
Re: Undo ./configure, make, make install?

Artnut wrote:
> Hi all,
>
> Before composing this message, I have googled for the steps to undo
> ./configure, make, make install but to no avail. My earnest request to you
> all to please help me with step by step method to undo the installation.


check out "checkinstall". it monitors "make install" and create a rpm or
deb out of the file list.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.25.10
^ ^ 20:00:01 up 7 days 23:17 3 users load average: 1.00 1.00 1.00
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_...ub_addressesa/
Reply With Quote
  #5 (permalink)  
Old 07-11-2008, 03:18 PM
EOS
 
Posts: n/a
Re: Undo ./configure, make, make install?

Artnut wrote:

> Michael thanks indeed for the solution write up. Unfortunately, something
> went bad on my system again as the changes made to the Tim and Date even
> as a root were not being accepted. The Add/Remove Software utility in
> Fedora 9 somehow kept showing busy completing unfinished tasks. When it
> displayed the PAN newsreader and I tried to remove it, for a long time it
> did nothing. I am just frustrated as one error leads to another. It all
> started with my installing(read as screwing up) new kernel on RHEL5. That
> never got resolved, installed Suse 10.2 only to screw it up again and now
> Fedora 9 doesn't want to install RPM or Source files with simple rpm -ivh
> and ./configure, make and make install commands respectively.
>
> I have yet again reinstalled Fedora 9 with ALL packages Development, lest
> it shows some dependency error. But I do not recall "deselecting" any
> utility from my previous FC9 installation.
>
> Regards,
>
> Arty


I think is better to format you're system and start a new fresh install
After that use ONLY the software tool of the OS.
adding some repositories and you're done ;-)

and if you can
format a partition for "/ "
format a partition for "/home"
if you then want to do another new install
you only format "/ " and mount "/home" to the new system.

now you can backup you're user settings (/home) also ;-)
just open konsole as user:
cd to_the_backup_space
tar -czf home.tar ~/



on openSUSE is that like that:
adding url's to the system
http://users.telenet.be/photo-memori...arebronnen.png
install ANY software:
http://users.telenet.be/photo-memori...-install-1.png
--
EOS
www.photo-memories.be
Running KDE 3.5.9 / openSUSE 11.0
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:02 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Wills | Record Internet Radio with Tags | Credit Card | American Flags | Loans



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109