Package Details: lando-bin 3.21.2-2

Git Clone URL: https://aur.archlinux.org/lando-bin.git (read-only, click to copy)
Package Base: lando-bin
Description: A free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology
Upstream URL: https://docs.lando.dev/
Licenses: GPL
Conflicts: lando
Provides: lando
Submitter: dmp1ce
Maintainer: None
Last Packager: pfrenssen
Votes: 6
Popularity: 0.007006
First Submitted: 2021-06-17 20:04 (UTC)
Last Updated: 2024-09-16 09:59 (UTC)

Latest Comments

1 2 3 4 Next › Last »

pfrenssen commented on 2024-10-21 18:33 (UTC)

I stepping down as maintainer. Lando is no longer suitable for my use case now that they have stopped releasing single executable binaries and have switched to a custom package management tool running in user space. I am switching to ddev-bin.

pfrenssen commented on 2024-09-16 09:46 (UTC)

Starting with 3.21.0 Lando manages its own dependencies and plugins. After updating to 3.21+, please make sure to run the following commands:

$ lando setup
$ lando update

3xploiton3 commented on 2024-02-25 10:34 (UTC)

error: failed to commit transaction (conflicting files)
docker-compose: /usr/lib/docker/cli-plugins/docker-compose exists in filesystem (owned by docker-desktop)

pfrenssen commented on 2023-05-16 13:05 (UTC)

I made a new release using the existing process with the .deb file but indeed we can switch to the .pacman file. I checked it with pacman -Qpi and it is a valid file. It can be uncompressed with unzstd. @killua99 if you are still willing to write a PR then this would be very welcome, thanks!

killua99 commented on 2023-01-31 15:24 (UTC)

@dmp1ce it build against .deb but you can not use .pacman ? is a bin anyway

dmp1ce commented on 2023-01-30 15:29 (UTC)

@killua99 Thanks. Can you give it a try and let me know how well it works?

killua99 commented on 2023-01-29 15:06 (UTC)

Hey should we try to switch to pacman files? since they deliver now them, https://github.com/lando/lando/releases/tag/v3.11.0 I can write a PR to switch from .deb to pacman.

dmp1ce commented on 2022-04-04 11:27 (UTC)

Thanks. I found the issue here. I'll update the project with libxcrypt-compat dependency.

https://github.com/lando/lando/issues/3326

TwoD commented on 2022-04-03 18:42 (UTC)

@dmp1ce I got it when running lando start. libxcrypt-compat also solved it for me.

dmp1ce commented on 2022-02-24 01:37 (UTC)

@pfrenssen When do you get this error?