Installing packages from cygwin Command Line

View: New views
6 Messages — Rating Filter:   Alert me  

Installing packages from cygwin Command Line

by JZA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everyone, well I have been looking into Cygwin, and I want to know if there is a command line tool to install some of this packages. I wonder if there is something like apt-get for cygwin or maybe is cygget. Anyhow can someone give me input into this.

Re: Installing packages from cygwin Command Line

by DePriest, Jason R. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/25/06, JZA <> wrote:
>
> Hi everyone, well I have been looking into Cygwin, and I want to know if
> there is a command line tool to install some of this packages.

setup.exe has some command-line switches you can use to sort of automate things.

Command Line Options:
 -D --download                          Download from internet
 -L --local-install                     Install from local directory
 -s --site                              Download site
 -R --root                              Root installation directory
 -q --quiet-mode                        Unattended setup mode
 -h --help                              print help
 -l --local-package-dir                 Local package directory
 -r --no-replaceonreboot                Disable replacing in-use files on next
                                        reboot.
 -n --no-shortcuts                      Disable creation of desktop and start
                                        menu shortcuts
 -N --no-startmenu                      Disable creation of start menu shortcut
 -d --no-desktop                        Disable creation of desktop shortcut
 -A --disable-buggy-antivirus           Disable known or suspected buggy anti
                                        virus software packages during
                                        execution.
Ending cygwin install

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Re: Installing packages from cygwin Command Line

by JZA :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


DePriest, Jason R. wrote:
On 10/25/06, JZA <> wrote:
>
> Hi everyone, well I have been looking into Cygwin, and I want to know if
> there is a command line tool to install some of this packages.

setup.exe has some command-line switches you can use to sort of automate things.

Command Line Options:
 -D --download                          Download from internet
 -L --local-install                     Install from local directory
 -s --site                              Download site
 -R --root                              Root installation directory
 -q --quiet-mode                        Unattended setup mode
 -h --help                              print help
 -l --local-package-dir                 Local package directory
 -r --no-replaceonreboot                Disable replacing in-use files on next
                                        reboot.
 -n --no-shortcuts                      Disable creation of desktop and start
                                        menu shortcuts
 -N --no-startmenu                      Disable creation of start menu shortcut
 -d --no-desktop                        Disable creation of desktop shortcut
 -A --disable-buggy-antivirus           Disable known or suspected buggy anti
                                        virus software packages during
                                        execution.
Ending cygwin install

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/
Thanks for your response. Is this switcher for DOS or BASH (within Cygwin).

Parent Message unknown RE: Installing packages from cygwin Command Line

by Thrall, Bryan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

DePriest, Jason R. wrote on Wednesday, October 25, 2006 3:01 PM:

> On 10/25/06, JZA <> wrote:
>>
>> Hi everyone, well I have been looking into Cygwin, and I want to
>> know if there is a command line tool to install some of this
>> packages.
>
> setup.exe has some command-line switches you can use to sort of
> automate things.
>
> Command Line Options:
>  -D --download                          Download from internet
>  -L --local-install                     Install from local directory
>  -s --site                              Download site
>  -R --root                              Root installation directory
>  -q --quiet-mode                        Unattended setup mode
>  -h --help                              print help
>  -l --local-package-dir                 Local package directory
>  -r --no-replaceonreboot                Disable replacing in-use
>                                         files on next reboot.
>  -n --no-shortcuts                      Disable creation of desktop
>                                         and start menu shortcuts
>  -N --no-startmenu                      Disable creation of start
> menu shortcut
>  -d --no-desktop                        Disable creation of desktop
> shortcut
>  -A --disable-buggy-antivirus           Disable known or suspected
>                                         buggy anti virus software
>                                         packages during execution.
> Ending cygwin install

Note that --local-package-dir is a little broken; specifically, it gets
overridden by whatever the user selected last time they ran setup.exe
(at least, this was the case as of setup.exe version 2.510.2.2). The
problem has been fixed in CVS, but there doesn't seem to have been a
setup.exe release since then...

There might also have been another buggy command-line switch, but I
can't recall what it was at the moment.

--
Bryan Thrall
FlightSafety International
Bryan.Thrall@...



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


RE: Installing packages from cygwin Command Line

by Igor Peshansky :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, 25 Oct 2006, Thrall, Bryan wrote:

> DePriest, Jason R. wrote on Wednesday, October 25, 2006 3:01 PM:
> > On 10/25/06, JZA <> wrote:
> >>
> >> Hi everyone, well I have been looking into Cygwin, and I want to
> >> know if there is a command line tool to install some of this
> >> packages.
> >
> > setup.exe has some command-line switches you can use to sort of
> > automate things.
> >
> > Command Line Options:
> >  -D --download                          Download from internet
> >  -L --local-install                     Install from local directory
> >  -s --site                              Download site
> >  -R --root                              Root installation directory
> >  -q --quiet-mode                        Unattended setup mode
> >  -h --help                              print help
> >  -l --local-package-dir                 Local package directory
> >  -r --no-replaceonreboot                Disable replacing in-use
> >                                         files on next reboot.
> >  -n --no-shortcuts                      Disable creation of desktop
> >                                         and start menu shortcuts
> >  -N --no-startmenu                      Disable creation of start menu shortcut
> >  -d --no-desktop                        Disable creation of desktop shortcut
> >  -A --disable-buggy-antivirus           Disable known or suspected
> >                                         buggy anti virus software
> >                                         packages during execution.
> > Ending cygwin install
>
> Note that --local-package-dir is a little broken; specifically, it gets
> overridden by whatever the user selected last time they ran setup.exe
> (at least, this was the case as of setup.exe version 2.510.2.2). The
> problem has been fixed in CVS, but there doesn't seem to have been a
> setup.exe release since then...

<http://cygwin.com/setup/snapshots>.

> There might also have been another buggy command-line switch, but I
> can't recall what it was at the moment.

The setup snapshot versions may also support more command-line switches --
run "setup --help" and read the resulting setup.log file for details.
        Igor
--
                                http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_    pechtcha@... | igor@...
ZZZzz /,`.-'`'    -.  ;-;;,_ Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-' old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Parent Message unknown RE: Installing packages from cygwin Command Line

by Thrall, Bryan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Igor Peshansky wrote on Sunday, October 29, 2006 2:48 PM:
>> Note that --local-package-dir is a little broken; specifically, it
>> gets overridden by whatever the user selected last time they ran
>> setup.exe (at least, this was the case as of setup.exe version
>> 2.510.2.2). The problem has been fixed in CVS, but there doesn't
>> seem to have been a setup.exe release since then...
>
> <http://cygwin.com/setup/snapshots>.

True, and thanks for pointing that out. I guess my point was more that
the standard setup.exe linked from the front page of cygwin.com didn't
have the fixes yet; certainly there are ways of getting the fixed
version if you know what to look for!

--
Bryan Thrall
FlightSafety International
Bryan.Thrall@...



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/