gpg --recv-keys F3599FF828C67298
@duhbLow7, thanks that worked!
Git Clone URL: | https://aur.archlinux.org/local-by-flywheel-bin.git (read-only, click to copy) |
---|---|
Package Base: | local-by-flywheel-bin |
Description: | A program to create a local WordPress development environment. |
Upstream URL: | https://localbyflywheel.com/ |
Keywords: | flywheel local localwp wordpress |
Licenses: | custom:proprietary |
Submitter: | trojanshakib |
Maintainer: | dyrer (peddamax) |
Last Packager: | peddamax |
Votes: | 21 |
Popularity: | 0.37 |
First Submitted: | 2020-01-17 13:19 (UTC) |
Last Updated: | 2024-12-06 20:35 (UTC) |
gpg --recv-keys F3599FF828C67298
@duhbLow7, thanks that worked!
5.3.3 is out, when can we expect an update of this package?
ajshakib a couple new versions have come out since your last update. We are on 5.3.3-1 now.
Kunda did you try:
gpg --recv-keys F3599FF828C67298
Failed installing the nettle6 dependency:
==> Verifying source file signatures with gpg...
nettle-3.4.1.tar.gz ... FAILED (unknown public key F3599FF828C67298)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build nettle6
Manjaro 20.0
@mijari Can confirm. Just installed on Manjaro 19.0.2 using yay. Worked out of the box, didn't have to do anything.
Also thank you @ajshakib for making this available to everyone.
This version has a bug. There's a new version out that fixes it.
I'm using Manjaro i3, and I'm getting this error when creating a Wordpress install: https://i.imgur.com/Ru79JQg.png
nginx, PHP 7.3.5, MySQL 8.0.16 is the specs written on Local's WP Overview.
EDIT: Fixed it. I was missing this package and installed it through yay -S nettle6
.
I initially also had issues installing this package due to an issue reaching the gpg server, so I had to change the keyserver via gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys <gpg-key-here>
(more info at https://forum.mxlinux.org/viewtopic.php?t=47885)
If using PHP 7.4.1 with a distro based on Arch you need to do the following:
delete: ~/.config/Local/lightning-services/php-7.4.1+5/bin/linux/shared-libs/librt.so.1 create: ln -s /usr/lib64/librt-2.31.so ~/.config/Local/lightning-services/php-7.4.1+5/bin/linux/shared-libs/librt.so.1
Now PHP 7.4.1 should work. This is due to Arch using glibc 2.31-1 that uses librt-2.31.so.
@mijari I'm using it on Manjaro without any issues...
Pinned Comments