mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-07-21 19:11:12 +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>
|