Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very Hard to Install and not working, getting error #81

Closed
alexpandain opened this issue Aug 1, 2021 · 3 comments
Closed

Very Hard to Install and not working, getting error #81

alexpandain opened this issue Aug 1, 2021 · 3 comments

Comments

@alexpandain
Copy link

alexpandain commented Aug 1, 2021

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

@kou1okada
Copy link
Owner

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.

@resistancelion
Copy link

resistancelion commented Aug 28, 2021

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

@kou1okada
Copy link
Owner

I don't understand what the problem is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants