sh 关于自制软件的中篇文章的一些命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 关于自制软件的中篇文章的一些命令相关的知识,希望对你有一定的参考价值。

#Any line starting with the symbol # is a comment to help explain the command below it.

#Use this command to list anything that's installed that has a new version to update to.
brew outdated

#Here I can update all outdated items.
brew upgrade `brew outdated`

#Here I check for updates to Homebrew itself.
brew update

#Here I check for any problems with Homebrew.
brew doctor

以上是关于sh 关于自制软件的中篇文章的一些命令的主要内容,如果未能解决你的问题,请参考以下文章

sh 使用自制软件的Android模拟器

sh 从自制软件推荐一个随机包

sh 自制软件

sh 自制软件更新

sh 自制软件包

sh 自制软件安装包装清单