There is an community package that can be installed with pacman
:
sudo pacman -Syu lapce
sudo dnf copr enable titaniumtown/lapce
sudo dnf install lapce
Lapce is available as a flatpak here
flatpak install flathub dev.lapce.lapce
Lapce is available in Gentoos user repository GURU. If the GURU is not activated, it can be with:
emerge --ask app-eselect/eselect-repository # install eselect repository
eselect repository enable guru
emaint sync -r guru
After activating and syncing the GURU repository, lapce can be installed with
emerge app-editors/lapce
brew install lapce
You can find the packages here:
# try with nix-shell
nix-shell -p lapce
# on NixOS
nix-env -iA nixos.lapce
# on non-NixOS installs, including macOS
nix-env -iA nixpkgs.lapce
# only if `nix.settings.experimental-features` includes both `nix-command` and `flakes`.
# WARNING: THIS BREAKS nix-env, PROCEED AT YOUR OWN RISK. THIS ALSO INSTALLS FROM UNSTABLE BRANCH.
nix profile install nixpkgs#lapce
scoop install lapce
sudo xbps-install -S lapce
You can find the packages here:
winget install lapce