Thread: Managing tar.gzs

  1. #1
    martman00
    Guest

    Managing tar.gzs

    im new to linux and want to try to avoid all the packages out there, is there any practical way to do this. i know you can install with ./configure but is there a good way to unstall and update tar.gzs?

  2. #2
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    come again?

  3. #3
    martman00
    Guest
    what i mean to say is can i use a tar.gz like a rpm? with a rpm i could update it or uninstall it with one command, but then im relaying on redhat and not all software is a rpm, but almost everything is a tar.gz. can i use a tar-ball like a package? how was it done before packages?

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    no one remembers software before packages?

  5. #5
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    it they were xxxx.tar.gz, simply go into the directory and do:

    make uninstall
    that simple =)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 02-25-2009, 12:02 PM
  2. hints about managing multi-programmers projects
    By BrownB in forum Tech Board
    Replies: 1
    Last Post: 11-09-2006, 09:57 AM
  3. Managing Image Quality
    By stickman in forum C++ Programming
    Replies: 8
    Last Post: 09-07-2004, 06:15 PM
  4. Managing shared memory lookups
    By clancyPC in forum Linux Programming
    Replies: 0
    Last Post: 10-08-2003, 04:44 AM
  5. Managing a heap using an array.
    By rahuls in forum C Programming
    Replies: 3
    Last Post: 03-20-2003, 02:49 PM