<div dir="auto">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).<div dir="auto"><br></div><div dir="auto">It's pretty ugly since I just threw it together as a one-liner.</div><div dir="auto"><br></div><div dir="auto">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/$<a href="http://i.info">i.info</a> | rev | cut -d/ -f2-3 | rev; done</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">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).</div><div dir="auto"></div></div><div dir="auto"><br></div><div dir="auto">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.</div><div dir="auto"><br></div><div dir="auto">Jeremy</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Jul 27, 2026, 12:30 AM B. Watson <<a href="mailto:urchlay@slackware.uk">urchlay@slackware.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On Sun, 26 Jul 2026, J. Milgram via SlackBuilds-users wrote:<br>
<br>
> As a way to drum up responses, I wonder if it'd be easy to extend sbocheck to <br>
> flag currently installed packages that are marked as orphans... the idea <br>
> being that if you have it installed, it's likely you'll want to see it <br>
> maintained.<br>
><br>
> I happened to see a package I use on the list, so I'll take it. But it was <br>
> dumb luck that I noticed it.<br>
<br>
You know, that's a *very* good idea.<br>
<br>
sbocheck is what, part of sbotools and/or sbotools2?<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank" rel="noreferrer">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>