TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenBSD -stable binary packages

81 pointsby fcambusalmost 6 years ago

5 comments

asveikaualmost 6 years ago
First sysmerge, syspatch, then sysupgrade, now this. Seems like my biggest complaint about running OpenBSD (difficult to keep up to date) is pretty adequately addressed by 6.6.
评论 #20696987 未加载
brynetalmost 6 years ago
Thanks to solene@, sthen@ and pea@ for making this a possibility!<p><pre><code> pkg_add -u</code></pre>
评论 #20695733 未加载
mtron_almost 6 years ago
Is there a better command for a cronjob to check for available updates? I try to get something like &lt;package name&gt; - &lt;current version&gt; - &lt;updated version&gt;<p>i currently use<p><pre><code> pkg_add -u -n -I -v 2&gt;&amp;1 | grep &#x27;Adding&#x27; | sort -u</code></pre>
brian_herman__almost 6 years ago
My favorite pufferfish just keeps getting better. I remember my brother installing OpenBSD m68k on an LC II when I was younger. I should install it on a vm and take it for a spin!
bitmadnessalmost 6 years ago
It says some packages will receive updates. Which ones?
评论 #20696591 未加载