TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

OpenBSD -stable binary packages

81 点作者 fcambus将近 6 年前

5 条评论

asveikau将近 6 年前
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 未加载
brynet将近 6 年前
Thanks to solene@, sthen@ and pea@ for making this a possibility!<p><pre><code> pkg_add -u</code></pre>
评论 #20695733 未加载
mtron_将近 6 年前
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__将近 6 年前
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!
bitmadness将近 6 年前
It says some packages will receive updates. Which ones?
评论 #20696591 未加载