Homebrew 可以在 Centos 电脑上使用吗

Homebrew 可以在 Centos 电脑上使用吗

我刚刚在一台旧电脑上安装了 Centos 6.4 minimal,该电脑通过我的 iMac 连接了互联网。将其设置为开发服务器。所需安装:Nginx, Apache, PHP-5, Mysql, Redis, Mongodb etc

yum 在我的 iMac 上是否和 Homebrew 一样好用,或者我可以在 Centos 电脑上安装 Homebrew 吗?

最好的解决方法是什么?或者说你是怎么做的?

谢谢

这是我目前需要安装的

yum install man to install the manuals
yum install bind-utils to install basic network tools (host, nslookup..)
yum install wget to install wget, that will help you grab files from the internet
yum install setuptool to install the user-friendly text mode menu utility
yum install system-config-firewall to install the firewall plugin for the tool above
yum install system-config-network-tui to install the network plugin for the tool above
yum install openssh-server to install the SSH server, which will allow you to connect to your system
yum install openssh-clients to install the SSH client, which will allow you to connect to other systems
yum install NetworkManager to install the service that manage the network connections

答案1

Homebrew 有针对 Linux 的分支,例如Linuxbrew。但是,Homebrew 试图模仿类似yum或其他包管理器(aptitudepacman等)——至于“它是否一样好”,根据我的经验并非如此,因为“配方”相当有限——但它确实在 Mac 上提供了一些不错的功能(因为没有 CLI 包管理器)。

尽管如此 - 我不会选择它而选择 Linux 的内置/默认包管理器。

相关内容