Download the latest version of pacpl from:
Download PACPL from http://pacpl.sourceforge.net/
install cpan, either with yum,apt..
Install these cpan modules:
cpan install Ogg::Vorbis::Header
cpan install Inline::MakeMaker
cpan install MP3::Tag
cpan install Audio::FLAC::Header
cpan install MP4::Info
cpan install Audio::WMA
cpan install Audio::Musepack
cpan install CDDB_get
Untar the pacpl source and move the binary into /usr/bin and the share/pacpl files into /usr/share/pacpl, also the config file (pacpl.conf) should be in /etc/pacpl/
To convert from .caf to mp3 use:
pacpl –to mp3 file.caf
Related posts:



July 11th, 2011 at 5:54 pm
I am trying to install pacpl on fedora13. I installed cpan through rpm.
# yum install perl-CPAN
After that I tried to install the cpnel modules I am getting error messages.
]# cpan install Ogg::Vorbis::Header
It looks like you specified ‘install’ as an argument to cpan(1). This
script is not the CPAN.pm prompt and doesn’t understand the same commands.
In fact, doesn’t require the extra typing. You probably just want to
list the modules you want to install:
cpan Ogg::Vorbis::Header
See the documentation for more details on using this script.
It would be very helpful for me if u helped me to fix these errors.
Thank you
Nikesh
July 13th, 2011 at 3:07 pm
Run : cpan Ogg::Vorbis::Header
New versions of cpan do not need the install parameter.