2013年1月21日

centos 6.3安装Haskell Platform随笔

摘要: 系统安装不在阐述,配置好网络可以连接外网;然后开始安装:问题1:yum install使用不了 Exception:Another app is currently holding the yum lock;解决方案: 参考:http://www.2cto.com/os/201201/117795.html #ps -ef|grep upate 找到进程,强制kill掉,之后删除运行进程文件 #rm -f /var/run/yum.pid安装过程:1:下载最新的ghc和Haskell Platform: 链接地址:http://www.haskell.org/platform/安装... 阅读全文

posted @ 2013-01-21 17:44 aquariusm 阅读(522) 评论(0) 推荐(0)

导航