0

I have been trying to install memcached server, I have had a lot trouble with it. Now I am following this tutorial click . The tutorial uses yum for installing packages e.g. "yum install libevent". The problem is that for every package I get this error:

No package libevent available.
Nothing to do

Do I have to do some extra configuration of yum?? The only thing I have done up to now is sudo apt-get install yum.

I am using ubuntu 10.10.

4

1 に答える 1

4

Yum は、主に Red Hat のパッケージ構成ツールです。Ubuntu にパッケージをインストールする正しい方法は、apt-get を使用することです。

sudo apt-get install libevent-1.4-2 memcached libmemcached-dev
于 2012-09-25T20:44:05.740 に答える