mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #158] Trouble on install on linux #98
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#98
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 @rifkytech on GitHub (Apr 16, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/158
i want to install mkcert from brew, & show error :
How to solve this?
@adamdecaf commented on GitHub (Apr 17, 2019):
I think the linuxbrew formula needs to download Go for ARM rather than amd64.
https://storage.googleapis.com/golang/go1.7.linux-arm64.tar.gz
I don't see docs on how to support linuxbrew's mkcert formula for this. They only mention it's best effort. The linuxbrew mkcert formula has been modified to support linux on amd64 though.
@moritzdietz commented on GitHub (Apr 18, 2019):
You don't have to use brew on your Raspberry Pi at all if the formula is broken.
For example, currently, you'd download the latest available version of mkcert pre-compiled by the maintainer. Which is nice so you don't have to compile it yourself!
sudo wget https://github.com/FiloSottile/mkcert/releases/download/v1.3.0/mkcert-v1.3.0-linux-arm -O /usr/local/bin/mkcertsudo chmod +x /usr/local/bin/mkcertmkcertDone. Hope this helps. Please make sure to close this issue if this has resolved your problem!
@FiloSottile commented on GitHub (Jun 1, 2019):
This is a Homebrew on Linux issue, as it's failing to install Go, before it even gets to mkcert.
@neocamel commented on GitHub (Feb 21, 2020):
I'm following your directions but when I type 'mkcert', I get 'bash: mkcert: command not found'
@aindriu80 commented on GitHub (Jan 31, 2021):
thanks moritzdietz - Worked for me - Ubuntu server on Raspberry Pi
@appel commented on GitHub (Jan 24, 2022):
FWIW, as of Jan 23, 2022, this is what worked for me on my Pi 4 running Ubuntu server 21.10:
sudo wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-arm -O /usr/bin/mkcertsudo chmod +x /usr/bin/mkcertmkcert --versionshould printv1.4.3