Slashdot Mirror


RPM - What's New in Version 4.0?

rafa asks: "Red Hat has recently upgraded their RPM system from the 3.x to 4.0 in the the Red Hat 7.0 distribution. The RPM Web site hasn't been upgraded since sometime in 1999. What has changed since RPM 3? What improvements have been made, and why did they chose to break compatability?"

15 comments

  1. RPM misinformation (was:real-men-use-tarballs dpt) by pastie · · Score: 3

    Well, actually, an RPM is just a tarball with dependency information. How primitive.

    Debian packages, on the other hand, are tarballs with dependencies and configure/uninstall scripts. Now there's a tarball you can take home to mom


    RPMs can have configure/install/uninstall scripts, and more besides. And it has done since version 2 (probably before then, I can't remember right now).

    I like Debian too, but please know what you are posting is actually correct before proclaiming Debian as having the best packaging system (which it may have, but not for this reason).

    Many of the features of older versions of RPM can be found in the freely downloadable book `Maximum RPM' at rpm.org, where there is some documentation. But not for rpm 4.0, as the poster mentioned.

    pastie

  2. Re:real-men-use-tarballs dept. by sufehmi · · Score: 2

    about tarballs vs RPM, I must agree with this.
    tarballs are not only for real-men though, I'm a newbie and I found tarballs works more consistently compared to RPM.
    I was even once had to reinstall Linux due to RPM screw-ups. Since then I only use tarballs or Source RPM.

  3. Re:real-men-use-tarballs dept. by Peaker · · Score: 1

    You really should try Debian.. No package messup will ever be so great as to require a reinstall (unless you delete your package state and all your backup, then a reinstall might be less trouble).

    You really have no match for apt with pure tarballs.

  4. Also wondering by m0rph · · Score: 2

    I have heard information that rpm4 is supposed to support checking of installed libs. This means if they were or were not installed from an rpm. This portion does seem to be supported I have tested this on redhat 7.0 with success. I am not sure of other 'new features' although I have been looking for some info. As far as breaking compatability I am not sure what you mean. They are backward compatable being that you can install 3.x rpms with no problem. You cannot on the otherhand install the 4.x rpm under a 3.x system if this is what you mean. This is typical of alot of software not just rpm.

  5. Re:real-men-use-tarballs dept. by caliban · · Score: 1


    Actually, I think rpm uses cpio rather than tar.


    Think of cpio as the bastard mutated spawn of dd and cp :-)

  6. Re:real-men-use-tarballs dept. by CentrX · · Score: 1

    Why did you have to reinstall?

    --

    "The price of freedom is eternal vigilance." - Thomas Jefferson
  7. Use rpm-3.0.5 to install rpm-4 packages by Prince+Caspian · · Score: 2

    I was having trouble installing new RPMs, particularly those from Rawhide, because they were packaged with the new versions of RPM. Upgrading to rpm-3.0.5 will allow you to install rpm-4 packages.

    --

    "It may be remarked in passing that success is an ugly thing. Men are deceived by its false resemblences to merit."
  8. Re:My question: Will they work? by Jethro · · Score: 1

    You're trying to remove a package named "openssh-2.2.0p1-1.i386.rpm" which is actually the filename the RPM comes with, not the package name. To find out what the package name is, you could go "rpm -qa | grep openssh" or " rpm -q openssh".

    I'm fairly sure that "rpm -e openssh" will remove the openssh package.

    If you have an older openssh package, try "rpm -Uvh openssh-2.2.0p1-1.i386.rpm" which will upgrade it for you.

    HTH.


    --

    --


    In the land of the blind, the one-eyed man is kinky.
  9. Re:My question: Will they work? by bdjohns1 · · Score: 1

    You want this as the uninstall command:

    # rpm -e openssh

    Whenever you uninstall a package, all you need is the base package name.

  10. Is RPM capable of User-mode installs? by Dr.+Evil · · Score: 3

    Can a user install packages without being root? I mean, most of the time you would install as root, but for some cases, like games, applications or the like, you should be able to install yourlelf... into your own home directory.

    I've had to use tarballs to install IRC clients, Zmodem protocols, games and more on remote systems.

    Without user-mode installations, it is just one more reason to give mobile users root access to their own systems.

    I'm not a big fan of package management, it has caused me to rebuild more systems than manually solving dependencies has ever. As soon as somebody starts using the phrase "You'll have to rebuild if your corrupt your XXX" where XXX != "Filesystem", it generally means that XXX is a bad idea.

    I have to get around to reading that Maximum RPM book...

    1. Re:Is RPM capable of User-mode installs? by Black+Parrot · · Score: 3

      > Can a user install packages without being root?

      Two answers:

      1) At work, I have "sudo" access for rpm, so I can install RPMs without being root.

      2) There is a --relocate option that will let you install packages in non-standard locations, i.e. your personal directory tree. I'm not positive, but I believe the package must be designed for relocatability for this to work. There may also be issues with updating the RPM database, but there is also --dbpath for pointing to an alternative database. (I have never actually done any of this, but perhaps a Web search would turn up some examples.)

      --

      --
      Sheesh, evil *and* a jerk. -- Jade
  11. Re:My question: Will they work? by CrayDrygu · · Score: 2
    Ah...wow. Boy do I feel dumb. No, really.

    Guess I should RTFM next time, eh?

    *sigh*

    --

    --

    --
    "I personal[ly] think Unix is "superior" because on LSD it tastes like Blue." -- jbarnett

  12. Installing RPMS for users -- not root by cathryn · · Score: 2

    It seems to me that each user should have his
    own RPM database. So, that if I want to, say,
    install a game in my 'cathryn' directory, wouldn't
    have to go to root to do it. Ideally every package, could have a 'root' install for everyone, and a 'non-root' install for an individual user, I'd think. Am I missing something?

    --
    http://junglevision.com -- Shamus for Gameboy
  13. Re:RPM misinformation (was:real-men-use-tarballs d by josepha48 · · Score: 2
    RPMs can have install and uninstall info too. There are places for post and pre instalation. It also can save your config files if they have changed. I find lots of .rpmsave files on my system. I've had to many problems using debains package management tool.

    I don't want a lot, I just want it all!
    Flame away, I have a hose!

    --

    Only 'flamers' flame!

  14. Re:real-men-use-tarballs dept. by Omega996 · · Score: 1

    add 'compress' in there, and you'd be dead-on!