mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #147] The binary executable name may be conflict while using quick installation script #79
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @okcy1016 on GitHub (Sep 21, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/147
As we can see, the binary named proxy is own by a package named libproxy which is required by "glib-networking, libquvi, openconnect, and other packages.
So when the script download goproxy and place the binary executable at /usr/bin/proxy may cause the broken of package libproxy.
Why don't use "goproxy" as the binary name, I think it's also good ^_^ , or there may be some other way to figure it out.
System infomation while discover this situation: Manjaro linux 64 bit (base on Arch linux), system is up to date.

@okcy1016 commented on GitHub (Sep 23, 2018):
Close due to non-timely reply.