Difference of packages


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Difference of packages
# 1  
Old 04-25-2013
Difference of packages

Hello all.

I need to know the difference of packages installed on 2 different nodes.

I used pkginfo on node1 and sorted it and saved the result to a text file1. Then I used pkginfo on node2 and sorted it aswell and saved the result to a text file2.

How can I know the which packages are missing on on node1 that have been installed on node2 ?
# 2  
Old 04-25-2013
Refer to the manual page for the comm command.

Regards,
Alister
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk to calculate difference of split and sum the difference

In the awk I am trying to subtract the difference $3-$2 of each matching $4 before the first _ (underscore) and print that value in $13. I think the awk will do that, but added comments. What I am not sure off is how to add a line or lines that will add sum each matching $13 value and put it in... (2 Replies)
Discussion started by: cmccabe
2 Replies

2. Programming

what is the main difference between difference between using nonatomic lseek and O_APPEND

I think both write at the end of the file ...... but is there a sharp difference between those 2 instruction ..... thank you this is my 3rd question today forgive me :D (1 Reply)
Discussion started by: fwrlfo
1 Replies

3. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

4. Solaris

Packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (2 Replies)
Discussion started by: brian112
2 Replies

5. UNIX for Dummies Questions & Answers

packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (0 Replies)
Discussion started by: brian112
0 Replies

6. Solaris

difference between "root" and "usr" packages

Hi, could someone pls enlighten me on the difference between the "root" package and "usr" package? Like in this example: pkginfo -l SUNWGtku | grep -i desc DESC: GTK - The GIMP Toolkit (Usr) and pkginfo -l SUNWGtkr | grep -i desc DESC: GTK - The GIMP Toolkit (Root)... (6 Replies)
Discussion started by: masloff
6 Replies

7. Shell Programming and Scripting

Comparing packages

Hi, I used the following command to retrieve a list of packages and saved them into a file: rpm -q --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH}) \n" binutils compat-libstdc++-33 elfutils-libelf elfutils-libelf-devel gcc gcc-c++ glibc glibc-common glibc-devel-2.5 libaio libaio-devel... (0 Replies)
Discussion started by: Avatar Gixxer
0 Replies

8. Solaris

Which packages contain?

Cannot find which packages install: The executable: sharemgr The service: smb/server Anyone knows? Background, I want to setup CIFS on ZFS. Solaris 10. (1 Reply)
Discussion started by: sb008
1 Replies

9. Solaris

difference between patches and packages

Hi, Can anyone what is the major difference between patch and packages. Both are used to update/add files and directories to the existing one. Correct me if am wrong. /var/sadm/install/contents - contains all the installed package information. Is there is any file for patch information. (8 Replies)
Discussion started by: rogerben
8 Replies

10. Slackware

Packages of different distributions

hi, as you know nearly every distribution has its own package-management and it needs special packages to install different software. For slackware it's *.tgz, for debian *.deb, for many rpm's *.rpm and so on, but I wonder how a package can be built to be compatibel with every maschine. An... (2 Replies)
Discussion started by: avaurus
2 Replies
Login or Register to Ask a Question