mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 11:35:51 +03:00
[GH-ISSUE #42] Can't install mosint #36
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#36
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 @mariussdl on GitHub (Nov 26, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/42
Hi!
I'm trying to install mosint, but every time I try to run:
go install -v github.com/alpkeskin/mosint@latestI get this error:
Then when I try to run:
go install -v github.com/alpkeskin/mosintI get this error:
Am I doing somthing wrong?
I'd really appreciate any help...
Have a good day!
@enzomtpYT commented on GitHub (Nov 27, 2022):
I am personally on windows, i tried to install mosint on wsl debian, that never worked, but since it is installed on wsl ubuntu it works fine !!
@mariussdl commented on GitHub (Nov 27, 2022):
Hi @enzomtpYT
Thanks for your answer, I'm trying to install on WSL Ubuntu... This one
@Fire597 commented on GitHub (Nov 28, 2022):
Hello,
I'm using Ubuntu but got the same issue.
Thanks for your help
@DHARROUS commented on GitHub (Dec 1, 2022):
Hello,
I'm using Debian but got the same issue.
Thanks for your help
@AdrienHrdz commented on GitHub (Dec 5, 2022):
Hi @enzomtpYT ,
I am too on Windows and I have wsl ubuntu but I can't install it. If you have any installation tip I would be great !
@lupinetine commented on GitHub (Dec 6, 2022):
I was solving a different error and found that I needed Go version 1.17 at minimum. NB: The latest version of Go is currently 1.19.
@DHARROUS if you're still running into the same issue, I noticed you're running 1.12. Try 1.19 and see if that fixes it?
@DHARROUS commented on GitHub (Dec 7, 2022):
Yes, i resolve a fix with upgrade version to 1.19.4
Thank you @lupinetine
then what should i do???

@ghost commented on GitHub (Dec 9, 2022):
what command do u use to run it
@webislands commented on GitHub (Dec 22, 2022):
in kali latest version run install command
go install -v github.com/alpkeskin/mosint@latest
and no info just wait 3 or 4 sec and noting info install no work command i have go version go1.19.4 linux/amd64
@OckhamOdyssey commented on GitHub (Dec 23, 2022):
Same issue here. Using
go version go1.13.8 linux/amd64and Ubuntu 20.04.5 LTS on WSL.@viktorashi commented on GitHub (Jan 4, 2023):
tbh didnt get to read all the replied but maybe try reinstating the go path?
$
export PATH=$PATH:$(go env GOPATH)/bin@gkimpson commented on GitHub (Jan 18, 2023):
This guide worked for me https://www.youtube.com/watch?v=_bS2sUnjjNY
@CyberNa0 commented on GitHub (Jan 20, 2023):
Tried to use ChatGPT to help me find out why I wasn't able to install mosint on my mac. This is what it ended up saying "I apologize for any confusion, it seems that the Mosint repository is not available on GitHub anymore. It could be that the repository has been removed or made private by the owner."
Any idea how I can fix this?
@OckhamOdyssey commented on GitHub (Jan 20, 2023):
Can you explain how do you make it work? The video uses a deprecated python version. The code is full Golang.
I tried right now with no success.
Please don't use ChatGPT for this kind of problems. ChatGPT earliest data is from 2021 data and is not connected to the Internet. As you can see, their response is wrong.