LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Best way to install .deb package in Slackware? (https://www.linuxquestions.org/questions/slackware-14/best-way-to-install-deb-package-in-slackware-907732/)

H1p8r10n 11-06-2022 06:38 AM

http://download.zenwalk.org/people/jp/SlackBuild

kjhambrick 11-06-2022 08:25 AM

Thanks H1p8r10n

Your Zenwalk SlackBuild looks very interesting !.

I've got some studying to do :)

Thanks again.

-- kjh

So ... do you have a SlackBuild.SlackBuild for the ZenWalk SlackBuild ? :) :) :)

marav 11-06-2022 08:28 AM

Quote:

Originally Posted by H1p8r10n (Post 6390578)

The interesting part is that it works for almost all (maybe all?) srcpkg type
Merci monsieur Jean-Philippe ;-)

H1p8r10n 11-06-2022 08:57 AM

Quote:

Originally Posted by marav (Post 6390595)
The interesting part is that it works for almost all (maybe all?) srcpkg type Merci monsieur Jean-Philippe ;-)

Yes, it creates a Slackware package with no need of configuration, from ...... any source or binary tarball ;) .... LOOL :D

But it sure needs to be improved... don't forget to post your ideas, in case you find some bugs.

Cheers
jp

H1p8r10n 11-06-2022 09:03 AM

Quote:

Originally Posted by kjhambrick (Post 6390594)
Thanks H1p8r10n So ... do you have a SlackBuild.SlackBuild for the ZenWalk SlackBuild ? :) :) :)

It's included in the zenwalk-tools package :)

In Zenwalk most Slackbuilds scripts are just copies of THE SlackBuild

kjhambrick 11-06-2022 09:25 AM

Thanks again H1p8r10n / Hyperion.

I'll be playing with this one :)

-- kjh

chrisretusn 11-07-2022 02:47 AM

When I need to install at .deb package in Slackware, I create a SlackBuild for it and use bsdtar for the extraction, bsdtar is useful for .rpm files too.

From my template.SlackBuild
Code:

# Handle DEB packages.
mkdir -p $EXTRACTDIR || exit 1
cd $EXTRACTDIR
bsdtar -O -xvf $SOURCE data.tar.xz | tar xvJ


rizitis 10-18-2023 11:35 AM

Quote:

Originally Posted by H1p8r10n (Post 6390578)

I cant find that script, is it possible someone give me a valid link (if exist), or upload script here?
thank you.

H1p8r10n 10-18-2023 04:39 PM

Just do "SlackBuild yourpackage.deb" and it will output a perfect Slackware package "yourpackage.txz"

In Zenwalk

marav 10-18-2023 05:08 PM

Quote:

Originally Posted by rizitis (Post 6459494)
I cant find that script, is it possible someone give me a valid link (if exist), or upload script here?
thank you.

=>
http://download.zenwalk.org/x86_64/people/jp/SlackBuild

H1p8r10n 10-18-2023 05:14 PM

A more récent version is available in the latest Zenwalk-tools package.


All times are GMT -5. The time now is 06:20 PM.