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.
Yum is primarily a package configuration tool for Red Hat. The correct way to install the packages in Ubuntu would be to use apt-get,