mirror of https://github.com/lapce/lapce.git
21 lines
622 B
Markdown
21 lines
622 B
Markdown
## Installation With Package Manager
|
|
|
|
Lapce is available in below software repositories:
|
|
|
|
[![Packaging status](https://repology.org/badge/vertical-allrepos/lapce.svg)](https://repology.org/project/lapce/versions)
|
|
|
|
Lapce is also additionally available via:
|
|
|
|
- [Flatpak](https://flathub.org/apps/details/dev.lapce.lapce)
|
|
- [Scoop](https://scoop.sh/#/apps?q=lapce)
|
|
|
|
|
|
For Fedora Linux, Lapce is (unofficially) available via dnf RPM package manager, using nightly as of 2024.01:
|
|
|
|
- [copr](https://copr.fedorainfracloud.org/coprs/titaniumtown/lapce/)
|
|
|
|
```bash
|
|
sudo dnf copr enable titaniumtown/lapce
|
|
sudo dnf install lapce
|
|
```
|