2007年5月16日星期三

howto install rpm in Ubuntu!

ubuntu是基于debian的linux

因此使用了debian的deb软件管理模式

所以是不能直接使用rpm的

如果需要使用rpm 那么你需要执行以下命令:

代码:
sudo apt-get install alien


在安装好之后,你需要把下载好的rpm进行转换

代码:
sudo alien XXXX.rpm


然后安装转换好的deb包

代码:
sudo dpkg -i xxxxx.deb


最后说明一点 转换不一定成功 最好是找该软件的deb版下载

1 评论:

daspeac 说...

I have heard about another way of repair .mdf files. Besides, you can visit my blogs at: http://daspeac.livejournal.com/ or http://daspeac.blogspot.com/ where I’m trying to share my experience with regard to data corruption issues.