Menu
Choose a product
Viewing: v1.7.x (latest)
Find another version
Scroll for more
Open source
Troubleshooting
System lacks ca-certificates or gnupg2
Some Linux distributions don’t come bundled with the ca-certificates and gnupg2 packages.
If you use such a distribution, you’ll need to install them with:
Bash
sudo apt-get update && sudo apt-get install -y ca-certificates gnupg2This example is for Debian/Ubuntu and derivatives. Consult your distribution’s documentation if you use another one.
Behind a firewall or proxy
Some users have reported that they can’t download the key from Ubuntu’s keyserver.
When they run the gpg command, their firewalls or proxies block their requests to download.
If this issue affects you, you can try this alternative:
Bash
curl -s https://dl.k6.io/key.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/k6-archive-keyring.gpgOld rpm-based Linux distributions
Distributions like Amazon Linux 2 and CentOS before version 8 don’t support the PGP V4 signature we use. You’ll need to disable the verification when you install k6:
Bash
sudo yum install --nogpgcheck k6Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Performance testing and observability in Grafana Cloud
Optimize user experiences with Grafana Cloud. Learn real-time insights, performance testing with k6, and continuous validation with Synthetic Monitoring.
Events

User-centered observability: load testing, real user monitoring, and synthetics
Learn how to use load testing, synthetic monitoring, and real user monitoring (RUM) to understand end users' experience of your apps. Watch on demand.