Removed /usr/local from CDPATH
[clearscm.git] / clearadm / notes
1 I've created packages.vbs to get the packages from a Windows system. Output
2 basically looks like this:
3
4 Name: Acrobat.com
5 Version: 1.6.65
6 Vendor: Adobe Systems Incorporated
7 Description: Acrobat.com
8
9 To do roughly the same for Linux (Well debain based Linux):
10
11 $ dpkg-query -W -f='Name: ${Package}\nVersion: ${Version}\nVendor: ${Vendor}\nDescription: ${Description}\n'
12
13 Which produces output like:
14
15 Name: alien
16 Version: 8.79ubuntu0.1
17 Vendor: 
18 Description: convert and install rpm and other packages
19  Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
20  into Debian packages, which can be installed with dpkg.
21  .
22  It can also generate packages of any of the other formats.
23  .
24  This is a tool only suitable for binary packages.
25  
26 I don't have a Redhat system to see how to get similar output from there. Then 
27 there's Sun, HP-UX, etc...