linux下如何升級系統預設安裝的perl版本

來源:互聯網
上載者:User
linux下如何升級系統預設安裝的perl版本  

2012-10-16 16:42:00|  分類:

linux |字型大小 訂閱

不建議先rm
先下載tar.gz ...然後手動安裝..default 安裝到/usr/local/目錄下..
然後修改/usr/bin/perl的symbolic link到/usr/local/bin/perl

原生系統為centos4.5.想體驗一下最新版本
:
[url]http://www.cpan.org/src/README.html[/url]
下載連結:
[url]http://www.cpan.org/src/perl-5.10.0.tar.gz[/url]
下載方式不用說了吧,各顯神通,筆者習慣用wget.所以wget[url]http://www.cpan.org/src/perl-5.10.0.tar.gz[/url] .
下載完以後解壓安裝
#tar zxvf perl-5.10.0.tar.gz
#cd perl-5.10.0
#./Configure -des -Dprefix=/usr/local/perl
參數-Dprefix指定安裝目錄為/usr/local/perl
#make
#make test
#make install
如果這個過程沒有錯誤的話,那麼恭喜你安裝完成了.是不是很簡單?
接下來替換系統原有的perl,有最新的了咱就用嘛.
#mv /usr/bin/perl/usr/bin/perl.bak
#ln -s /usr/local/perl/bin/perl/usr/bin/perl
#perl -v

This is perl, v5.10.0 built for i686-linux

Copyright 1987-2007, Larry Wall

Perl may be copied only under the terms of either the ArtisticLicense or the
GNU General Public License, which may be found in the Perl 5 sourcekit.

Complete documentation for Perl, including FAQ lists, should befound on
this system using "man perl" or "perldoc perl". If you have accessto the
Internet, point your browser at [url]http://www.perl.org/[/url],the Perl Home Page.

恩,如果你那執行perl -v 和我的提示一樣的話.就是安裝成功了
然後就可以了用它來安裝一些其它你需要的perl模組了
#perl -MCPAN-e shell
第一次執行的話,會提示安裝cpan並要求串連網路下載最新的模組列表.然後就可以安裝東西了
cpan[1]> install DBI
是不是很簡單呢

現在問題來了,怎麼卸載啊,試過 make uninstall,不管用啊

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.