jackzheng2002 发表于 2002-12-19 16:43:33

how to open .rpm file in linux,thank you?

how to open .rpm file in linux.
i want to open the file"simsun-ttf-2.10-1dyna.noarch.rpm"
what software should i download first
thank you!!

jackyhong 发表于 2002-12-19 17:07:26

Rpm package is the binary file,
you can't open them,but you may
install them,

jackzheng2002 发表于 2002-12-19 19:19:53

how can i install them?
thank you!
indeed,i want to install the file"simsun-ttf-2.10-1dyna.noarch.rpm" . so i can use chinese in my linux.
the file has been down from this net.how can i use the file to achieve my goal .thank you again!

jackyhong 发表于 2002-12-20 12:58:05

install: rpm -hiv simsun-ttf-2.10-1dyna.noarch.rpm
update: rpm -Uiv simsun-ttf-2.10-1dyna.noarch.rpm
uninstall: rpm -e (rpm package name: Example:simsun-ttf-2.10-1dyna)

jackyhong 发表于 2002-12-20 13:03:21

Really, The question has been replied   in forum.

jackzheng2002 发表于 2002-12-22 11:43:50

really?
thank you for your help!!
oh, give me another chance to ask another question:
jackyhong,
    have you do something work about "Linux device drive and PCI", can you give me some adivice ! thanks a lot!!!

jackyhong 发表于 2002-12-23 09:01:30

推荐一本书给你《Linux设备驱动程序》(第二版)奥莱里软件代理,
应该听说过了吧 !重那里你可以知道该怎么实现驱动程序的

jackzheng2002 发表于 2002-12-23 09:58:40

是的,我看了。
不过那里讲PCI的比较简单。
所以现在到网上来找资料了!
PCIBIOS 我一直搞不太清楚,如何实现的?
还有一些具体的操作!
想找一些代码来看,
谢谢你的帮助!!

jackzheng2002 发表于 2002-12-25 18:18:20

有其他高手浏览本页面吗
敬请赐教!!
谢谢!!

hrcliwang 发表于 2002-12-25 20:00:09

alien, rpm2cpio, cpio, mc

你可用 $alien转换成很多别的形式 (TGZ,DEB.....),但需下载ALIEN
         也用 rpm2cipo test.rpm|cpio -idv展开
          或者使用MC打开

jackzheng2002 发表于 2003-1-1 11:28:55

sir upstairs,
      can you explain the method in detail.
thank you
页: [1]
查看完整版本: how to open .rpm file in linux,thank you?