LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to install and track programs compiled from source (https://www.linuxquestions.org/questions/debian-26/how-to-install-and-track-programs-compiled-from-source-238284/)

jimdaworm 10-03-2004 02:08 PM

How to install and track programs compiled from source
 
Hi I am pretty new to debian (only a few days now) I have had slackware pretty much for the past year, and am finding it interesting as config files and stuff are all in different places!

Anyway I am loving apt-get and the packages, although they look like they might be quite hard for me to understand enought to make them.

Is there anything like check-install that I used with slackware to compile source and install it and then remove it later, without having to rely on make uninstall???

Or even better some sort of really user friendly script that makes .deb packages??

Thanks for your time
:study:

macondo 10-03-2004 02:21 PM

"Anyway I am loving apt-get and the packages, although they look like they might be quite hard for me to understand enought to make them."

Debian has over 15000 packages, why make them?

#apt-get install foo

apt-cache search <package or category>
apt-cache show <package>

will give you a description.

"Or even better some sort of really user friendly script that makes .deb packages??"

i don't know how friendly:

apt-cache show alien

for more information:

APT-HOWTO
http://www.debian.org/doc/manuals/ap.../index.en.html

jimdaworm 10-03-2004 04:05 PM

Thanks for the info macondo I am aware there are 15000 packages. Maby they exist but I canīt find them I have been trying to find patched versions of programs what I want to install for example I want to use xine and vdr togeather with the sc (softcam) and soft csa plugins. Also xawdecode with patches and plugins.


I have just been reading here:
Quote:

http://asic-linux.com.mx/~izto/checkinstall/
It looks like checkinstall makes debian packages too! :)

HappyTux 10-03-2004 05:09 PM

Quote:

Originally posted by jimdaworm
Thanks for the info macondo I am aware there are 15000 packages. Maby they exist but I canīt find them I have been trying to find patched versions of programs what I want to install for example I want to use xine and vdr togeather with the sc (softcam) and soft csa plugins. Also xawdecode with patches and plugins.


I have just been reading here:

It looks like checkinstall makes debian packages too! :)

And works well for the purpose as well I use it for all my packages compiled from source. The syntax is su -c 'checkinstall -D --pkgname=??? --pkgversion=???' Tyoe the root password and edit the description and it builds the package and installs it.

jimdaworm 10-04-2004 02:39 AM

Thanks for your reply HappyTux. I wasnīt sure if it was going t mess stuff up or not! Thats cool!
:)


All times are GMT -5. The time now is 08:24 PM.