[Slackbuilds-users] New orphans

Jeremy Hansen jebrhansen+SBo at gmail.com
Mon Jul 27 07:43:07 UTC 2026


As a follow-up, I made this to find any abandoned SlackBuilds that are
dependencies of SlackBuilds I maintain (luckily, there aren't any right
now).

It's pretty ugly since I just threw it together as a one-liner.

for i in $(for j in $(grep "jebrhansen" sbo-git/*/*/*.info | cut -d/ -f3);
do cat /var/lib/sbopkg/queues/$j.sqf 2> /dev/null | grep -v ^#; done | sort
-u); do grep -l orphaned sbo-git/*/$i/$i.info | rev | cut -d/ -f2-3 | rev;
done

If anyone wants to use it, just replace jebrhansen with something unique to
you in your .info (probably part of all of your email to guarantee it'll
just return yours).

I might play around with this in the next couple of days to make it a bit
more robust and possibly release it as a helper script.

Jeremy

On Mon, Jul 27, 2026, 12:30 AM B. Watson <urchlay at slackware.uk> wrote:

>
>
> On Sun, 26 Jul 2026, J. Milgram via SlackBuilds-users wrote:
>
> > As a way to drum up responses, I wonder if it'd be easy to extend
> sbocheck to
> > flag currently installed packages that are marked as orphans... the idea
> > being that if you have it installed, it's likely you'll want to see it
> > maintained.
> >
> > I happened to see a package I use on the list, so I'll take it. But it
> was
> > dumb luck that I noticed it.
>
> You know, that's a *very* good idea.
>
> sbocheck is what, part of sbotools and/or sbotools2?
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20260727/cf7394ab/attachment-0001.htm>


More information about the SlackBuilds-users mailing list