(i've been asking questions like this a lot lately, eh?)

I'm unable/unsure how to install nero AAC on my fedora-13 box. I've downloaded the zip archive and extracted it. I see a linux directory containing this:

neroAacDec  neroAacEnc  neroAacTag

no idea what to do next to install this.

i've, alternately, tried "yum search nero", but all I see is:

nrg2iso.i686 : Convert Nero Burning Rom image files into ISO

which isn't the AAC converter (m4a to mp3) I'm looking for.

link|improve this question

Are they green? – Ignacio Vazquez-Abrams Dec 19 '10 at 0:26
not green, no. black. – Ramy Dec 19 '10 at 0:26
Open a terminal and do an ls of the directory. – Ignacio Vazquez-Abrams Dec 19 '10 at 0:26
i did, that's what i've posted in the question – Ramy Dec 19 '10 at 0:27
Run file against each. – Ignacio Vazquez-Abrams Dec 19 '10 at 0:29
show 3 more comments
feedback

2 Answers

up vote 2 down vote accepted

What you have are a bunch of executables that aren't executable. Run chmod u+x against them and then put them somewhere convenient such as ~/bin (which you may need to create first). You will then be able to invoke them using just the command name (and of course, whatever arguments the executable may take).

link|improve this answer
feedback

copy neroAacEnc to /usr/bin and chmod u+x as explained above. this the path cd-rippers (e.g. asunder) will look for codecs, on Fedora 13

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.