mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #525] Linux brew command is wrong in documentation #315
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#315
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 @aashi-ihsaa on GitHub (May 28, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/525
Environment
mkcert -version):What you did
I was intsalling mckert on ubuntu and used the command brew install mkcert
What went wrong
aashi@Syzama:~/glific$ brew install mkcert
Command 'brew' not found, did you mean:
command 'brec' from deb bplay (0.991-10build1)
command 'qbrew' from deb qbrew (0.4.1-8build1)
Try: sudo apt install
need to change this in documentation as this command does not work in ubuntu. instead The brew command is specific to macOS and is not available on Linux systems. In the case of Ubuntu or other Debian-based distributions, you can use the apt package manager to install mkcert. Here's the command you can use:
sudo apt update sudo apt install mkcert@jmooring commented on GitHub (Jun 2, 2023):
This is false. See https://brew.sh/
@gitressa commented on GitHub (Oct 4, 2025):
Won't the standard method work in Debian systems?
sudo apt install libnss3-tools mkcert... since it seems to install version 1.4.4 why not just list that for
aptsystems (Debian, Ubuntu) under https://github.com/FiloSottile/mkcert?tab=readme-ov-file#linux?Also, is
libnss3-toolsrequired?