Results 11 to 19 of 19
Originally Posted by kern
I'll have to check them out, I'd rather use checkinstall which I've tried before, to make packages and install those, at least they can come off ...
- 08-20-2005 #11Same here, I will check out both of these. Thanks for the hints!
Originally Posted by kern Registered Linux user #389109
My Semi-Linux Blog
- 08-21-2005 #12Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
I'm going to check that guide again too, I used to use kriegers site a while back for packages, he's great.
- 08-22-2005 #13
I missed a few things i want to configure before compiling *****X, can i not just dl it again make the changes then compile it over itself? Not very sure how things work yet but getting there slowly.
- 08-22-2005 #14If you are going to use checkinstall at least be sure to use Pat's version which is tuned for Slackware.
Originally Posted by stokes
It's in the 'extra' packages.It may be that your sole purpose in life is simply to serve as a warning to others.
- 08-22-2005 #15If you have not yet installed the package you don't need to download it again. You can just run the configure command again with your revisions. If you have already installed it then just do the following and start the process over within the same source folder:
Originally Posted by dave`2005
# make uninstall
# make clean
# ./configure --<your revisisons>It may be that your sole purpose in life is simply to serve as a warning to others.
- 08-22-2005 #16
- 08-23-2005 #17Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
checkinstall -ss works like a dream
except it auto installs the package after, but no biggie
I dont know who said they leave mess, but they dont , the packages uninstall fine just like any other official slackware package
I have already converted 10 apps over to pkgs now
woot
thanks to whoever suggested it
- 08-23-2005 #18It has installwatch as a dependency (hopefully you already installed that package) so I would think the uninstall should be fairly complete. The problem you can run into is where it places the installed files on your system. They may not be according to Slack conventions. Like I said, just be sure you are using Pat's version of checkinstall in the extras folder. It has been patched to adhere better with Slackware installation methods.
Originally Posted by kern It may be that your sole purpose in life is simply to serve as a warning to others.
- 08-23-2005 #19Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
yeah I'm using pats
I have no installwatch though installed
works like a dream, its just you having to be careful with the prefix and actually inspecting the pkg after with tar ftz pkg | less to see its contents


Reply With Quote