Cygwin bashrc package install error

0

0

Cygwin was unable to install a package. Is anyone able to advise with the details below?

Nisarg.Rajput ~

apt-cyg install bashrc

--2018-01-01 11:42:57--  http://ftp.ntu.edu.tw/pub/cygwin//x86_64/setup.bz2
Resolving ftp.ntu.edu.tw (ftp.ntu.edu.tw)... 140.112.36.185
Connecting to ftp.ntu.edu.tw (ftp.ntu.edu.tw)|140.112.36.185|:80... connected.
HTTP request sent, awaiting response... 304 Not Modified
File ‘setup.bz2’ not modified on server. Omitting download.

bunzip2: I/O or other error, bailing out.  Possible reason follows.
bunzip2: Invalid argument
        Input file = setup.bz2, output file = setup
bunzip2: Deleting output file setup, if it exists.
mv: cannot stat 'setup': No such file or directory
Updated setup.ini
Installing bashrc
awk: fatal: cannot open file `setup.ini' for reading (No such file or directory)
Unable to locate package bashrc

Nisarg

Posted 2018-01-01T06:17:39.640

Reputation: 1

1Did you remove or replace thesetup.ini file (as shown error)? – Biswapriyo – 2018-01-01T08:52:17.483

I tried But with replacing but didnt work – Nisarg – 2018-01-01T09:40:15.213

apt-cyg install bashrc - are you attempting to use a hacked "apt" (ubuntu/debian install tool) for cygwin? - I recommend to read through the instructions on how to use it thoroughly. You're probably better off using cygwin's setup.exe in the majority of cases. Tip: Use the cyg* utilities to find the package that contains the default bashrc, reinstall that package. – Hannu – 2018-01-01T16:12:52.833

Answers

0

There is no package called bashrc

See full list on: https://cygwin.com/packages/package_list.html

Using cygwin setup you will have noted immediately.

matzeri

Posted 2018-01-01T06:17:39.640

Reputation: 1 662