• No related posts.

      • No related posts.

        • No related posts.

          • No related posts.

              No related posts.

            Installing perl audio converter

            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:

            1. Installing ports collection
            2. Perl script to read .dbx files
            This entry was posted in Centos, Debian, Fedora, Linux, Redhat, Ubuntu and tagged , , , , , .

            2 Responses to “Installing perl audio converter”

            1. nikesh Says:

              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

            2. Giany Says:

              Run : cpan Ogg::Vorbis::Header

              New versions of cpan do not need the install parameter.

            Leave a Reply