perl-software
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| perl-software [2017/02/01 12:55] – created joguya | perl-software [2020/05/14 05:28] (current) – aorth | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 5.22.3 | + | * Version: 5.28.2 | 
| - | * Updated: | + | * Updated: | 
| * Link: https:// | * Link: https:// | ||
| Line 14: | Line 14: | ||
| < | < | ||
| - | Load perl | + | Load one version into your environment and run it: | 
| - | < | + | < | 
| + | $ perl</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < | 
| - | $ cd /tmp | + | $ wget https:// | 
| - | $ wget http:// | + | $ tar xf perl-5.28.2.tar.xz | 
| - | $ tar -xvf perl-5.22.3.tar.gz | + | $ cd perl-5.28.2 | 
| - | $ cd perl-5.22.3 | + | $ ./ | 
| - | $ sudo mkdir -p / | + | $ make -j4 | 
| - | $ sudo chown -R joguya: | + | $ sudo mkdir -p / | 
| - | $ scl enable devtoolset-2 bash | + | $ sudo chown aorth / | 
| - | $ ./Configure -des -Dprefix=/ | + | |
| - | $ make test | + | |
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ curl -L https:// | 
| + | $ chmod +x / | ||
| + | $ sudo chown -R root:root / | ||
| </ | </ | ||
| - | |||
perl-software.1485953735.txt.gz · Last modified:  by joguya
                
                