Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试在 linux 上通过 apt-get 安装软件包时,它会显示要下载的总量以及安装后将使用的空间。在 mac os x 上使用 macports 时有没有办法查看这些信息?
由于 macports 的性质,这是不可能的:大多数 linux 发行版都提供二进制包。Macports 提供了可以被认为是“收据”的内容:
Macports 下载、编译和安装您安装所需的一切。因此,Macports 不提供该数据,而是为系统提供下载它们的位置以及如何处理它们的说明。
我唯一可以建议的是你做一个(默认前缀是 /opt/local/ )
du -sh PREFIX sudo port install WHATEVER du -sh PREFIX
并比较使用的大小。