摘要: 下载的 deb文件点击无法安装, 命令行下输入sudo dpkg -i **.deb一 软件安装包的类型通常Linux应用软件的安装有五种: 1) tar+ gz包,如software-1.2.3-1.tar.gz。他是使用UNIX系统的打包工具tar打包的。 2) rpm包,如software-1.2.3-1.i386.rpm。他是Redhat Linux提供的一种包封装格式(www.rpmfind.net)。 3) dpkg(deb)包,如software-1.2.3-1.deb。他是Debain(ubuntu) Linux提供的一种包封装格式。 4) bin包,如RealPlaye... 阅读全文
posted @ 2009-04-14 21:40 iTech 阅读(10542) 评论(2) 推荐(1)