2003-12-15, 04:31 PM
To install:
[v702623@snappy]# rpm -ivh foo.rpm
To update:
[v702623@snappy]# rpm -Uvh foo.rpm
How to install an RPM
|
2003-12-15, 04:31 PM
To install: [v702623@snappy]# rpm -ivh foo.rpm To update: [v702623@snappy]# rpm -Uvh foo.rpm
2004-07-12, 09:40 PM
[root@localhost mattman87]# rpm -ivh irssi-0.8.10rc4-20040510.2030.1.i386.rpm warning: irssi-0.8.10rc4-20040510.2030.1.i386.rpm: V3 DSA signature: NOKEY, key ID 63c11e9d error: Failed dependencies: libcom_err.so.3 is needed by irssi-0.8.10rc4-20040510.2030.1 is what i get when i try to insdtall
2004-07-13, 09:20 AM
2004-07-13, 09:06 PM
ok now when i try to install k3b i get this [root@localhost mattman87]# rpm -ivh k3b-0.11.12-1.xcyb.fc2.i386.rpm warning: k3b-0.11.12-1.xcyb.fc2.i386.rpm: V3 DSA signature: NOKEY, key ID 87e600b8 error: Failed dependencies: libDCOP.so.4 is needed by k3b-0.11.12-1.xcyb.fc2 libartskde.so.1 is needed by k3b-0.11.12-1.xcyb.fc2 libid3-3.8.so.3 is needed by k3b-0.11.12-1.xcyb.fc2 libkdecore.so.4 is needed by k3b-0.11.12-1.xcyb.fc2 libkdefx.so.4 is needed by k3b-0.11.12-1.xcyb.fc2 libkdesu.so.4 is needed by k3b-0.11.12-1.xcyb.fc2 libkdeui.so.4 is needed by k3b-0.11.12-1.xcyb.fc2 libkio.so.4 is needed by k3b-0.11.12-1.xcyb.fc2 libkparts.so.2 is needed by k3b-0.11.12-1.xcyb.fc2 libmad.so.0 is needed by k3b-0.11.12-1.xcyb.fc2 [root@localhost mattman87]#
2004-07-13, 10:41 PM
thanx
2004-07-14, 03:19 AM
The bad thing with RPM's is other required updates... such as GCC and such. A handy tool or updater that will fix this problem can be located here: [/url][url=http://apt.freshrpms.net]http://apt.freshrpms.net This is a tool called apt-get. Read about it, when you need an RPM all you need to do is: Quote:apt-get install "package you want" This will install the package, and all related packages you need. *Note: This tool is not a standard part of RH/Fedora.
2004-07-14, 07:49 AM
I prefer yum (which is a standard part of Fedora). B) z0ny
2004-07-21, 02:32 AM
What does Trace/breakpoint mean? I get this when try'n the -f option in apt-get install. Code: [root@400celey root]# apt-get install Does it mean I HAVE to install the dependencies? |
« Next Oldest | Next Newest »
|