Using linux as non-root enter the following at a shell prompt
input.m4a = the filename you will be converting
output.mp3 = the output from the conversion
ffmpeg -i input.m4a -c:v copy -c:a libmp3lame -q:a 4 output.mp3