Showing posts with label rough. Show all posts
Showing posts with label rough. Show all posts

Sunday, April 9, 2017

rough sleeping in england in 2015 was highest since 2010 30 up on 2014 source UK House of commonslibrary research briefing

rough sleeping in england in 2015 was highest since 2010 30 up on 2014 source UK House of commonslibrary research briefing

the source of the headlines & graph below is this UK House of Commons Research Briefing

Since 2010, local authorities in England have estimated rough sleeper numbers through either a count or an estimate based on contact with local organisations.

In autumn 2015 there were an estimated 3,569 rough sleepers in England. 

This is the highest figure since 2010 and is a 30% increase on the previous year.

940 of these rough sleepers were in Greater London (26% of the England total).

Go to link Download

Read more »

Sunday, March 26, 2017

rough rpm and dpkg query quickref

rough rpm and dpkg query quickref

HOWTO rpm quickref, -ql list files in packages, -qf show rpm source of files



SyntaxDebian/Ubuntu/..DescriptionExample(s)
rpm -ivh [--force] {rpm-file(s)} apt-get install Install the packagerpm -ivh ~/Downloads/wireshark-1.99.0-1.i686.rpm
rpm -Uvh {rpm-file}Upgrade packagerpm -Uvh ~/Downloads/wireshark-1.99.0-1.i686.rpm
rpm -Uvh --test ~/Downloads/wireshark-1.99.0-1.i686.rpm
rpm -ev {package}Erase/remove/ an installed packagerpm -ev wireshark
rpm -ev --nodeps {package}Erase/remove/ an installed package without checking for dependenciesrpm -ev --nodeps wireshark
rpm -ev --noscripts {package}Erase/remove/ an installed package without running script
## sometimes needed when the pre/post install/uninstall script has error
rpm -ev --noscripts `rpm -qg OMN`
rpm -qa dpkg-query -S {file-pattern}Display list all installed packagesrpm -qa
rpm -qa | less
rpm -qi {package}Display installed information along with package version and short descriptionrpm -qi wireshark
rpm -qf {/path/to/file} dpkg-query -S {file-pattern}Find out what package a file belongs to i.e. find what package owns the filerpm -qf /apps/omn/bin
dpkg-query -S $(which bono)
rpm -ql p {rpm-file} // rpm -ql {package} dpkg-query -L {package}List files packaged in rpm file.rpm -ql wireshark
rpm -qlp ~/Downloads/wireshark-1.99.0-1.i686.rpm
rpm -ql -p ~/Downloads/wireshark-1.99.0-1.i686.rpm
dpkg-query -L bono
rpm --rebuilddbSometimes necessary if problems, rpm db has become corrupt.
rpm -qa --lastDisplay list of all recently installed RPMsrpm -qa --last
rpm -qa --last | less
rpm -qpR {.rpm-file}
rpm -qR {package}
Find out what dependencies a rpm file hasrpm -qpR ~/Downloads/wireshark-1.99.0-1.i686.rpm
rpm -qR wireshark
rpm -qg {group} dpkg-query -g OMN
 dpkg-query -G OMN
List all packages in grouprpm -qg "System Environment/Libraries"
rpmquery -l -p {rpm-file} // rpmquery -l {package}List files packaged in rpm file. Same as rpm -ql.



sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key




yum install `cat /tmp/rpm.list`



$ rpm --help
Usage: rpm [OPTION...]

Query/Verify package selection options:
  -a, --all                         query/verify all packages
  -f, --file                        query/verify package(s) owning file
  -g, --group                       query/verify package(s) in group
  -p, --package                     query/verify a package file
      --pkgid                       query/verify package(s) with package identifier
      --hdrid                       query/verify package(s) with header identifier
      --triggeredby                 query the package(s) triggered by the package
      --whatrequires                query/verify the package(s) which require a dependency
      --whatprovides                query/verify the package(s) which provide a dependency
      --nomanifest                  do not process non-package files as manifests

Query options (with -q or --query):
  -c, --configfiles                 list all configuration files
  -d, --docfiles                    list all documentation files
  -L, --licensefiles                list all license files
      --dump                        dump basic file information
  -l, --list                        list files in package
      --queryformat=QUERYFORMAT     use the following query format
  -s, --state                       display the states of the listed files

Verify options (with -V or --verify):
      --nofiledigest                dont verify digest of files
      --nofiles                     dont verify files in package
      --nodeps                      dont verify package dependencies
      --noscript                    dont execute verify script(s)

Install/Upgrade/Erase options:
      --allfiles                    install all files, even configurations which might otherwise be skipped
      --allmatches                  remove all packages which match (normally an error is generated if specified
                                    multiple packages)
      --badreloc                    relocate files in non-relocatable package
  -e, --erase=+            erase (uninstall) package
      --excludedocs                 do not install documentation
      --excludepath=          skip files with leading component
      --force                       short hand for --replacepkgs --replacefiles
  -F, --freshen=+      upgrade package(s) if already installed
  -h, --hash                        print hash marks as package installs (good with -v)
      --ignorearch                  dont verify package architecture
      --ignoreos                    dont verify package operating system
      --ignoresize                  dont check disk space before installing
  -i, --install                     install package(s)
      --justdb                      update the database, but do not modify the filesystem
      --nodeps                      do not verify package dependencies
      --nofiledigest                dont verify digest of files
      --nocontexts                  dont install file security contexts
      --noorder                     do not reorder package installation to satisfy dependencies
      --noscripts                   do not execute package scriptlet(s)
      --notriggers                  do not execute any scriptlet(s) triggered by this package
      --nocollections               do not perform any collection actions
      --oldpackage                  upgrade to an old version of the package (--force on upgrades does this automatically)
      --percent                     print percentages as package installs
      --prefix=

                relocate the package to , if relocatable
      --relocate==        relocate files from path to
      --replacefiles                ignore file conflicts between packages
      --replacepkgs                 reinstall if the package is already present
      --test                        dont install, but tell if it would work or not
  -U, --upgrade=+      upgrade package(s)

Common options for all rpm modes and executables:
  -D, --define=MACRO EXPR         define MACRO with value EXPR
      --undefine=MACRO              undefine MACRO
  -E, --eval=EXPR                 print macro expansion of EXPR
      --macros=           read instead of default file(s)
      --nodigest                    dont verify package digest(s)
      --nosignature                 dont verify package signature(s)
      --rcfile=           read instead of default file(s)
  -r, --root=ROOT                   use ROOT as top level directory (default: "/")
      --dbpath=DIRECTORY            use database in DIRECTORY
      --querytags                   display known query tags
      --showrc                      display final rpmrc and macro configuration
      --quiet                       provide less detailed output
  -v, --verbose                     provide more detailed output
      --version                     print the version of rpm being used

Options implemented via popt alias/exec:
      --scripts                     list install/erase scriptlets from package(s)
      --setperms                    set permissions of files in a package
      --setugids                    set user/group ownership of files in a package
      --conflicts                   list capabilities this package conflicts with
      --obsoletes                   list other packages removed by installing this package
      --provides                    list capabilities that this package provides
      --requires                    list capabilities required by package(s)
      --info                        list descriptive information from package(s)
      --changelog                   list change logs for this package
      --xml                         list metadata in xml
      --triggers                    list trigger scriptlets from package(s)
      --last                        list package(s) by install time, most recent first
      --dupes                       list duplicated packages
      --filesbypkg                  list all files from each package
      --fileclass                   list file names with classes
      --filecolor                   list file names with colors
      --fscontext                   list file names with security context from file system
      --fileprovide                 list file names with provides
      --filerequire                 list file names with requires
      --filecaps                    list file names with POSIX1.e capabilities

Help options:
  -?, --help                        Show this help message
      --usage                       Display brief usage message
error: cant create transaction lock on /var/lib/rpm/.rpm.lock (Interrupted system call)
warning: waiting for transaction lock on /var/lib/rpm/.rpm.lock
$ for p in $(rpm -qa); do rpm -qi $p; done |less
Name        : wireshark
Version     : 1.99.0
Release     : 1
Architecture: i686
Install Date: Fri 20 Jun 2014 13:09:02 IST
Group       : Applications/Internet
Size        : 132408893
License     : GPL+
Signature   : (none)
Source RPM  : wireshark-1.99.0-1.src.rpm
Build Date  : Fri 20 Jun 2014 11:34:04 IST
Build Host  : nebraska.ie.openmindnetworks.com
Relocations : (not relocatable)
Packager    : Gerald Combs
URL         : http://www.wireshark.org/
Summary     : Network protocol analyzer
Description :
Wireshark is a free network protocol analyzer for Unix and Windows. It
allows you to examine data from a live network or from a capture file
on disk. You can interactively browse the capture data, viewing summary
and detail information for each packet. Wireshark has several powerful
features, including a rich display filter language and the ability to
view the reconstructed stream of a TCP session.

This package contains command-line utilities, plugins, and documentation for
Wireshark. A GTK+ and a Qt graphical user interface are packaged separately.


Name        : wireshark-gnome
Version     : 1.10.6
Release     : 1.fc19
Architecture: i686
Install Date: Fri 09 May 2014 10:20:48 IST
Group       : Applications/Internet
Size        : 2608072
License     : GPL+
Signature   : RSA/SHA256, Sun 09 Mar 2014 17:36:55 GMT, Key ID 07477e65fb4b18e6
Source RPM  : wireshark-1.10.6-1.fc19.src.rpm
Build Date  : Sat 08 Mar 2014 18:01:27 GMT
Build Host  : buildvm-10.phx2.fedoraproject.org
Relocations : (not relocatable)
Packager    : Fedora Project
Vendor      : Fedora Project
URL         : http://www.wireshark.org/
Summary     : Gnome desktop integration for wireshark
Description :
Contains wireshark for Gnome 2 and desktop integration file


$ for p in $(rpm -qa); do rpm -qi $p; done |grep Group |sort |uniq
compression standard from the Joint Photographic Experts Group (JPEG).
font that was released to the TeX Users Group under a liberal license.
generously donated to the TeX Users Group when Y&Y closed its
Group       : Amusements/Games
Group       : Amusements/Graphics
Group       : Applications/Archiving
Group       : Applications/Communications
Group       : Applications/Databases
Group       : Applications/Editors
Group       : Applications/Emulators
Group       : Applications/Engineering
Group       : Applications/File
Group       : Applications/Internet
Group       : Applications/Multimedia
Group       : Applications/Productivity
Group       : Applications/Publishing
Group       : Applications/System
Group       : Applications/Text
Group       : Development/Debuggers
Group       : Development/Documentation
Group       : Development/Java
Group       : Development/Languages
Group       : Development/Libraries
Group       : Development/Libraries/Java
Group       : Development/System
Group       : Development/Tools
Group       : Development/Tools/Building
Group       : Documentation
Group       : OMN
Group       : Productivity/Networking/Email/Utilities
Group       : Public Keys
Group       : System/Boot
Group       : System Environment/Base
Group       : System Environment/Daemons
Group       : System Environment/Kernel
Group       : System Environment/Libraries
Group       : System Environment/Shells
Group       : System/Libraries
Group       : Text Editors/Integrated Development Environments (IDE)
Group       : Text Processing/Markup/XML
Group       : Unspecified
Group       : User Interface/Desktops
Group       : User Interface/X
Group       : User Interface/X Hardware Support
Group       : Utilities
Summary     : NFSv4 User and Group ID Mapping Library
the GraphicsMagick Group to significantly improve the quality and performance
the Internet. It is designed by the IETF Codec Working Group and incorporates
TrouSerS is an implementation of the Trusted Computing Groups Software Stack
Users Group NTG.
Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, IRC, Novell Groupwise, QQ,


Go to link Download

Read more »

Saturday, December 31, 2016

Rough audit of cygwin packages installed

Rough audit of cygwin packages installed

I find myself again making a list of cygwin package dependancies.
So it is time to blog it so that Ill have it in the future.

Two lines to do a rough audit:

  PACKAGES=$(cygcheck -c -d|awk {print $1}|grep -v ^lib)
  for P in $PACKAGES ; do echo PACKAGE=$P; cygcheck -c -d $P; cygcheck -l $P |grep bin; done |tee cygwin_rough_audit.txt

My basic summary list of packages:

## Packages will be selected or left out depending on what you want to do with cygwin.
## List of packages leaves out libs, and a good few others installed.
## Also includes base and packages which are in (now) by default but which merit mention.
## Peruse the full cygwin_rough_audit.txt file you generate to discover some other utils you never knew you had.

base cygwin packages ...
PACKAGE=bash
PACKAGE=chkconfig
PACKAGE=coreutils
PACKAGE=cygutils
PACKAGE=cygwin

tar/zip tools ...
PACKAGE=bzip2
PACKAGE=gzip
PACKAGE=p7zip
PACKAGE=sharutils
PACKAGE=tar
PACKAGE=zip
PACKAGE=unzip

quite useful utils ...
PACKAGE=file
PACKAGE=findutils
PACKAGE=gawk
PACKAGE=gettext
PACKAGE=grep
PACKAGE=less
PACKAGE=sed
PACKAGE=time
PACKAGE=vim

quite useful terminal things ...
PACKAGE=mc
PACKAGE=rxvt
PACKAGE=screen

quite useful apps and utils ...
PACKAGE=curl
PACKAGE=links
PACKAGE=mutt
PACKAGE=rsync
PACKAGE=wget

cygwin server things (ssh seperate) ...
PACKAGE=cygrunsrv
PACKAGE=inetutils
PACKAGE=initscripts
PACKAGE=xinetd
PACKAGE=cron
PACKAGE=lighttpd
PACKAGE=openssh
ssh client and server
PACKAGE=openssh
PACKAGE=sysvinit
/sbin/init.exe
/sbin/killall5.exe
/sbin/runlevel.exe
/usr/bin/last.exe
/usr/bin/utmpdump.exe

scripting/interpreters ...
PACKAGE=perl
PACKAGE=python
PACKAGE=ruby
PACKAGE=tcltk
PACKAGE=tcsh

gcc, make dev packages ...
PACKAGE=binutils
PACKAGE=autoconf
PACKAGE=automake
PACKAGE=gcc
PACKAGE=gdb
PACKAGE=make
PACKAGE=gcc mingw stuff
PACKAGE=git-gui
PACKAGE=patch
PACKAGE=subversion

various other misc apps and utils ...
PACKAGE=bc
PACKAGE=clamav
PACKAGE=cpio
PACKAGE=dejagnu
PACKAGE=diffutils
PACKAGE=expect
PACKAGE=figlet
PACKAGE=ghostscript
PACKAGE=gnuplot
PACKAGE=gtypist
PACKAGE=guile
PACKAGE=gv
PACKAGE=ncftp
PACKAGE=netcat
PACKAGE=Numeric
PACKAGE=octave
PACKAGE=ping
PACKAGE=procps
PACKAGE=psutils
PACKAGE=rdtool
PACKAGE=readline
PACKAGE=rebase
PACKAGE=util-linux
PACKAGE=which
PACKAGE=wtf

X things
PACKAGE=X, gtk, xinit, ...
PACKAGE=fvwm
PACKAGE=xauth
PACKAGE=xemacs


================================================================================
cygwin_rough_audit.txt

PACKAGE=Cygwin
Cygwin Package Information
Package              Version
cygwin               1.7.5-1
/usr/bin/cygcheck.exe
/usr/bin/cyglsa-config
/usr/bin/cyglsa.dll
/usr/bin/cyglsa64.dll
/usr/bin/cygpath.exe
/usr/bin/cygserver-config
/usr/bin/cygwin-console-helper.exe
/usr/bin/cygwin1.dll
/usr/bin/dumper.exe
/usr/bin/getfacl.exe
/usr/bin/kill.exe
/usr/bin/ldd.exe
/usr/bin/ldh.exe
/usr/bin/locale.exe
/usr/bin/mkgroup.exe
/usr/bin/mkpasswd.exe
/usr/bin/mount.exe
/usr/bin/passwd.exe
/usr/bin/ps.exe
/usr/bin/regtool.exe
/usr/bin/setfacl.exe
/usr/bin/setmetamode.exe
/usr/bin/ssp.exe
/usr/bin/strace.exe
/usr/bin/umount.exe
/usr/lib/binmode.o
/usr/lib/libbinmode.a
/usr/sbin/cygserver.exe
PACKAGE=Package
Cygwin Package Information
Package              Version
PACKAGE=_update-info-dir
Cygwin Package Information
Package              Version
_update-info-dir     00896-1
PACKAGE=a2ps
Cygwin Package Information
Package              Version
a2ps                 4.13-1
/usr/bin/a2ps.exe
/usr/bin/card
/usr/bin/composeglyphs
/usr/bin/fixnt.exe
/usr/bin/fixps
/usr/bin/ogonkify
/usr/bin/pdiff
/usr/bin/psmandup
/usr/bin/psset
/usr/bin/texi2dvi4a2ps
PACKAGE=abook
Cygwin Package Information
Package              Version
abook                0.5.6-1
/usr/bin/abook.exe
PACKAGE=alternatives
Cygwin Package Information
Package              Version
alternatives         1.3.30c-10
/usr/sbin/alternatives.exe
/usr/sbin/update-alternatives
PACKAGE=antiword
Cygwin Package Information
Package              Version
antiword             0.37-1
/usr/bin/kantiword
/usr/bin/antiword.exe
PACKAGE=aspell
Cygwin Package Information
Package              Version
aspell               0.60.5-1
/usr/bin/aspell-import
/usr/bin/aspell.exe
/usr/bin/precat
/usr/bin/preunzip
/usr/bin/prezip
/usr/bin/prezip-bin.exe
/usr/bin/pspell-config
/usr/bin/run-with-aspell
/usr/bin/word-list-compress.exe
/usr/share/man/man1/prezip-bin.1.gz
PACKAGE=aspell-de
Cygwin Package Information
Package              Version
aspell-de            20030222.1-1
PACKAGE=aspell-dev
Cygwin Package Information
Package              Version
aspell-dev           0.60.5-1
PACKAGE=aspell-doc
Cygwin Package Information
Package              Version
aspell-doc           0.60.5-1
PACKAGE=aspell-en
Cygwin Package Information
Package              Version
aspell-en            6.0.0-1
PACKAGE=aspell-pl
Cygwin Package Information
Package              Version
aspell-pl            6.0.20061121.0-1
PACKAGE=aspell-sv
Cygwin Package Information
Package              Version
aspell-sv            0.50.2-2
PACKAGE=autoconf
Cygwin Package Information
Package              Version
autoconf             8-1
PACKAGE=autoconf2.1
Cygwin Package Information
Package              Version
autoconf2.1          2.13-10
/usr/bin/autoconf-2.13
/usr/bin/autoheader-2.13
/usr/bin/autoreconf-2.13
/usr/bin/autoscan-2.13
/usr/bin/autoupdate-2.13
/usr/bin/ifnames-2.13
PACKAGE=autoconf2.5
Cygwin Package Information
Package              Version
autoconf2.5          2.65-1
/usr/bin/autoconf-2.65
/usr/bin/autoheader-2.65
/usr/bin/autom4te-2.65
/usr/bin/autoreconf-2.65
/usr/bin/autoscan-2.65
/usr/bin/autoupdate-2.65
/usr/bin/ifnames-2.65
PACKAGE=automake
Cygwin Package Information
Package              Version
automake             4-10
PACKAGE=automake1.10
Cygwin Package Information
Package              Version
automake1.10         1.10.3-1
/usr/bin/aclocal-1.10
/usr/bin/automake-1.10
PACKAGE=automake1.11
Cygwin Package Information
Package              Version
automake1.11         1.11.1-1
/usr/bin/aclocal-1.11
/usr/bin/automake-1.11
PACKAGE=automake1.4
Cygwin Package Information
Package              Version
automake1.4          1.4p6-10
/usr/bin/aclocal-1.4
/usr/bin/automake-1.4
PACKAGE=automake1.5
Cygwin Package Information
Package              Version
automake1.5          1.5-10
/usr/bin/aclocal-1.5
/usr/bin/automake-1.5
PACKAGE=automake1.6
Cygwin Package Information
Package              Version
automake1.6          1.6.3-11
/usr/bin/aclocal-1.6
/usr/bin/automake-1.6
PACKAGE=automake1.7
Cygwin Package Information
Package              Version
automake1.7          1.7.9-10
/usr/bin/aclocal-1.7
/usr/bin/automake-1.7
PACKAGE=automake1.8
Cygwin Package Information
Package              Version
automake1.8          1.8.5-10
/usr/bin/aclocal-1.8
/usr/bin/automake-1.8
PACKAGE=automake1.9
Cygwin Package Information
Package              Version
automake1.9          1.9.6-10
/usr/bin/aclocal-1.9
/usr/bin/automake-1.9
PACKAGE=base-cygwin
Cygwin Package Information
Package              Version
base-cygwin          2.1-1
/bin/copy-user-registry-fstab
PACKAGE=base-files
Cygwin Package Information
Package              Version
base-files           3.9-3
PACKAGE=base-passwd
Cygwin Package Information
Package              Version
base-passwd          3.1-1
PACKAGE=bash
Cygwin Package Information
Package              Version
bash                 3.2.49-23
/usr/bin/bash.exe
/usr/bin/bashbug
/usr/bin/sh.exe
/usr/share/man/man1/bind.1.gz
PACKAGE=bc
Cygwin Package Information
Package              Version
bc                   1.06-2
/usr/bin/bc.exe
/usr/bin/dc.exe
PACKAGE=binutils
Cygwin Package Information
Package              Version
binutils             2.20.51-2
/usr/bin/addr2line.exe
/usr/bin/ar.exe
/usr/bin/as.exe
/usr/bin/c++filt.exe
/usr/bin/dlltool.exe
/usr/bin/dllwrap.exe
/usr/bin/elfedit.exe
/usr/bin/gprof.exe
/usr/bin/ld.exe
/usr/bin/nm.exe
/usr/bin/objcopy.exe
/usr/bin/objdump.exe
/usr/bin/ranlib.exe
/usr/bin/readelf.exe
/usr/bin/size.exe
/usr/bin/strings.exe
/usr/bin/strip.exe
/usr/bin/windmc.exe
/usr/bin/windres.exe
/usr/i686-pc-cygwin/bin/ar.exe
/usr/i686-pc-cygwin/bin/as.exe
/usr/i686-pc-cygwin/bin/ld.exe
/usr/i686-pc-cygwin/bin/nm.exe
/usr/i686-pc-cygwin/bin/ranlib.exe
/usr/i686-pc-cygwin/bin/strip.exe
/usr/share/doc/Cygwin/binutils-2.20.51-2.README
/usr/share/info/binutils.info.gz
/usr/share/locale/da/LC_MESSAGES/binutils.mo
/usr/share/locale/es/LC_MESSAGES/binutils.mo
/usr/share/locale/fi/LC_MESSAGES/binutils.mo
/usr/share/locale/fr/LC_MESSAGES/binutils.mo
/usr/share/locale/id/LC_MESSAGES/binutils.mo
/usr/share/locale/ja/LC_MESSAGES/binutils.mo
/usr/share/locale/ro/LC_MESSAGES/binutils.mo
/usr/share/locale/ru/LC_MESSAGES/binutils.mo
/usr/share/locale/rw/LC_MESSAGES/binutils.mo
/usr/share/locale/sk/LC_MESSAGES/binutils.mo
/usr/share/locale/sv/LC_MESSAGES/binutils.mo
/usr/share/locale/tr/LC_MESSAGES/binutils.mo
/usr/share/locale/uk/LC_MESSAGES/binutils.mo
/usr/share/locale/vi/LC_MESSAGES/binutils.mo
/usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo
/usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo
PACKAGE=bool
Cygwin Package Information
Package              Version
bool                 0.2.1-1
/usr/bin/bool.exe
PACKAGE=boxes
Cygwin Package Information
Package              Version
boxes                1.0.1a-1
/usr/bin/boxes.exe
PACKAGE=brltty
Cygwin Package Information
Package              Version
brltty               4.1-1
/usr/bin/brltty-config
/usr/bin/brltty-install
/usr/bin/brltty.exe
PACKAGE=build-docbook-catalog
Cygwin Package Information
Package               Version
build-docbook-catalog 1.5-1
/usr/bin/build-docbook-catalog
PACKAGE=bzip2
Cygwin Package Information
Package              Version
bzip2                1.0.5-10
/usr/bin/bunzip2.exe
/usr/bin/bzcat.exe
/usr/bin/bzcmp
/usr/bin/bzdiff
/usr/bin/bzegrep
/usr/bin/bzfgrep
/usr/bin/bzgrep
/usr/bin/bzip2.exe
/usr/bin/bzip2recover.exe
/usr/bin/bzless
/usr/bin/bzmore
PACKAGE=catdoc
Cygwin Package Information
Package              Version
catdoc               0.94.2-3
/usr/bin/catdoc.exe
/usr/bin/catppt.exe
/usr/bin/wordview
/usr/bin/xls2csv.exe
PACKAGE=catgets
Cygwin Package Information
Package              Version
catgets              1.0-1
/usr/bin/gencat.exe
PACKAGE=chkconfig
Cygwin Package Information
Package              Version
chkconfig            1.3.30a-1
/usr/sbin/chkconfig.exe
PACKAGE=clamav
Cygwin Package Information
Package              Version
clamav               0.96-1
/usr/bin/clambc.exe
/usr/bin/clamconf.exe
/usr/bin/clamdscan.exe
/usr/bin/clamdtop.exe
/usr/bin/clamscan.exe
/usr/bin/freshclam.exe
/usr/bin/sigtool.exe
/usr/sbin/clamd.exe
PACKAGE=clamav-db
Cygwin Package Information
Package              Version
clamav-db            0.96-1
PACKAGE=cogito
Cygwin Package Information
Package              Version
cogito               0.18.2-2
/usr/bin/cg
/usr/bin/cg-add
/usr/bin/cg-admin-cat
/usr/bin/cg-admin-ls
/usr/bin/cg-admin-lsobj
/usr/bin/cg-admin-rewritehist
/usr/bin/cg-admin-setuprepo
/usr/bin/cg-admin-uncommit
/usr/bin/cg-branch-add
/usr/bin/cg-branch-chg
/usr/bin/cg-branch-ls
/usr/bin/cg-clean
/usr/bin/cg-clone
/usr/bin/cg-commit
/usr/bin/cg-diff
/usr/bin/cg-export
/usr/bin/cg-fetch
/usr/bin/cg-help
/usr/bin/cg-init
/usr/bin/cg-log
/usr/bin/cg-merge
/usr/bin/cg-mkpatch
/usr/bin/cg-mv
/usr/bin/cg-object-id
/usr/bin/cg-patch
/usr/bin/cg-push
/usr/bin/cg-reset
/usr/bin/cg-restore
/usr/bin/cg-rm
/usr/bin/cg-seek
/usr/bin/cg-status
/usr/bin/cg-switch
/usr/bin/cg-tag
/usr/bin/cg-tag-ls
/usr/bin/cg-tag-show
/usr/bin/cg-update
/usr/bin/cg-version
PACKAGE=compface
Cygwin Package Information
Package              Version
compface             1.5.2-10
/usr/bin/compface.exe
/usr/bin/uncompface.exe
PACKAGE=compface0
Cygwin Package Information
Package              Version
compface0            1.5.2-10
/usr/bin/cygcompface-0.dll
PACKAGE=coreutils
Cygwin Package Information
Package              Version
coreutils            8.5-1
/usr/bin/arch.exe
/usr/bin/base64.exe
/usr/bin/basename.exe
/usr/bin/cat.exe
/usr/bin/chcon.exe
/usr/bin/chgrp.exe
/usr/bin/chmod.exe
/usr/bin/chown.exe
/usr/bin/chroot.exe
/usr/bin/cksum.exe
/usr/bin/comm.exe
/usr/bin/cp.exe
/usr/bin/csplit.exe
/usr/bin/cut.exe
/usr/bin/date.exe
/usr/bin/dd.exe
/usr/bin/df.exe
/usr/bin/dir.exe
/usr/bin/dircolors.exe
/usr/bin/dirname.exe
/usr/bin/du.exe
/usr/bin/echo.exe
/usr/bin/env.exe
/usr/bin/expand.exe
/usr/bin/expr.exe
/usr/bin/factor.exe
/usr/bin/false.exe
/usr/bin/fmt.exe
/usr/bin/fold.exe
/usr/bin/gkill.exe
/usr/bin/groups.exe
/usr/bin/head.exe
/usr/bin/hostid.exe
/usr/bin/hostname.exe
/usr/bin/id.exe
/usr/bin/install.exe
/usr/bin/install.exe.manifest
/usr/bin/join.exe
/usr/bin/link.exe
/usr/bin/ln.exe
/usr/bin/logname.exe
/usr/bin/ls.exe
/usr/bin/md5sum.exe
/usr/bin/mkdir.exe
/usr/bin/mkfifo.exe
/usr/bin/mknod.exe
/usr/bin/mktemp.exe
/usr/bin/mv.exe
/usr/bin/nice.exe
/usr/bin/nl.exe
/usr/bin/nohup.exe
/usr/bin/nproc.exe
/usr/bin/od.exe
/usr/bin/paste.exe
/usr/bin/pathchk.exe
/usr/bin/pinky.exe
/usr/bin/pr.exe
/usr/bin/printenv.exe
/usr/bin/printf.exe
/usr/bin/ptx.exe
/usr/bin/pwd.exe
/usr/bin/readlink.exe
/usr/bin/rm.exe
/usr/bin/rmdir.exe
/usr/bin/runcon.exe
/usr/bin/seq.exe
/usr/bin/sha1sum.exe
/usr/bin/sha224sum.exe
/usr/bin/sha256sum.exe
/usr/bin/sha384sum.exe
/usr/bin/sha512sum.exe
/usr/bin/shred.exe
/usr/bin/shuf.exe
/usr/bin/sleep.exe
/usr/bin/sort.exe
/usr/bin/split.exe
/usr/bin/stat.exe
/usr/bin/stty.exe
/usr/bin/su.exe
/usr/bin/sum.exe
/usr/bin/sync.exe
/usr/bin/tac.exe
/usr/bin/tail.exe
/usr/bin/tee.exe
/usr/bin/test.exe
/usr/bin/timeout.exe
/usr/bin/touch.exe
/usr/bin/tr.exe
/usr/bin/true.exe
/usr/bin/truncate.exe
/usr/bin/tsort.exe
/usr/bin/tty.exe
/usr/bin/uname.exe
/usr/bin/unexpand.exe
/usr/bin/uniq.exe
/usr/bin/unlink.exe
/usr/bin/users.exe
/usr/bin/vdir.exe
/usr/bin/wc.exe
/usr/bin/who.exe
/usr/bin/whoami.exe
/usr/bin/yes.exe
/usr/bin/[.exe
PACKAGE=cpio
Cygwin Package Information
Package              Version
cpio                 2.11-1
/usr/bin/cpio.exe
PACKAGE=cron
Cygwin Package Information
Package              Version
cron                 4.1-59
/usr/bin/cron-config
/usr/bin/cronbug
/usr/bin/cronevents.exe
/usr/bin/cronlog
/usr/bin/crontab.exe
/usr/bin/cron_diagnose.sh
/usr/sbin/cron.exe
PACKAGE=crypt
Cygwin Package Information
Package              Version
crypt                1.1-1
/usr/bin/crypt.exe
/usr/bin/cygcrypt-0.dll
PACKAGE=csih
Cygwin Package Information
Package              Version
csih                 0.9.1-1
PACKAGE=curl
Cygwin Package Information
Package              Version
curl                 7.19.6-1
/usr/bin/curl.exe
PACKAGE=cvs
Cygwin Package Information
Package              Version
cvs                  1.12.13-10
/usr/bin/cvs.exe
/usr/bin/cvsbug
/usr/bin/rcs2log
PACKAGE=cvsps
Cygwin Package Information
Package              Version
cvsps                2.2b1-1
/usr/bin/cvsps.exe
PACKAGE=cygrunsrv
Cygwin Package Information
Package              Version
cygrunsrv            1.34-1
/bin/cygrunsrv.exe
PACKAGE=cygutils
Cygwin Package Information
Package              Version
cygutils             1.4.2-1
/usr/bin/ascii.exe
/usr/bin/banner.exe
/usr/bin/conv.exe
/usr/bin/cygdrop.exe
/usr/bin/cygicons-0.dll
/usr/bin/cygstart.exe
/usr/bin/d2u.exe
/usr/bin/dos2unix.exe
/usr/bin/dump.exe
/usr/bin/getclip.exe
/usr/bin/ipck
/usr/bin/lpr.exe
/usr/bin/mkshortcut.exe
/usr/bin/msgtool.exe
/usr/bin/putclip.exe
/usr/bin/readshortcut.exe
/usr/bin/realpath.exe
/usr/bin/semstat.exe
/usr/bin/semtool.exe
/usr/bin/shmtool.exe
/usr/bin/u2d.exe
/usr/bin/unix2dos.exe
PACKAGE=cygwin
Cygwin Package Information
Package              Version
cygwin               1.7.5-1
/usr/bin/cygcheck.exe
/usr/bin/cyglsa-config
/usr/bin/cyglsa.dll
/usr/bin/cyglsa64.dll
/usr/bin/cygpath.exe
/usr/bin/cygserver-config
/usr/bin/cygwin-console-helper.exe
/usr/bin/cygwin1.dll
/usr/bin/dumper.exe
/usr/bin/getfacl.exe
/usr/bin/kill.exe
/usr/bin/ldd.exe
/usr/bin/ldh.exe
/usr/bin/locale.exe
/usr/bin/mkgroup.exe
/usr/bin/mkpasswd.exe
/usr/bin/mount.exe
/usr/bin/passwd.exe
/usr/bin/ps.exe
/usr/bin/regtool.exe
/usr/bin/setfacl.exe
/usr/bin/setmetamode.exe
/usr/bin/ssp.exe
/usr/bin/strace.exe
/usr/bin/umount.exe
/usr/lib/binmode.o
/usr/lib/libbinmode.a
/usr/sbin/cygserver.exe
PACKAGE=cygwin-doc
Cygwin Package Information
Package              Version
cygwin-doc           1.7-1
PACKAGE=dash
Cygwin Package Information
Package              Version
dash                 0.5.5.1-2
/usr/bin/ash.exe
/usr/bin/dash.exe
PACKAGE=dejagnu
Cygwin Package Information
Package              Version
dejagnu              20021217-2
/usr/bin/runtest
PACKAGE=diffutils
Cygwin Package Information
Package              Version
diffutils            2.9-1
/usr/bin/cmp.exe
/usr/bin/diff.exe
/usr/bin/diff3.exe
/usr/bin/sdiff.exe
PACKAGE=docbook-dsssl
Cygwin Package Information
Package              Version
docbook-dsssl        1.79-2
/usr/bin/collateindex.pl
/usr/share/sgml/docbook/dsssl-stylesheets/html/dbindex.dsl
/usr/share/sgml/docbook/dsssl-stylesheets/html/dbinfo.dsl
/usr/share/sgml/docbook/dsssl-stylesheets/html/dbinline.dsl
/usr/share/sgml/docbook/dsssl-stylesheets/print/dbindex.dsl
/usr/share/sgml/docbook/dsssl-stylesheets/print/dbinfo.dsl
/usr/share/sgml/docbook/dsssl-stylesheets/print/dbinline.dsl
PACKAGE=docbook-xml412
Cygwin Package Information
Package              Version
docbook-xml412       4.1.2-2
PACKAGE=docbook-xml42
Cygwin Package Information
Package              Version
docbook-xml42        4.2-4
PACKAGE=docbook-xml43
Cygwin Package Information
Package              Version
docbook-xml43        4.3-2
PACKAGE=docbook-xml44
Cygwin Package Information
Package              Version
docbook-xml44        4.4-2
PACKAGE=docbook-xsl
Cygwin Package Information
Package              Version
docbook-xsl          1.75.2-1
PACKAGE=e2fsprogs
Cygwin Package Information
Package              Version
e2fsprogs            1.35-3
/usr/bin/chattr.exe
/usr/bin/compile_et
/usr/bin/lsattr.exe
/usr/bin/mk_cmds
/usr/bin/uuidgen.exe
/usr/sbin/badblocks.exe
/usr/sbin/blkid.exe
/usr/sbin/debugfs.exe
/usr/sbin/dumpe2fs.exe
/usr/sbin/e2fsck
/usr/sbin/e2image.exe
/usr/sbin/e2label.exe
/usr/sbin/filefrag.exe
/usr/sbin/findfs.exe
/usr/sbin/fsck.exe
/usr/sbin/fsck.ext2
/usr/sbin/fsck.ext3
/usr/sbin/logsave.exe
/usr/sbin/mke2fs.exe
/usr/sbin/mkfs.ext2.exe
/usr/sbin/mkfs.ext3.exe
/usr/sbin/mklost+found.exe
/usr/sbin/resize2fs.exe
/usr/sbin/tune2fs.exe
PACKAGE=ed
Cygwin Package Information
Package              Version
ed                   1.0-1
/usr/bin/ed.exe
/usr/bin/red
PACKAGE=editrights
Cygwin Package Information
Package              Version
editrights           1.01-2
/usr/bin/editrights.exe
PACKAGE=enscript
Cygwin Package Information
Package              Version
enscript             1.6.4-2
/usr/bin/diffpp
/usr/bin/enscript.exe
/usr/bin/mkafmmap.exe
/usr/bin/over
/usr/bin/sliceprint
/usr/bin/states.exe
PACKAGE=expat
Cygwin Package Information
Package              Version
expat                2.0.1-1
/usr/bin/xmlwf.exe
PACKAGE=expect
Cygwin Package Information
Package              Version
expect               20030128-1
/usr/bin/expect.exe
PACKAGE=figlet
Cygwin Package Information
Package              Version
figlet               2.2.2-2
/usr/bin/figlet.exe
/usr/bin/chkfont.exe
/usr/bin/showfigfonts
PACKAGE=file
Cygwin Package Information
Package              Version
file                 5.04-1
/usr/bin/cygmagic-1.dll
/usr/bin/file.exe
PACKAGE=findutils
Cygwin Package Information
Package   &

Go to link Download

Read more »