I want to compare the installed packages between a couple of Linux servers. Obviously, using a database comes to mind. And my Office Pro includes a pretty good database: MS Access. The problem I have tables with a list of Linux packages installed on several servers, one table per server. I want a table with all the packages common to all servers, and for each package (ex: audit-libs-python-1.8-2.el5 ), the package root ( audit-libs-python ) and the version ( 1.8-2.el5 ). Step 1: selecting the common packages SELECT DISTINCT Srv1.Package FROM Srv1, Srv2, Srv3, Srv4 WHERE Srv1.Package = Srv2.Package and Srv2.Package = Srv3.Package and Srv3.Package = Srv4.Package; Step 2: extracting the package root and version Package versions are not always written in a similar way. Some examples: Package Root Version anacron-2.3-45....
Parce que j'aime bien la musique. Parce que je trouve bien les instruments. Parce qu'il y a beaucoup de boutons. Et que j'aimerais bien jouer du piano.