Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: toothandnail on October 28, 2011, 10:35:52 PM

Title: [Solved] How to list installed contributions
Post by: toothandnail 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.
 
Title: Re: How to list installed contributions
Post by: cactus 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.
Title: Re: How to list installed contributions
Post by: toothandnail 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.