I'm trying to setup my ruby on rails development environment on CentOS. I used to use debian but for some reason I switch. Now when I'm trying
yum install apache2 curl ...(other packages) nodejs
It reports no package found for apache2, libmysqlclient-dev, and nodejs.
Can anyone tell me how to fix this problem? I'm new to CentOS. Thanks.