• Home
  • Raw
  • Download

Lines Matching +full:use +full:- +full:debian

4  - [General Notes](#general-notes)
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
12 -------------
23 - on Linux distributions based on Debian, the package `perl` will
25 - on Linux distributions based on RPMs, you will need to install
26 `perl-core` rather than just `perl`.
29 requirement is due to our use of regexp backslash sequence \R among
33 ---------------
36 Indeed, there are `VC-*` configs targeting VisualStudio C, as well as
37 MinGW and Cygwin. The key recommendation is to use a Perl installation
39 on Cygwin be sure to use the Cygwin package manager to install Perl.
40 For MSYS builds use the MSYS provided Perl.
41 For VC-* builds we recommend Strawberry Perl, from <http://strawberryperl.com>.
47 -----------
51 `README-VMS.md` and follow the instructions. Another way is to download a
56 ---------------
67 ---------------------
86 ---------------------------------
91 1. for Linux users, the easiest is to install with the use of your
95 On Debian based Linux distributions, it would go like this:
97 $ apt-cache search Text::Template
99 libtext-template-perl - perl module to process text templates
100 $ sudo apt-get install libtext-template-perl
102 Perl modules in Debian based distributions use package names like
104 "-perl" appended.
109 $ cpan -i Text::Template
118 $ cpan -f -i Text::Template
123 $ cpan -i "Text::Template"
127 $ cpan -f -i "Text::Template"