일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Linux
- Network
- solaris network
- rac
- 오라클
- oracle install
- 연산자
- memory
- dba
- patch
- solaris
- fdisk
- perl string
- sqlplus
- perl one-liner
- RHEL4
- PERL
- command & perl
- cygwin
- Oracle RAC
- Unix
- grid
- MySQL
- oracle
- prompt
- mariaDB
- perl + 정규표현식
- php5
- SQL
- bash
Archives
- Today
- Total
DATA 전문가로 가는 길
[ Perl ] Solaris9 - Perl 업그레이드 방법 본문
작성자 : 박상수
작성일자 : 2010.12.18
작업환경 : VMware7 [ Solaris9 ]
작성일자 : 2010.12.18
작업환경 : VMware7 [ Solaris9 ]
1. Package Download
2. Package Delete
[설명] Perl 관련 패키지를 모두 제거 하세요.
[root@estenpark:/tmp]
# pkginfo |grep Perl
[root@estenpark:/tmp]
# pkgrm [패키지명]
[root@estenpark:/tmp]
# pkginfo |grep Perl
[root@estenpark:/tmp]
# pkgrm [패키지명]
3. Package Delete
[설명] 패키지 설치 합니다.
[root@estenpark:/tmp]
# gunzip -d perl-5.8.8-sol9-x86-local.gz
[root@estenpark:/tmp]
# pkgadd -d perl-5.8.8-sol9-x86-local
[설명] path 를 환경 변수에 넣어 줍니다.
[root@estenpark:/tmp]
# vi ~/.bash_profile
export PATH=$PATH:/usr/local/bin
[설명] Perl 버전을 확인 합니다.
[root@estenpark:/]
# perl -v
This is perl, v5.8.8 built for i86pc-solaris
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[root@estenpark:/tmp]
# gunzip -d perl-5.8.8-sol9-x86-local.gz
[root@estenpark:/tmp]
# pkgadd -d perl-5.8.8-sol9-x86-local
[설명] path 를 환경 변수에 넣어 줍니다.
[root@estenpark:/tmp]
# vi ~/.bash_profile
export PATH=$PATH:/usr/local/bin
[설명] Perl 버전을 확인 합니다.
[root@estenpark:/]
# perl -v
This is perl, v5.8.8 built for i86pc-solaris
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
'Programming > Perl' 카테고리의 다른 글
[ Perl ] Pro*C 분석기 - 테이블 추출 방법 (0) | 2013.05.24 |
---|---|
[ Perl ] Perl Oneliners [Pattern, Select, Change] (0) | 2010.11.30 |
[Perl] Perl One-liner 모음 (0) | 2010.02.02 |
[Perl] Perl 자동 화 설정 방법 (0) | 2010.01.13 |
[Perl] 문자열 비교 String Diff [ 파일1을 기준으로 파일2에서 중복 값을 출력 ] (4) | 2009.07.04 |
Comments