Hi, Please see if the link below works out to be fine. Regards Aditya
https://github.com/transcode-open/apt-cyg/blob/master/apt-cyg On Wed, Sep 7, 2016 at 5:19 AM +0530, "Don Lewis" <truck...@apache.org<mailto:truck...@apache.org>> wrote: On 6 Sep, Patricia Shanahan wrote: > On 9/6/2016 3:17 PM, Don Lewis wrote: >> On 6 Sep, Patricia Shanahan wrote: >>> >>> On 9/6/2016 2:58 PM, Don Lewis wrote: >>>> On 6 Sep, Patricia Shanahan wrote: >>>>> apt-cyg is a bash script that provides, within cygwin, similar >>>>> capabilities to the Linux apt-get. >>>>> >>>>> The Windows step-by-step recommends using it to add some packages. >>>>> >>>>> One of our new volunteers has found that wget >>>>> http://apt-cyg.googlecode.com/svn/trunk/apt-cyg no longer works. >>>>> >>>>> Does anyone know a location from which apt-cyg can be downloaded using >>>>> wget or equivalent? >>>> >>>> Looks like it moved to github, see: >>>> <https://github.com/transcode-open/apt-cyg> >>> >>> Yes, but I have not yet found a wget URL. I can view the bash code just >>> fine. >> >> The Quick Start section shows how to download it with lynx. The same >> URL should work with wget. > > Unfortunately, it doesn't: > > $ wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg > --2016-09-06 15:20:17-- > http://rawgit.com/transcode-open/apt-cyg/master/apt-cyg > Resolving rawgit.com (rawgit.com)... 104.18.62.176, 104.18.63.176, > 2400:cb00:2048:1::6812:3fb0, ... > Connecting to rawgit.com (rawgit.com)|104.18.62.176|:80... connected. > HTTP request sent, awaiting response... 301 Moved Permanently > Location: > https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg > [following] > --2016-09-06 15:20:17-- > https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg > Resolving raw.githubusercontent.com (raw.githubusercontent.com)... > 151.101.40.133 > Connecting to raw.githubusercontent.com > (raw.githubusercontent.com)|151.101.40.133|:443... connected. > ERROR: The certificate of ‘raw.githubusercontent.com’ is not trusted. > ERROR: The certificate of ‘raw.githubusercontent.com’ hasn't got a known > issuer. > > > I have now tried it with lynx, and it does work. I am considering > changing the instructions to use lynx, which requires getting lynx as > part of the initial cygwin setup. Interesting ... it's a certifcate issue. Apparently wget on cygwin is pickier than lynx. wget on FreeBSD works: %wget http://rawgit.com/transcode-open/apt-cyg/master/apt-cyg --2016-09-06 16:45:37-- http://rawgit.com/transcode-open/apt-cyg/master/apt-cyg Resolving rawgit.com (rawgit.com)... 2400:cb00:2048:1::6812:3fb0, 2400:cb00:2048:1::6812:3eb0, 104.18.63.176, ... Connecting to rawgit.com (rawgit.com)|2400:cb00:2048:1::6812:3fb0|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg [following] --2016-09-06 16:45:37-- https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.40.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.40.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 13765 (13K) [text/plain] Saving to: 'apt-cyg' apt-cyg 100%[===================>] 13.44K --.-KB/s in 0.02s 2016-09-06 16:45:37 (719 KB/s) - 'apt-cyg' saved [13765/13765] I wonder if there is a CA bundle update for cygwin ... probably would need to be installed with apt-cyg, though ... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org