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.
我一直在尝试安装 memcached 服务器,但遇到了很多麻烦。现在我正在关注本教程点击。本教程使用 yum 安装软件包,例如“yum install libevent”。问题是,对于每个包,我都会收到此错误:
No package libevent available. Nothing to do
我需要对 yum 做一些额外的配置吗?到目前为止,我唯一做的就是 sudo apt-get install yum。
我正在使用 ubuntu 10.10。
Yum 主要是 Red Hat 的软件包配置工具。在 Ubuntu 中安装软件包的正确方法是使用 apt-get,
sudo apt-get install libevent-1.4-2 memcached libmemcached-dev