Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
12/19/2009 11:40:39 AM EDT
So I have CentOS running in a VMWare system and am trying to figure out how to install applications.  I have tried the yum install aircarack like the tutorials say but no dice anyone want to help a brother out.
12/19/2009 12:48:50 PM EDT
[#1]
If you run anything other than mac or windows, you are supposed to be intelligent and self reliant.




(I don't know)
12/19/2009 2:25:30 PM EDT
[#2]
Quoted:
So I have CentOS running in a VMWare system and am trying to figure out how to install applications.  I have tried the yum install aircarack like the tutorials say but no dice anyone want to help a brother out.


DAG: Linky to DAG Repo

Just remember that with yum both syntax and correct naming are important. If in doubt just use "yum search <some_application>"

In case you didn't already know Centos is essentially Redhat Enterprise (without the Redhat logos). FOr example, Centos 5 32bit you'd want RHEL 5 32bit and so on

Read that entire page and you're good-to-go. Have fun and ask lots of questions.

ETA: corrected my poor English
12/19/2009 10:31:09 PM EDT
[#3]
Check the program you're trying to install. Unless it comes in the CentOS core repositories yum will not find it. Unless it's a standard Linux system or subsystem it's not going to be in the base repo. For that, you'll want to use DAG (already linked) or another repository. Check the application maker to see even if they have it uploaded to one. If not, you'll need to see if you can get an RPM from them. To install a RPM, it's essentially the same thing as yum. Just download the package to your server and run rpm -Uvh filename to install it. If there are any dependency errors you'll need to find them, you can start by looking for those deps on yum or here.
12/20/2009 7:43:11 AM EDT
[#4]
I mostly second the above. Except that installing single rpms is way too much pain for someone with little experience.

You want to use yum to install things. yum search <somestring> is your good buddy.

You can install other repositories, as described above. But be careful about mixing some of them. Two I use on CentOS are:

rpmfusion and EPEL

Don't mix DAG and rpmfusion, you may end up with weird results.

If you have any more specific questions, ask here. I play a CentOS/RHEL admin in real life

12/21/2009 10:24:28 AM EDT
[#5]
Thanks liberty I will be hitting you up for help.  Can you recommend any good books like Linux for dip shits?
12/21/2009 4:46:08 PM EDT
[#6]
Quoted:
Thanks liberty I will be hitting you up for help.  Can you recommend any good books like Linux for dip shits?


A friend of mine edited this one - Fedora Linux Toolbox
12/21/2009 4:52:56 PM EDT
[#7]
I will pick it up this week and read my ass off.  Got nothing else to do on a 11 hour flight to Liberia.
12/23/2009 8:00:04 AM EDT
[#8]
Setup RPMForge

Then yum install whatever.