Go Back   Technology Questions > Software Questions > Operating System Questions > Linux

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 07-25-2008, 06:21 AM
Artnut
Tablet PC Guest
 
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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 07-25-2008, 06:21 AM
Xploder HD Movie Player for PS3. Manage, convert and transfer media files between the PC and PS3.
  #2 (permalink)  
Old 07-25-2008, 06:21 AM
Michael C.
Tablet PC Guest
 
Posts: n/a
Re: Undo ./configure, make, make install?

On Fri, 11 Jul 2008 11:56:53 +0530,
Artnut <art******.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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 07-25-2008, 06:21 AM
Artnut
Tablet PC Guest
 
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******.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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 07-25-2008, 06:21 AM
Man-wai Chang ToDie (33.6k)
Tablet PC Guest
 
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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 07-25-2008, 06:21 AM
EOS
Tablet PC Guest
 
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
disable 'install on first use' or make sure all functionality that isinstall on first use is installed? pantagruel Microsoft Office 0 01-10-2008 05:31 AM
Should I make a How do I make a Backup disc of my current operating System mike hunt Windows XP 2 11-15-2007 07:30 PM
How do I make ultimate let me install unsigned drivers? Chris Windows Vista 12 05-13-2007 07:50 PM
Can I Re-Install IF I Make No Hardware Changes Chad Windows Vista 2 05-11-2007 10:20 AM
How to make a partition in Lenovo t60 to install Windows 2003 server? natraj.yerram@gmail.com Notebooks 2 05-05-2007 10:52 PM


All times are GMT -8. The time now is 01:04 PM.


2003 - 2008 All Rights Reserved. Technology Questions

SEO by vBSEO 3.1.0