mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
21 lines
425 B
Markdown
21 lines
425 B
Markdown
@page installation_debian Debian/Ubuntu
|
|
@tableofcontents
|
|
|
|
## Debian and Ubuntu Packages (Unofficial)
|
|
|
|
Pre-built packages are provided by the distributions. Install with:
|
|
|
|
```bash
|
|
sudo apt install libftxui-dev
|
|
```
|
|
|
|
These packages are maintained by the distro maintainers, not by the FTXUI project.
|
|
|
|
<div class="section_buttons">
|
|
|
|
| Previous |
|
|
|:------------------|
|
|
| [Getting Started](getting-started.html) |
|
|
|
|
</div>
|