This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: non-setup.exe package install?



> Is it possible to add one package without using setup.exe? Say you
> have your Cygwin just the way you'd like it and then become a vi
> fanatic and just have to have the latest vim. I know you can just
> tar -zcvf vim-foo.tar.gz in /, but what else does setup.exe do to
> keep track of an install?

/etc/setup/ contains installed.db which says what's installed, and
gzipped listings of the files in each installed package.  Setup uses
those to decide what needs upgrading, and how to uninstall previous
versions of packages.

Otherwise, a simple "tar xvfz" will suffice to install a package
manually.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]