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?
This is a discussion on Managing tar.gzs within the Tech Board forums, part of the Community Boards category; im new to linux and want to try to avoid all the packages out there, is there any practical way ...
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?
come again?
Please direct all complaints regarding this post to the nearest brick wallHave a nice day.
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?
no one remembers software before packages?
it they were xxxx.tar.gz, simply go into the directory and do:
make uninstall
that simple =)