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

Error if apt-cyg is renamed #4

Open
GoogleCodeExporter opened this issue Feb 18, 2016 · 3 comments
Open

Error if apt-cyg is renamed #4

GoogleCodeExporter opened this issue Feb 18, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

After renaming 'apt-cyg' to 'apt', I got the following error during install
of a package:

/usr/bin/apt: line 378: apt-cyg: command not found

Guess it should invoke $0 instead?

(Works very well otherwise. Much more convenient than setup. Thanks!)

Original issue reported on code.google.com by andy.koppe on 7 Sep 2009 at 12:12

@GoogleCodeExporter
Copy link
Author

I am accepting this because the suggested change is good practice, but running
apt-cyg as apt is not recommended because (1) the command syntax is not not
apt-compatible, just apt-inspired, and (2) I believe there is or was another 
cygwin
project named apt which uses a debian-style repository.  Thanks for the report 
:)

Original comment by sjung...@gmail.com on 9 Sep 2009 at 6:15

  • Changed state: Accepted
  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

If you are just looking to type less you can use a sym link

ln -s /usr/bin/cyg-apt /usr/bin/apt

Original comment by davidcroda on 1 Sep 2010 at 11:13

@GoogleCodeExporter
Copy link
Author

Original comment by i...@skl.me on 23 Feb 2014 at 6:57

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

No branches or pull requests

1 participant