Koozali.org: home of the SME Server

[Solved] How to list installed contributions

Offline toothandnail

  • ****
  • 139
  • +0/-0
[Solved] How to list installed contributions
« on: October 28, 2011, 10:35:52 PM »
I've done quite a bit of searching,, but so far, found nothing that fits....

I have to upgrade an existing SME server to new hardware. I have full backups, and have done a basic SME install. Next step will be to restore the backup. However, that doesn't cover installing existing contribs. I think I've got all of them listed, but I was wondering if there is any command that will provide me with a list of what contribs are already installed?

So, is there any equivalent to the "yum --disablerepo=* --enablerepo=smecontribs list available" command that lists contribs that are already installed?

Paul.
 
« Last Edit: October 28, 2011, 11:05:53 PM by toothandnail »

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: How to list installed contributions
« Reply #1 on: October 28, 2011, 10:48:18 PM »
Try:
Code: [Select]
/sbin/e-smith/audittools/newrpmsIt will list all packages not in the stock SME Server repositories.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline toothandnail

  • ****
  • 139
  • +0/-0
Re: How to list installed contributions
« Reply #2 on: October 28, 2011, 10:53:27 PM »
Try:
Code: [Select]
/sbin/e-smith/audittools/newrpmsIt will list all packages not in the stock SME Server repositories.

 :-) Great, thanks. That should make life a lot easier.

Paul.