Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 2 of 2
  1. #1
    secure NFS is offline Registered User
    Join Date
    Aug 2002
    Location
    Denmark
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    de-installing unix apps

    Everywhere I read, configure, make, etc. are explained - but what if I want to de-install a unix app.

    Say I use apache 1.3.26 and would like to upgrade to apache 2.0.40 - what do I do?

    -should I deinstall version 1.3 ? how?
    -can I re-use some of my old configurations?

    Any help would be much appreciated.

  2. #2
    howardm4 is offline Registered User
    Join Date
    Jun 2001
    Posts
    204
    Thanks
    0
    Thanked 0 Times in 0 Posts
    some packages include an 'uninstall' target
    in their Makefiles. Many do not.

    it really boils down to figuring out where
    it stashed all the files and moving them
    out of the way. Usually, things are
    rooted in /usr/local but a 'make -n install'
    will show you what gets installed w/o
    doing it.

    Sometimes you can load the new version
    right over the old one but that can
    burn you w/ left over files, etc.

 

 

Similar Threads

  1. What should I learn for porting linux and unix apps to Mac?
    By alphap1us in forum Software Programming & Web Scripting
    Replies: 3
    Last Post: May 27th, 2003, 05:07 PM
  2. Running Unix apps in OS X?
    By loom001 in forum Unix & X11
    Replies: 1
    Last Post: March 23rd, 2003, 03:35 AM
  3. Installing UNIX apps
    By jollewhoever in forum Mac OS X System & Mac Software
    Replies: 5
    Last Post: April 27th, 2002, 09:24 PM
  4. Thoughts about UNIX apps on OSX?
    By mczolton in forum Apple News, Rumors & Discussion
    Replies: 1
    Last Post: October 19th, 2000, 02:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •