Slashdot Mirror


User: Salubri

Salubri's activity in the archive.

Stories
0
Comments
51
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 51

  1. Fun with RPM on Gnarly Error Messages · · Score: 1

    Sometimes I run into the error where RPM seems to think that it needs the package you're installing in order to install it. I find it ironic that the package would need itself to install. After all, if you have it already, why would you be installing it? Here's just one example that kept me staring at the screen trying to figure out what file I corrupted somewhere along the line... #linux>ls wine-2.xyz.rpm #linux>rpm -ivh wine-2.xyz.rpm Failed Dependencies wine-2.xyz is needed by package wine-2.xyz Kinda brings new meaning to rpm dependency hell, doesn't it?