LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Where does slackware store packages compiled with sbopkg? (https://www.linuxquestions.org/questions/slackware-14/where-does-slackware-store-packages-compiled-with-sbopkg-753097/)

glore2002 09-06-2009 12:07 PM

Where does slackware store packages compiled with sbopkg?
 
As you may know, I've deleted my /bin folder. Since I can access my slackware partitions from Debian, I would like to save the packages compiled with sbopkg. This because if I have to reinstall, I would like to install all those packages at once with installpkg *.t?z and not to build all those packages again.

So, where can I find those *.t?z packages?

Thank you!

sahko 09-06-2009 12:16 PM

By default slackbuilds.org scripts dump the packages in /tmp

MannyNix 09-06-2009 12:23 PM

Right, from /etc/sbopkg/sbopkg.conf
Code:

# The following variables are used by sbopkg and by the SlackBuild scripts
# themselves.  They are exported for this reason.
export TMP=${TMP:-/tmp/SBo}
export OUTPUT=${OUTPUT:-/tmp}


glore2002 09-06-2009 01:44 PM

And where are the sources and the slackbuilds sbopkg uses to create the packages? I would like to backup them too.

Thanks again,

glore2002 09-06-2009 01:56 PM

And where are the sources and the slackbuilds sbopkg uses to create the packages? I would like to backup them too.

Thanks again,

mattydee 09-06-2009 02:04 PM

Quote:

Originally Posted by glore2002 (Post 3672069)
And where are the sources and the slackbuilds sbopkg uses to create the packages? I would like to backup them too.

Thanks again,

http://slackbuilds.com/howto/

MannyNix 09-07-2009 12:21 AM

Quote:

Originally Posted by glore2002 (Post 3672069)
And where are the sources...

Again: /etc/sbopkg/sbopkg.conf
Code:

SRCDIR=${SRCDIR:-/var/cache/sbopkg}
(When you build a package they should be untared (unziped, whatever) in /tmp/SBo/)

Quote:

Originally Posted by glore2002 (Post 3672069)
...and the slackbuilds sbopkg uses to create the packages?

Again: /etc/sbopkg/sbopkg.conf
Code:

# Directory variables
REPO_ROOT=${REPO_ROOT:-/var/lib/sbopkg}

(just ls /var/lib/sbopkg/SBo/13.0/ those are your 'ports')

Quote:

Originally Posted by mattydee (Post 3672076)

Definitely yes, gl


All times are GMT -5. The time now is 01:45 AM.