Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:You Have It All Wrong (Score 1) 334

It is probably a matter of what you are more used to, but I find the inconsistency of dpkg's options quite annoying and hard to remember, especially when compared to rpm. The main reason is that dpkg uses different options for package files and already installed packages. With rpm, you only have to remember that "q" is for query and that "p" is used for querying package files. So if you want to list the contents of an installed package, it is "rpm -ql ", and "rpm -qpl " for the contents of a package file. "rpm -qi " shows info for an installed package, "rpm -qpi " shows the info for a package file. With dpkg the options are "-L" and "-c" for contents of installed packages and package files, "-I" for info for a package file. The option for showing info for an installed package does not show up at the online help at all. For me, the way rpm options are constructed is far easier to remember than dpkg's inconsistent options. Dpkg is imho a good example how to screw up a user interface. But as I said, it is probably a matter of what one is more used to. The second disadvantage of the Debian package format against RPM is the way packages are built from source. Building your own RPM package is a breeze compared to doing the same thing in Debian. Regarding apt and yum: I think the reason for your coworker's complaints is rather yum than rpm itself. While I totally agree that apt performs far better than yum, these are just the frontends to work with package repositories. The package formats and their basic tools dpkg and rpm are a different matter. Rpm may need an overhaul, but certainly not in the direction of dpkg.

Slashdot Top Deals

Ya'll hear about the geometer who went to the beach to catch some rays and became a tangent ?

Working...