Cygwin से छूटे हुए पैकेज को खोजने और डाउनलोड करने के लिए मुझे प्रत्येक बार setup.exe GUI चलाना होगा, कई बार क्लिक करना होगा और अन्य उबाऊ काम करने होंगे।
क्या Cygwin की कमांड लाइन से सीधे ऐसा करने का कोई तरीका है? जैसे apt-get tools करते हैं।
Cygwin से छूटे हुए पैकेज को खोजने और डाउनलोड करने के लिए मुझे प्रत्येक बार setup.exe GUI चलाना होगा, कई बार क्लिक करना होगा और अन्य उबाऊ काम करने होंगे।
क्या Cygwin की कमांड लाइन से सीधे ऐसा करने का कोई तरीका है? जैसे apt-get tools करते हैं।
जवाबों:
यहाँ एक नज़र रखना:
अन्य बातों के अलावा, यह निम्नलिखित विकल्पों की सूची देता है setup.exe
:
Command Line Options:
-A --disable-buggy-antivirus Disable known or suspected buggy anti
virus software packages during execution.
-C --categories Specify entire categories to install
-D --download Download from internet
-d --no-desktop Disable creation of desktop shortcut
-h --help print help
-K --pubkey Path to extra public key file (gpg format)
-L --local-install Install from local directory
-l --local-package-dir Local package directory
-n --no-shortcuts Disable creation of desktop and start menu
shortcuts
-N --no-startmenu Disable creation of start menu shortcut
-O --only-site Ignore all sites except for -s
-P --packages Specify packages to install
-p --proxy HTTP/FTP proxy (host:port)
-q --quiet-mode Unattended setup mode
-r --no-replaceonreboot Disable replacing in-use files on next
reboot.
-R --root Root installation directory
-S --sexpr-pubkey Extra public key in s-expr format
-s --site Download site
-U --keep-untrusted-keys Use untrusted keys and retain all
-u --untrusted-keys Use untrusted keys from last-extrakeys
-X --no-verify Don't verify setup.ini signatures
इसलिए setup.exe -P <package name>
नौकरी करनी चाहिए। यहाँ सही-सही सागविन न हो, इसलिए यह पुष्टि करने के लिए परीक्षण करें कि यह अपेक्षित है।
पैकेज की खोज करने के लिए, प्रति:
आप उपयोग कर सकते हैं cygcheck -p
:
cygcheck -p REGEXP
...
-p, --package-query search for REGEXP in the entire cygwin.com package
repository (requires internet connectivity)
जो उत्पादन की तरह उत्पादन (ऊपर साइट से उदाहरण):
$ cygcheck -p 'libexpat.*\.a'
Found 2 matches for 'libexpat.*\.a'.
expat-1.95.7-1 XML parser library written in C
expat-1.95.8-1 XML parser library written in C
grep
इसे कम से कम कर सकता हूं ...
यह सभी साइबर घटकों के अनअटेंडेड अपग्रेड करता है
cd C:\cygwin
wget -N https://cygwin.com/setup-x86.exe
setup-x86.exe --no-desktop --no-shortcuts --no-startmenu --quiet-mode
अपग्रेड किए गए cygwin1.dll के कारण cygwin ऐप्स को दुर्व्यवहार से रोकने के लिए नवीनीकरण पूरा होने के बाद आपको रीबूट करना चाहिए
-no-Desktop डेस्कटॉप शॉर्टकट का निर्माण अक्षम करें
-कोई-शॉर्टकट डेस्कटॉप और प्रारंभ मेनू का निर्माण अक्षम करें
-no-startmenu प्रारंभ मेनू शॉर्टकट का निर्माण अक्षम करें
-क्वायट-मोड अनअटेंडेड सेटअप मोड
zsh: command not found: setup.exe
, लेकिन सेटअप एक्स यहां है।
no-shortcuts
आवश्यकता क्यों होगी no-desktop
और no-startmenu
?
एक वैकल्पिक समाधान GitHub पर उपलब्ध apt-cyg
स्क्रिप्ट का उपयोग करना होगा ।
Cygwin के सेटअप के स्थान में परिवर्तन और विभाजन हुआ है। अब आपको भी चाहिए
wget http://cygwin.com/setup-x86.exe
या
wget http://cygwin.com/setup-x86_64.exe
bin\wget.exe --timestamping http://www.cygwin.com/setup-x86_64.exe && start setup-x86_64.exe
, यह सुनिश्चित करते हुए कि मैं हमेशा नवीनतम इंस्टॉलर चलाता हूं और केवल इंस्टॉलर डाउनलोड करता हूं यदि वास्तव में एक नया संस्करण है (यही --timestamping करता है), तो बैट फ़ाइल इसे शुरू करती है
संस्थापक की अनुमति देता है कमांड लाइन (से ऊपर उठाया खोल , कृपया):
setup-x86.exe --root c:\cygwin -q --upgrade-also
64 बिट संस्करण के लिए:
setup-x86_64.exe --root c:\cygwin -q --upgrade-also
विवरण:
c:\cygwin
अपने CygWin के रूट इंस्टॉलेशन डायरेक्टरी से बदलें ।net stop sshd
यदि आपने ओपनएसएसएच स्थापित किया है)।-q
अनिवार्य नहीं है।जीयूआई (डॉस शेल) या रिमोट कंसोल (एसएसएच या टेलनेट) पर भी काम करता है। PowerShell पर परीक्षण नहीं किया गया (किसी ने?)।
सही अद्यतन उत्पादन का उदाहरण :
G:\Instalac\CygWin\v2.852>Starting cygwin install, version 2.852
User has backup/restore rights
Current Directory: g:\Instalac\CygWin\Packages
Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access.
root: c:\cygwin system
Selected local directory: g:\Instalac\CygWin\Packages
net: Direct
Loaded cached mirror list
get_url_to_membuf http://cygwin.com/mirrors.lst
getUrlToStream http://cygwin.com/mirrors.lst
site: http://ftp.hawo.stw.uni-erlangen.de/cygwin/
get_url_to_membuf http://ftp.hawo.stw.uni-erlangen.de/cygwin/x86/setup.bz2
getUrlToStream http://ftp.hawo.stw.uni-erlangen.de/cygwin/x86/setup.bz2
get_url_to_membuf http://ftp.hawo.stw.uni-erlangen.de/cygwin/x86/setup.bz2.sig
getUrlToStream http://ftp.hawo.stw.uni-erlangen.de/cygwin/x86/setup.bz2.sig
Changing gid back to original
Visited: 122 nodes out of 4415 while creating dependency order.
Dependency order of packages: _autorebase base-cygwin cygwin _update-info-dir libgcc1 libiconv2 libintl8 alternatives libattr1 li
bgmp10 coreutils libstdc++6 terminfo libncursesw10 libreadline7 bash findutils sed base-files libuuid1 libblkid1 libsmartcols1 zl
ib0 util-linux bashdb zlib-devel binutils libbz2_1 bzip2 libffi6 libp11-kit0 libtasn1_6 p11-kit p11-kit-trust ca-certificates cry
pt libmpfr4 gawk editrights libpcre1 grep libsigsegv2 diffutils csih cygrunsrv popt libpopt0 cygutils cygwin-devel dash file liba
tomic1 libcloog-isl4 libgomp1 libisl10 libmpc3 libquadmath0 libssp0 w32api-headers w32api-runtime windows-default-manifest gcc-co
re libexpat1 liblzma5 libdb4.8 libgdbm4 libopenssl100 libsqlite3_0 libcharset1 libiconv libintl-devel libuuid-devel python gdb li
bargp getent groff gzip hostname info ipc-utils libncurses10 less libapr1 libiodbc2 libmysqlclient18 libcom_err2 libkrb5support0
libk5crypto3 libkrb5_3 libgssapi_krb5_2 libsasl2_3 libopenldap2_4_2 perl openssl libpq5 libaprutil1 libedit0 libproxy1 libneon27
libpipeline1 libserf1_0 login lynx make man-db mintty nano ncurses openssh procps psmisc rebase run screen subversion xz tar tzco
de vim-minimal which zsh
Changing gid to Administrators
Ending cygwin install
यदि, अद्यतन के दौरान, आपके पास इस तरह के मुद्दे थे :
The following DLLs couldn't be rebased due to errors:
/usr/bin/cygcrypt-0.dll
या:
The following DLLs couldn't be rebased because they were in use:
/usr/bin/cygcrypt-0.dll
या:
ReBaseImage (/usr/bin/cygcrypt-0.dll) failed with last error = 6
... तो आप स्थापना के बाद फिर से बनाना होगा:
1.- सभी CygWin खोल, कार्यक्रमों और सेवाओं को बंद करें।
2.- c:\CygWin\bin\ash.exe
व्यवस्थापक के रूप में खोलें (उन्नत)।
3.- भागो /bin/rebaseall
।
setup-86[_x64].exe -B
वर्तमान उपयोगकर्ता के रूप में चलाने के लिए। आप बाद में जरूरत पड़ने पर एक विंडोज़ सेवा के रूप में साइबरग्रीव को स्थापित करने के लिए बढ़ा सकते हैं।
मुझे कुछ समय पहले इसकी जरूरत महसूस हुई। मैं इंस्टॉलर फ़ाइल को डाउनलोड करने के लिए इस्तेमाल करता था ताकि मैं इसे इंस्टॉल करने के लिए चला सकूं, लेकिन कभी-कभी जैसे ही सिग्विन को अपडेट किया जाएगा, इंस्टॉलर फाइल पुराना हो जाएगा। मैंने एक पॉवरशेल स्क्रिप्ट बनाई जो ऑटो-एलीवेट्स, इंस्टॉलर को डाउनलोड करती है, और एक अनअटेंडेड अपग्रेड चलाता है। मेरे पास यह मेरे डेस्कटॉप पर है और राइट-क्लिक कर सकते हैं और "रन विद पॉवरशेल" पर क्लिक कर सकते हैं और यह मेरे सभी सिग्विन पैकेजों का इन-प्लेस अपग्रेड करेगा। UAC के लिए एकमात्र उपयोगकर्ता सहभागिता आवश्यक है और बहुत अंत में "जारी रखने के लिए कोई भी कुंजी दबाएं"। इसे कमांड-लाइन से भी चलाया जा सकता है, हालाँकि, यह केवल एक स्क्रिप्ट है।
मुझे यहां कुछ समय के लिए कोड मिला है: http://pastebin.com/wMRctAuL
मैंने उसे कॉपी किया। मैंने इसे कुछ StackOverflow Q & As की सहायता से लिखा था। :) आपको बस इतना करना है कि इसे चलाने में सक्षम होना है अपनी मशीन पर स्थानीय पॉवर्सशेल स्क्रिप्ट को सक्षम करना है । यह एक पूर्ण, विंडोज-देशी समाधान है।
# Get the ID and security principal of the current user account
$myWindowsID=[System.Security.Principal.WindowsIdentity]::GetCurrent()
$myWindowsPrincipal=new-object System.Security.Principal.WindowsPrincipal($myWindowsID)
# Get the security principal for the Administrator role
$adminRole=[System.Security.Principal.WindowsBuiltInRole]::Administrator
# Check to see if we are currently running "as Administrator"
if ($myWindowsPrincipal.IsInRole($adminRole)) {
# We are running "as Administrator" - so change the title and background color to indicate this
$Host.UI.RawUI.WindowTitle = $myInvocation.MyCommand.Definition + "(Elevated)"
$Host.UI.RawUI.BackgroundColor = "DarkBlue"
clear-host
}
else {
# We are not running "as Administrator" - so relaunch as administrator
# Create a new process object that starts PowerShell
$newProcess = new-object System.Diagnostics.ProcessStartInfo "PowerShell";
# Specify the current script path and name as a parameter
$newProcess.Arguments = $myInvocation.MyCommand.Definition;
# Indicate that the process should be elevated
$newProcess.Verb = "runas";
# Start the new process
[System.Diagnostics.Process]::Start($newProcess);
# Exit from the current, unelevated, process
exit
}
# Run your code that needs to be elevated here
(new-object System.Net.WebClient).DownloadFile('http://cygwin.com/setup-x86_64.exe','setup-x86_64.exe')
if (!$?) {
Write-Host "Something wrong happened when downloading the Cygwin installer."
Write-Host -NoNewLine "Press any key to continue..."
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
exit
}
$p = Start-Process .\setup-x86_64.exe -ArgumentList "--upgrade-also --quiet-mode" -wait -NoNewWindow -PassThru
if ($p.ExitCode -ne 0) {
Write-Host "Cygwin setup failed with an error!"
}
Remove-Item .\setup-x86_64.exe
Write-Host -NoNewLine "Press any key to continue..."
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
@ जॉनी के जवाब पर विस्तार करना https://superuser.com/a/624731/110335
मेरे द्वारा किए गए झुंझलाहट के संकेत थे कि .ini फ़ाइल Cygwin के setup.exe के एक नए संस्करण से है
मैंने स्व-अद्यतन के लिए खुद को निम्नलिखित स्क्रिप्ट लिखा था, और फिर उन सभी को अपडेट करें जो गैर-जरूरी हैं।
cygwinSetup64.cmd
@echo on
cd /d e:\cygwin
move /y cygwinSetup-x86_64.exe setup-x86_64.exe
wget --progress=dot -S -N http://cygwin.com/setup-x86_64.exe
move /y setup-x86_64.exe cygwinSetup-x86_64.exe
cygwinSetup-x86_64.exe --no-desktop --no-shortcuts --no-startmenu --quiet-mode
अप्राप्य उन्नयन
https://cygwin.com/faq.html#faq.setup.cli
setup-x86.exe -q -g
अर्थ:
Command Line Options:
-q --quiet-mode Unattended setup mode
-g --upgrade-also also upgrade installed packages
निम्नलिखित सामग्री के साथ एक बैच फ़ाइल बनाएं जैसे "cygwin-update.bat" और इसे अपने पथ में रखें:
@echo off
"%~dp0\gnubin\wget.exe" --no-check-certificate https://www.cygwin.com/setup-x86_64.exe -O C:\cygwin64\setup-x86_64.exe
cd /d C:\cygwin64
setup-x86_64.exe -q -g
cygwin1.dll
, Cygwin प्रोग्राम गलत व्यवहार करना शुरू कर देंगे, और Cygwin डॉक्यूमेंटेशन रिबूट करने की सलाह देते हैं। इसलिए सभी साइगविन कार्यक्रमों को बंद करना सबसे अच्छा है, फिरsetup.exe
सीधे से चलाएंcmd
(यदि आप स्वचालित करना चाहते हैं , तो बैच फ़ाइल का उपयोग करें, शेल स्क्रिप्ट नहीं)।