mac ports - 进度选项?

发布于 2024-10-30 01:09:59 字数 185 浏览 1 评论 0原文

我通过 macports 在我的 Mac 上安装 gedit。我运行了以下命令,

sudo port install gedit

gedit 有很多依赖项,并且 macports 在过去 2 小时内一直在下载/安装它们。是否有命令行选项可以在下载、构建和安装每个单独的软件包时显示进度?

I am install gedit on my Mac via macports. I ran the following command,

sudo port install gedit

There are MANY dependencies for gedit, and macports has been downloading/installing them for the last 2 hours. Is there a command line option for it to show progress as it's downloading, building, and installing each individual package?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

在梵高的星空下 2024-11-06 01:09:59

可能您需要编辑 /opt/local/share/macports/Tcl/port1.0/portfetch.tcl,

将“curl”更改为另一个程序,例如 axel 或 wget,然后重定向到您当前的 TTY,您也可以使用“ tty'命令获取当前TTY

may be you need to edit /opt/local/share/macports/Tcl/port1.0/portfetch.tcl,

change 'curl' to another program for example axel or wget and then redirect to your current TTY,you can also use 'tty' command to get the current TTY

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文