mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 11:35:51 +03:00
[GH-ISSUE #77] Provide uninstallation instructions. #209
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#209
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 @RokeJulianLockhart on GitHub (Sep 19, 2023).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/77
github.com/alpkeskin/mosint@dd331ba3df/README.md (installation)doesn't.@ShinP00r commented on GitHub (Jan 19, 2024):
From the go cmd documentation: https://pkg.go.dev/cmd/go
Since
go installbuilds a single-file binary and copy in the appropriate directory, to "uninstall"mosint, shouldn't one simply remove that binary? Or am I missing something?@RokeJulianLockhart commented on GitHub (Jan 19, 2024):
@ShinP00r, to my knowledge, I expect that it's also supposed to add
$GOBINto$PATH(but it doesn't appear to in my experience, per https://github.com/alpkeskin/mosint/issues/80#issue-1958321509, so you may well be correct). However, until the uninstallation instructions are added, I can't be certain regardless.@RokeJulianLockhart commented on GitHub (May 1, 2024):
@ShinP00r, https://www.reddit.com/r/golang/comments/zfly1c/comment/izck1cl/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button appears to demonstrate that you're correct (and most of the code added in https://github.com/alpkeskin/mosint/pull/87/files merely allows the user to choose what to uninstall).