Giter Site home page Giter Site logo

Comments (3)

kou1okada avatar kou1okada commented on August 25, 2024 5

It seems that iconv.exe is not installed.
Have you read the Requirements in README.md?
Before using my fork, you must install below packages:

  • wget
  • ca-certificates
  • gnupg
  • libiconv <- may be you forget to install it.

Following commands help you to install them.

cd /tmp
wget https://cygwin.com/setup-x86_64.exe
chmod +x setup-x86_64.exe
./setup-x86_64 -q -B -P wget,ca-certificates,gnupg,libiconv

If you don't want to use batch installation, drop -q option for setup-x86_64.exe.
And if your environment is 32bit, you must use setup-x86.exe instead of setup-x86_64.exe.

from apt-cyg.

resistancelion avatar resistancelion commented on August 25, 2024

image

I could install https://github.com/transcode-open/apt-cyg smoothly and also it works fine but getting error with https://github.com/kou1okada/apt-cyg

Reproduce:
get the apt-cyg file
run install apt-cyg /bin
run apt-cyg
image
tried ln -s apt-cyg /usr/local/bin/apt-cyg
still same error

wget https://raw.githubusercontent.com/kou1okada/apt-cyg/master/apt-cyg -o /bin/apt-cyg

chmod +x /bin/apt-cyg

apt-cyg --version

from apt-cyg.

kou1okada avatar kou1okada commented on August 25, 2024

I don't understand what the problem is.

from apt-cyg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.