File: README.extra

package info (click to toggle)
pacpl 6.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,620 kB
  • sloc: perl: 2,869; sh: 763; makefile: 113
file content (16 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---------------------------------------------------------------------------
mod-install.sh:

this script will attempt to install all the required perl modules
for pacpl.  For some it may be necessary to actually start the CPAN shell:

perl -MCPAN -e 'shell' (or just 'cpan')

and from there type: install Module::Name
---------------------------------------------------------------------------
mod-install-debian.sh

Same as above except it uses apt-get to install the distro based packages
for debian based operating systems.

The script will attempt ot install Ogg::Vorbis::Header manually.